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
<Directory /pub>
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 <[email protected]>
>Subject: apache2 and ptkdb
>
>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 Limit
>## SetHandler perl-script
>## PerlResponseHandler ModPerl::Registry
> PerlOptions +ParseHeaders
> Options +ExecCGI
></Directory>
>
>the following won't work at all
>
><Directory "/path/to/cgi-bin">
> AllowOverride Limit
> SetHandler perl-script
> PerlResponseHandler ModPerl::Registry
> PerlOptions +ParseHeaders
> Options +ExecCGI
> </Directory>
>
>any ideas greatly appreciated
>
>CIA
>
>-Ants
>
>
>
>
>---------------------------------
> Try the all-new Yahoo! Mail . "The New Version is radically easier to use"
> ?The Wall Street Journal
--
Books below translated by me to Chinese.
Practical mod_perl: http://home.earthlink.net/~pangj/mod_perl/
Squid the Definitive Guide: http://home.earthlink.net/~pangj/squid/