Hi, I wish to setup a GUI debugging environment for my CGI, which is running
using apache mod_perl
I update the following file (/usr/local/apache_modperl/conf/httpd.conf) to the
below content :-
### Start to hack by Cheok
use Apache::DB();
Apache::DB->init;
PerlFixupHandler Apache::DB
### E
Thanks!
I can see MaxRequestsPerChild field under
/usr/local/apache_modperl/conf/httpd.conf
How about -DONE_PROCESS and MPM? Where I can set them?
Thanks!
Cheok
Philip M. Gollucci wrote:
>
> yccheok wrote:
>> Now, I try to test on the web site. I want to start my apache in single
>> process
On Oct 22, 2008, at 3:15 PM, Philip M. Gollucci wrote:
Hi All,
wondering who is going to present at the Apache US 2008 conference
in New Orleans.
I'll be there 11/2 - 11/9
Made it. Forgot to respond to this thread earlier. I'll be here
until Saturday morning (9th). Presenting Friday
yccheok wrote:
Now, I try to test on the web site. I want to start my apache in single
process mode. Hence, I edit the following files
/usr/local/apache_modperl/bin/apachectl
/etc/init.d/apache
to content (I just add -X flag)
case "$1" in
start)
log_begin_msg "Starting $NAME 1.3 web server..."
Hi, I wish to setup a GUI debugging environment for my CGI, which is running
using apache mod_perl
I update the following file (/usr/local/apache_modperl/conf/httpd.conf) to
the below content :-
### Start to hack by Cheok
use Apache::DB();
Apache::DB->init;
PerlFixupHandler Apache::DB
### En