I upgraded from 199_16 to 199_mod_perl-2.0.0-RC2-Xmas and found out that Apache::Reload does not work the way it worked before. I traced it back to the 199_17...
I'm trying to build packages for mod_perl on Solaris and the usual make DESTDIR=/tmp/mod_perl install doesn't work any more. Apache is in /usr/local but I want...
suppose i wanted the same logic as: return Apache::DECLINED unless $r->is_initial_req; except that sometimes it may be necessary to serve for a subrequest, ...
Okay, I'm trying to compile mod_perl so that when I compile Apache 1.3.33 seperately, I can use the --add-module directive during Apache's ./configure (I'm...
When I run "perl Makefile.PL" to configure a static mod_perl2 build and have an older version of Apache already installed in the --prefix directory, I get the...
The uploaded file Apache-Scoreboard-2.04.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-Scoreboard-2.04.tar.gz size: 17332 bytes md5:...
Hello I'm using modperl 1.26 and apache 1.3.26 on Debian Woody I'm programming with mod_perl and have to restart apache every time to see the changes made...
I use mod_perl for a very long time already. Now I installed apache2.0.52 and took the chance to install a new mod_perl as well. First I tried the new 2.0RC3,...
The uploaded file Apache-Scoreboard-0.13.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-Scoreboard-0.13.tar.gz size: 9491 bytes md5:...
Hi! I'm running ap2 and mp2 and would like to ask if there is any way to limit the mximum CPU time used for a script / child process ? Kind Regards, Stefan...
Hi, I have installed mod_perl-2.0.0-RC3 using: 1) perl Makefile.PL MP_INST_APACHE2=1 MP_APXS=/usr/local/apache2/bin/apxs and then, 2) make. I get not errors in...
... Hash: SHA1 1. Problem Description: Apache 2 SEGVs during the test run (see core dump at the end), then tests fail randomly (Failed 23/221 test scripts,...
It looks like were are going to have the mod_perl track again this summer! So let those proposals come in multitudes! ... Subject: OSCON Call For Proposals Now...
Hey Guys, Sorry to bother you all, I have been trying to work this out for the last 3 days and I really have no idea how to solve it. Originally we were using...
The uploaded file Apache-VMonitor-2.02.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-VMonitor-2.02.tar.gz size: 22346 bytes md5:...
The uploaded file Apache-Scoreboard-0.12.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-Scoreboard-0.12.tar.gz size: 9440 bytes md5:...
I'm working on what will for the most part be an open source project, but one layer of the application needs to be closed source (but still free). This layer...
We're very pleased to announce that Krang v1.101 is now available. Notable changes in this release: * Fixes to the session caching improvements that were added...
I have a RedHat Enterprise 3.0 system that doesn't seem to want to work. The same procedure I followed worked on another system (RHEL 3.0) but isn't on this...
This is a simple not-understanding-the-issues question, I'm sure. I have an authen handler (that used Apache::Request, Apache::Cookie, and Apache::Session) in...
Is there a way to do large queries that return lots of data without having my apache process grow by the equivalent size in ram of the data returned? The only...
Hi, I have a problem using Time::Piece with mod_perl. If Time::Piece is loaded on startup, either by startup.pl, in PerlModule, or by being used in another...