a signal handler for USR2 has been setup in startup.pl, but sendinga USR2 to the root httpd process does not result in the execution of the signal handler;...
Problem solved. Turned out to be some kernel patches redhat has applyed to their kernel. It works fine with a vanilla kernel, litteraly all memory is reported...
For referance the problem i am seeing, is that even though i have configured a load of modules to be preloaded, they are not being preloaded, or at least not...
My system has httpd 2.0 compiled with "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" . "make test" of mod_perl has genearted a coredump with the following...
Hello, I am working on Mac osx 10.2.8 (perl v-5.6.0) and I try to install these 2 applications but under Mod-perl I tried to do "make" I got some error...
I'm trying to build a configuration with some customlogs. Here's what I tried unsuccessfully, someone could give me any hint about it ? $VirtualHost{$vhost}={ ...
I am trying to use the LWP module & the perl module ... . . use LWP::UserAgent; . . ... This line throws error : Can't locate URI.pm in @INC (@INC contains: ...
Hi, I want to write a Perl handler that pokes into the content of a request in order to see if a certain parameter is present and if so to change the request...
[MDL side: I'm CCing this for informational purposes. I'll post a reply later with what information I get.] I just want to make sure I get this right... I'd...
Hi, I am working on an implementation of a notification system based on HTTP and I need to write a mod_perl-based Apache module that handles the (non-HTTP1.1...
Hello, I'm trying to use bug-mp2, but I get this error and I don't know where to find the missing file: root@penny:/var/www/bug-mp2 # perl Makefile.PL -apxs...
Hi, I just switch my apache to use the worker MM. I have a filter which uses Cache::SharedMemoryCache to share data between process (and hopefully threads...
Hello There. I have installed Mandrake 9.1, and in the installation I asked it to also install Apache 2, mod_perl, mysql. now I want to make them all work. I...
mod_perl doesn't work when run on a file system with acls, since the code checks manually for a relevant execute bit on a script before running it (as does the...
NEW FUNCTIONALITY (Cameron Prince, Terrence Brannon) * Full SQL Query input via the !Query option to Search() * added the '$makesql39; flag to Search() so that...
I've read the docs at http://perl.apache.org/docs/general/perl_reference/perl_reference.html#Excep tion_Handling_for_mod_perl and still have some questions. ...
When running a .pl script from browser, an error message in the apache log indicates that the subroutines have already been defined. I assume this is because...
Hi, i don't have the last modperl version installed, and i know that maybe it corrects my problem, but before starting a so tedious process (for many reasons)...
Hi! Anyone has experience in testing an Apache module (mod_perl 2.0, of course) with custom configuration directives ? I'm talking about a module "packaged"...
I have this piece of code running AccessController.om ... my $cookie = CGI::Cookie->new(-name => 'sessid39;, -value => {XYZ => '32131239;}, -expires => '+1M');...
I just installed mod_perl 2 onto my Red Hat Linux 7.3 system. My system has Apache 1.3 and Apache 2.0 on it, so I ran the following command to build mod_perl...
My system has httpd 2.0 compiled with "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" . "make test" of mod_perl has genearted a coredump with the following...
The uploaded file Apache-Scoreboard-2.01.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-Scoreboard-2.01.tar.gz size: 14132 bytes md5:...
I have something like this: PerlModule Module <VirtualHost ...> PerlSetVar abc def <Perl > Module->start; </Perl> </VirtualHost> and in Module.pm use...
I had to setup an entire new computer and setup just to get mod_perl to work. My previous server is httpd 2.048 /PHP4.34/MySQL4.01 I tried to install mod_perl2...
Speedup Apache::Registry scripts! Not so long ago I was enquiring the mod_perl list on how to capture Apache::RegistryNG's output by subclassing it. Thanks to...
Folks, mod_perl failed to test and generated a strange coredump. The following of the coredump revealed that the dump was occurred because of the null value in...
The uploaded file Apache-Filter-HTTPHeadersFixup-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-Filter-HTTPHeadersFixup-0.01.tar.gz ...