Search Discussions
-
Hello, I have a module that will fail every once in a while with the error_log message: Can't call method "send_http_header" on an undefined value at /path/to/module/Name.pm The handler method starts ...
Jordan McLain
Aug 22, 2007 at 1:26 am
Aug 24, 2007 at 3:32 am -
Hi all, I am rather disappointed (and a little frustrated as well) on modperl's inability to survive an Apache restart on the Windows platform. The platform combo tested are Windows 2003 + Apache 2.2 ...
Foo JH
Aug 10, 2007 at 8:10 am
Aug 13, 2007 at 11:46 am -
Hi, Shouldn't mod_perl 2.0.X contain the CGI.pm, reason for this question is we got fedora core 5 running on our developement machines, in our mod_perl handler, we got the following, and works fine, ...
Tracy12
Aug 17, 2007 at 2:56 am
Aug 20, 2007 at 11:20 pm -
Is it possible to change the stack size in mod_perl(Similar to ulimit -s unlimited etc.)? Thanks, Manoj.
Manoj Bist
Aug 14, 2007 at 8:41 am
Aug 16, 2007 at 7:02 am -
hi, We would like to have information regarding configuration of MOD_PERL 2.0.3 with Apache Server -2.2.4 <-@.2.4 version in cygwin. I need some information regarding configuration of httpd.conf ...
Usha rani
Aug 21, 2007 at 1:16 pm
Aug 23, 2007 at 9:13 am -
Hello members, I meet a problem about getting client's original IP. Some clients use proxy servers to access our sites,and I need to get their original IPs instead of proxy servers' IPs. In CGI I can ...
Jen mlists
Aug 3, 2007 at 10:30 am
Aug 3, 2007 at 4:53 pm -
I am having issues running a web application, called OTRS, that uses DBI and DBD::Oracle. When I insert special characters, such as é or â they show up as question marks in the database when looking ...
Dan King
Aug 21, 2007 at 6:24 pm
Aug 23, 2007 at 3:47 pm -
hello folks, has anyone tried to create an instance of Apache2::RequestRec outside apache ? I'm not an xs expert, but if i understand correctly Apache2::RequestRec basically wraps the request_rec ...
Bharanee rathna
Aug 31, 2007 at 12:01 am
Aug 31, 2007 at 4:08 am -
Hi guys , I a new to perl and mod_perl and Apache::Asp , And I wold like to ask you How to display an image ? I tried the example that display a binary file included in /eg , but Is there a simple ...
RGKärcher
Aug 21, 2007 at 3:48 pm
Aug 21, 2007 at 6:05 pm -
Hi all, While ApacheLounge makes available a Win32 binary of Apache2.2 that seems to work better for modperl than the distribution from apache.com, be advised that if you intend to use libapreq2, you ...
Foo JH
Aug 18, 2007 at 6:30 pm
Aug 20, 2007 at 4:43 pm -
Hi All, I have just started learning perl and mod_perl, and I must admit I am enjoying it a lot! I am tying to upload a file, so I can do some calculations to the file, my question is what is the ...
Mag Gam
Aug 11, 2007 at 2:25 am
Aug 16, 2007 at 12:17 am -
Hi, I created a perl binding for a third party "C "library using swig. This works fine under CGI but consistently fails under mod_perl. Is there a known set of calls(mulithreading etc.) that is not ...
Manoj Bist
Aug 13, 2007 at 6:33 am
Aug 14, 2007 at 4:45 pm -
Actually I did exactly what you told me yesterday and $obj was still undefined. Here is the code ( check if $obj is undefined inside foreach ) ------------ package XXX::YYY3; @ISA = qw(Net::Cmd ...
Nguyen Vu Hung
Aug 16, 2007 at 1:34 am
Aug 20, 2007 at 6:52 am -
I'm in the process of converting some old software from mod_perl1 to mod_perl2, and I'm finding that $r- bytes_sent() doesn't work as it used to. The code is written in a very out-moded style: it is ...
Steve Hay
Aug 2, 2007 at 2:39 pm
Aug 2, 2007 at 6:36 pm -
I use a basic authentification (Apache2::Access) wich works fine, but my question is : How do I disconnect users ? The disconnection is done when they close their webbrowser (Apache will ask the ...
Matthieu FEREYRE
Aug 22, 2007 at 2:11 pm
Aug 23, 2007 at 5:24 am -
Hi, I've got a two-apache reverse proxy setup, split over two hosts. The problem I've got is that I'd like to put the user_id in the access logs so that our log analysis software can make use of it. ...
Carl Johnstone
Aug 2, 2007 at 3:08 pm
Aug 2, 2007 at 7:19 pm -
The point of that is to restart apache from a web adress like http://my_server/restart (after authentification) The function : kill -USR1 apache_pid do that extremly well but apache doesn't have the ...
Matthieu FEREYRE
Aug 29, 2007 at 12:03 pm
Aug 29, 2007 at 3:35 pm -
Hi all, The following code run without problems under Apache 1.3.29, Perl 5.6.1, mod_perl 1.29. Under the new environment which is Apache 2.0.52, Perl 5.8.8, mod_perl 2.0.3 ( Cent OS 4.5 ), it won't ...
Nguyen Vu Hung
Aug 27, 2007 at 9:26 am
Aug 28, 2007 at 1:53 pm -
Hi all, I have a weird problem: on startup apache executes 4 times a Perl Script I included via PerlPostConfigRequire startup.pl in the httpd.conf. The startup script contains following code: ...
Tobias Zeising
Aug 28, 2007 at 7:18 am
Aug 28, 2007 at 7:51 am -
hi , i am doing mod_perl but i am not able to run in apache, httpd.configfile we has added * LoadModule perl_module /usr/lib/httpd/modules/mod_perl.so * then also we not able to run so any one can ...
Usha rani
Aug 21, 2007 at 11:29 am
Aug 21, 2007 at 11:39 am -
Hi, I would really appreciate if someone could answer the following question regarding modperl and writing to stdout for me: I have a perl binding for a C library which generates binary(audio/video) ...
Manoj Bist
Aug 17, 2007 at 4:21 am
Aug 17, 2007 at 7:15 pm -
Dear all.... It has been difficult to subscribe to the mailing list, I was refused due to some SPAM control when using my usual account jonb@it-cons.com. I would really like to know why that ...
jónJósef Bjarnason
Aug 16, 2007 at 2:39 pm
Aug 17, 2007 at 12:20 pm -
Hi, I have 2 questions: 1) There is a script which uses Authen::SASL::Cyrus module. During the work the module needs to load some external dynamic libraries (.so files). To have correct libraries ...
Artem Harutyunyan
Aug 15, 2007 at 4:02 pm
Aug 15, 2007 at 4:25 pm -
I'm not sure if I've asked the correct lists,but hope I can get some helps here.:) I need a mod_rewrite rule,rewrite this url: http://abc.site.com/index.php?q1=v1 to: ...
Pennyyh
Aug 10, 2007 at 9:53 am
Aug 10, 2007 at 10:30 am -
Is it possible to restart Apache from a perl script (executed by Apache) ? I tried to send a Kill system command with no success. Any idea ? FEREYRE Matthieu " Ce courriel et les documents qui y sont ...
Matthieu FEREYRE
Aug 29, 2007 at 11:50 am
Aug 29, 2007 at 11:57 am -
hi all, We configured apache and mozilla in cygwin environment, we want to know how to debug CSS file using apache and mozilla browser. thankyou. --------------------------------- Looking for a deal? ...
Tara sasanka
Aug 27, 2007 at 2:03 pm
Aug 27, 2007 at 4:36 pm -
Hi guys , The apache log show me this : [Tue Aug 21 13:57:21 2007] [error] Unrecognized character \\xFF at /var/www/html/mgnosis/gnosisweb/site_images/buda.jpg line 1.\n When I do this : ...
RGKärcher
Aug 21, 2007 at 6:45 pm
Aug 21, 2007 at 7:00 pm -
I saw this document on perl.apache.com site, When a mod_perl hook is called for a given phase, the glue code has an index into the array of handlers, so it knows to return DECLINED right away if no ...
Jen mlists
Aug 21, 2007 at 7:09 am
Aug 21, 2007 at 4:16 pm -
Hello list, Is it possible to write speed limit module (for file downloading) by modperl rather than using Apache's official module? Thanks.
Jen mlists
Aug 17, 2007 at 1:31 am
Aug 17, 2007 at 1:52 pm -
Hello all, I am quite new to Perl, mod_perl and mod_perl2 so please excuse me for my questions. It my sounds noobish. In the code below, the class XXX:YYY3 inherits Net::Cmd, IO::Socket::Inet, create ...
Nguyen Vu Hung
Aug 16, 2007 at 12:58 am
Aug 16, 2007 at 2:54 am -
Hi all Anyone who has the <Practical Mod_perl (chm/pdf), please give me a copy. Thanks Good luck. Luke
Luke Lu
Aug 16, 2007 at 12:44 am
Aug 16, 2007 at 1:16 am -
Is it possible to use perl source code filters (like Filter::Util::Call) in scripts that are run via ModPerl::Registry? If I place the following module somewhere in my @INC path: Hello2Goodbye.pm ...
Steve Hay
Aug 10, 2007 at 3:39 pm
Aug 11, 2007 at 12:41 pm -
hi what is the compilation command for modperl in cygwin and also debugging command -- www.g-billbords.com
Prapulla rani
Aug 10, 2007 at 12:27 pm
Aug 10, 2007 at 6:43 pm -
hi How to install mod_perl in cygwin , without configure file , please send me reply as soon as possible Thankyou. prasanthi -- www.g-billboards.com
Prasanthi devisetti
Aug 9, 2007 at 6:35 am
Aug 9, 2007 at 3:39 pm -
hi, Where to download Apache source code . please send me reply it is very need to me. -- www.g-billbords.com
Prapulla rani
Aug 9, 2007 at 8:59 am
Aug 9, 2007 at 10:04 am -
1. Problem Description: 'make test' failed on t/api/server_const.t I am trying to build Apache2/mod_perl2 on a Fedora Core 6 system which already has these components installed. I am under the ...
Ryan Gies
Aug 7, 2007 at 4:23 pm
Aug 7, 2007 at 4:36 pm -
Hello, In my mp1 script I wrote some info to apache's error_log: } elsif ($ip_int != $ip_int2) { $r- log_error("[$ip FORBIDDEN] Request IP was not matched"); return FORBIDDEN; But I saw it wrote many ...
Jen mlists
Aug 7, 2007 at 8:28 am
Aug 7, 2007 at 12:16 pm -
hi all when i am executed command make for building mod_perl in cygwin, i got the following errors make[1]: *** [mod_perl.lo] Error 1 make[1]: Leaving directory ...
Bhaskar
Aug 28, 2007 at 9:48 am
Aug 28, 2007 at 9:48 am -
In my mason template I have the following code. $r- set_handlers( PerlCleanupHandler = [ &do_cleanup ]); But for some reason the main script waits for the function do_cleanup to finish. I thought the ...
Cure
Aug 27, 2007 at 12:16 pm
Aug 27, 2007 at 12:16 pm -
Yes. The Apache server is normally running. It is serving requests perfectly fine before this starts a few hours later, intermittently. Jordan
Jordan McLain
Aug 22, 2007 at 1:59 am
Aug 22, 2007 at 1:59 am -
After sending a hardtime with IPC::Run, I still didn't understand it from usage example, so I post it here. In the code below, what are@cmd, $in, $out, $err? How to declare them? Question 01: ...
Nguyen Vu Hung
Aug 20, 2007 at 6:59 am
Aug 20, 2007 at 6:59 am -
I am not sure if this is the SUPER package we are looking for. Being said this, please remember that I am quite new to Perl. http://search.cpan.org/~chromatic/SUPER-1.16/lib/SUPER.pm Luke Lu ...
Nguyen Vu Hung
Aug 16, 2007 at 2:49 am
Aug 16, 2007 at 2:49 am -
Lu, I think IO::Socket:SSL has nothing to do here because this class inherits Net::Cmd and IO::Socket::INET. The next part of the code is to connect to a POP server and get emails, therefore it has ...
Nguyen Vu Hung
Aug 16, 2007 at 2:15 am
Aug 16, 2007 at 2:15 am -
Yes, it was undefined even inside foreach. You can see it above the debug lines on my code. Luke Lu さんは��きました:
Nguyen Vu Hung
Aug 16, 2007 at 1:46 am
Aug 16, 2007 at 1:46 am -
This code didn't run. I don't think we can put an "if" clause inside $type- SUPER::new(...) The error I got when running this code is: syntax error at /XXX/YYY3.pm line 74, near "if"\nsyntax error at ...
Nguyen Vu Hung
Aug 16, 2007 at 1:24 am
Aug 16, 2007 at 1:24 am -
Hi all, Earlier on I was sharing the discovery of an alternative binary for Apache on Win32 at Apache Lounge (http://http://www.apachelounge.com). Here are some updates on the implementation: 1. ...
Foo JH
Aug 14, 2007 at 10:35 am
Aug 14, 2007 at 10:35 am -
I would like to maintain a list of password protected directories outside of the apache conf files. My thoughts are to write a PerlAccessHandler which will use $r- add_config to set the authorization ...
Ryan Gies
Aug 8, 2007 at 7:36 pm
Aug 8, 2007 at 7:36 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 48 |
posts | 188 |
users | 55 |
website | perl.apache.org |
55 users for August 2007
Archives
- October 2014 (25)
- September 2014 (48)
- August 2014 (19)
- July 2014 (12)
- June 2014 (65)
- May 2014 (35)
- April 2014 (22)
- March 2014 (17)
- February 2014 (60)
- January 2014 (14)
- December 2013 (5)
- November 2013 (27)
- October 2013 (35)
- September 2013 (13)
- August 2013 (14)
- July 2013 (18)
- June 2013 (35)
- May 2013 (50)
- April 2013 (52)
- March 2013 (36)
- February 2013 (40)
- January 2013 (17)
- December 2012 (38)
- November 2012 (72)
- October 2012 (46)
- September 2012 (39)
- August 2012 (36)
- July 2012 (49)
- June 2012 (51)
- May 2012 (38)
- April 2012 (79)
- March 2012 (68)
- February 2012 (80)
- January 2012 (98)
- December 2011 (56)
- November 2011 (59)
- October 2011 (44)
- September 2011 (25)
- August 2011 (35)
- July 2011 (159)
- June 2011 (113)
- May 2011 (113)
- April 2011 (31)
- March 2011 (75)
- February 2011 (123)
- January 2011 (80)
- December 2010 (90)
- November 2010 (55)
- October 2010 (67)
- September 2010 (82)
- August 2010 (46)
- July 2010 (31)
- June 2010 (40)
- May 2010 (84)
- April 2010 (125)
- March 2010 (99)
- February 2010 (113)
- January 2010 (145)
- December 2009 (70)
- November 2009 (110)
- October 2009 (142)
- September 2009 (235)
- August 2009 (133)
- July 2009 (85)
- June 2009 (97)
- May 2009 (72)
- April 2009 (129)
- March 2009 (220)
- February 2009 (128)
- January 2009 (221)
- December 2008 (151)
- November 2008 (160)
- October 2008 (190)
- September 2008 (134)
- August 2008 (139)
- July 2008 (127)
- June 2008 (186)
- May 2008 (196)
- April 2008 (234)
- March 2008 (175)
- February 2008 (218)
- January 2008 (179)
- December 2007 (212)
- November 2007 (275)
- October 2007 (296)
- September 2007 (262)
- August 2007 (188)
- July 2007 (250)
- June 2007 (340)
- May 2007 (343)
- April 2007 (284)
- March 2007 (340)
- February 2007 (169)
- January 2007 (351)
- December 2006 (252)
- November 2006 (314)
- October 2006 (218)
- September 2006 (302)
- August 2006 (491)
- July 2006 (192)
- June 2006 (266)
- May 2006 (291)
- April 2006 (214)
- March 2006 (346)
- February 2006 (538)
- January 2006 (348)
- December 2005 (401)
- November 2005 (340)
- October 2005 (376)
- September 2005 (491)
- August 2005 (647)
- July 2005 (414)
- June 2005 (392)
- May 2005 (609)
- April 2005 (600)
- March 2005 (429)
- February 2005 (566)
- January 2005 (522)
- December 2004 (671)
- November 2004 (561)
- October 2004 (344)
- September 2004 (407)
- August 2004 (551)
- July 2004 (480)
- June 2004 (449)
- May 2004 (482)
- April 2004 (456)
- March 2004 (643)
- February 2004 (535)
- January 2004 (496)
- December 2003 (616)
- November 2003 (728)
- October 2003 (527)
- September 2003 (437)
- August 2003 (567)
- July 2003 (807)
- June 2003 (672)
- May 2003 (664)
- April 2003 (668)
- March 2003 (551)
- February 2003 (566)
- January 2003 (637)
- December 2002 (440)
- November 2002 (652)
- October 2002 (690)
- September 2002 (410)
- August 2002 (704)
- July 2002 (650)
- June 2002 (1,057)
- May 2002 (746)
- April 2002 (943)
- March 2002 (937)
- February 2002 (757)
- January 2002 (743)
- December 2001 (705)
- November 2001 (641)
- October 2001 (718)
- September 2001 (536)
- August 2001 (895)
- July 2001 (701)
- June 2001 (649)
- May 2001 (667)
- April 2001 (678)
- March 2001 (739)
- February 2001 (796)
- January 2001 (1,075)
- December 2000 (1,399)
- November 2000 (1,093)
- October 2000 (845)
- September 2000 (963)
- August 2000 (1,128)
- July 2000 (1,254)
- June 2000 (1,251)
- May 2000 (1,363)
- April 2000 (1,381)
- March 2000 (1,361)
- February 2000 (816)