mod_perl -> Can"t enable PerlResponseHandler in <Location>

mod_perl -> Can"t enable PerlResponseHandler in <Location>

am 07.01.2008 14:17:01 von r3gis

Hi ,

I have been trying to enable PerlResponseHandler in the start > directive of my VirtualHost ...but for some reason it doesn't
work ...

I really cant understand why it does i if I put it directly to the
VirtualHost ... I would be very greatful if someone could explain this
to me .

This is my apache configuration :
[ If I go to the http://bookshelf/ everything works great... on the
other hand I dont get anything in the http://bookshelf/start ( Just
blank page with few basic headers ).



ServerName bookshelf
RewriteEngine on
DocumentRoot /var/www/apache2-default
LogLevel Info
CustomLog /var/log/apache2/bookshelf-access.log common
PerlModule MyApache::Handler
SetHandler perl-script
PerlResponseHandler MyApache::Handler


PerlResponseHandler MyApache::Handler



Order deny,allow
Deny from all
Allow from 127.0.0.1




Regards
Piotrek Duszynski