Re: Problem Setting Up ptkdb For mod_perl

2008-11-06 Thread yccheok
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

Re: Problem Setting Up ptkdb For mod_perl

2008-11-06 Thread Philip M. Gollucci
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..."