Am very cheesed oof now apache2 and ptkdb

2006-10-15 Thread Anthony Gardner
I've even tried to get it running at home with the same luck .. none (well, i get the gui but it's blank where the code should be)The steps I've taked are those as described in my mail below this one.Surely s.o out there must have an idea ;) please!! pretty please.I'm also getting this

apache2 and ptkdb

2006-10-13 Thread Anthony Gardner
I'm having problems getting ptkdb to work under ModPerl::Registry.this works but it won;t be running under mod_perlDirectory "/path/to/cgi-bin" AllowOverride Limit## SetHandler perl-script## PerlResponseHandler ModPerl::Registry PerlOptions +ParseHeaders Options +ExecCGI/Directorythe following

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 Directory /path/to/cgi-bin AllowOverride

Re: apache2 and ptkdb

2006-10-13 Thread Jeff Pang
SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions +ParseHeaders Options +ExecCGI /Directory Good luck! -Original Message- From: Anthony Gardner [EMAIL PROTECTED] Sent: Oct 13, 2006 3:53 AM To: mod_perl modperl@perl.apache.org Subject: apache2 and ptkdb I'm

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

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