Problem Setting Up ptkdb For mod_perl

2008-11-06 Thread Cheok Yan Cheng
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

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: AC US 2008

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

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..."

Problem Setting Up ptkdb For mod_perl

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