http://qs321.pair.com?node_id=910209


in reply to How to configure mod_perl?

I thing you're mistaking the use off Location vs. Directory. Your directive should read:
<Directory "/var/www/perl"> .... </Directory>
or:
<Location "/perl"> ... </Location>
(assuming your DocumentRoot is /var/www.)
HTH,

Paul

Replies are listed 'Best First'.
Re^2: How to configure mod_perl
by rifat (Initiate) on Jun 17, 2011 at 17:14 UTC
    Doing it makes the browser say, the file cannot be found. I think it means the alias has not been recognized by apache.