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
enior System Admin - RideCharge, Inc. http://ridecharge.com
> 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
>
> Work like you don't need the money,
> love like you'll never get hurt,
> and dance like nobody's watching.
>
>
--
View this message in context:
http://www.nabble.com/Problem-Setting-Up-ptkdb-For-mod_perl-tp20358148p20372873.html
Sent from the mod_perl - General mailing list archive at Nabble.com.
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..."
d...done.
I use my browser to request cheok.cgi
The web page is displayed at browser. But there are no GUI debugger windows
at all.
I check the error log file in apache, there isn't any error :(
Any hint? I am lost...
Cheok
--
View this message in context:
http://www.nabble.com/Problem-Se