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

Reply via email to