Re: apache2 and ptkdb (bit of progress)

2006-10-13 Thread Anthony Gardner
okay, I've hacked Devel::ptkdb and Apache::DB a bit as suggested by http://article.gmane.org/gmane.comp.apache.mod-perl/7562changed a bit for MP2andhttp://perl.apache.org/docs/1.0/guide/debug.html#ptkdb_and_Interactive_mod_perl_DebuggingNow, I get the gui but no contents are displayed in it. If I s

Re: apache2 and ptkdb (update)

2006-10-13 Thread Anthony Gardner
I've now tested ptkdb on my local machine and have experienced exactly the same problems.No output ot my logs and ptkdb only fires up if I comment out Sethandler and PerlResponseHandler!!!to cgi-bin/printenv, I added sub BEGIN {   $ENV{'DISPLAY'} = "localhost:0.0" ;}and set ... xhost localhostand h

Re: apache2 and ptkdb

2006-10-13 Thread Anthony Gardner
Sorry, the last reply I sent only went to Tom.There is no output to the error log. ptkdb either fires up or it doesn't . depending on the settings.H.Tom , the case of the missing package has been solved in my startup.pl I originally only had one entry in to use lib wrapped in single q

Re: apache2 and ptkdb

2006-10-13 Thread Jeff Pang
Hello, Have you loaded the ModPerl::Registry?How can you know your modperl scripts can't be run? When you meet problems,you can look at the error_log where you could find most of the problems. And,here is my mp2 config,it can run well for me: PerlModule ModPerl::Registry SetHandler perl-sc

Re: apache2 and ptkdb

2006-10-13 Thread Tom Schindl
Hi, not much information you provide. Any error-logs or would help us to solve your problem. Tom Anthony Gardner schrieb: > I'm having problems getting ptkdb to work under ModPerl::Registry. > > this works but it won;t be running under mod_perl > > > AllowOverride Limit > ##SetHandler