Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

.htacces dont' work inside /perl dir

Quote Reply
.htacces dont' work inside /perl dir
May be I'm a little off-topic.

I can't understand why Apache don't care about the .htaccess I used into the perl directory (mod_perl).
I tryed several ways and I know should be a 'AllowOverride' misconfiguration on the httpd.conf but everithing seems ok....

<IfModule mod_perl.c>
Alias /perl/ /var/www/perl/
<Location /perl>
SetHandler perl-script
PerlHandler Apache::Registry
PerlModule Apache::DBI
PerlModule CGI
Options +ExecCGI
</Location>
</IfModule>


Does anyone know how to allow Location to take care also of all .htaccess?



Thank you in advance


lepo

Lepo - lepo@lepo.org
Subject Author Views Date
Thread .htacces dont' work inside /perl dir Lepo75 2801 Oct 6, 2000, 2:03 AM
Post Re: .htacces dont' work inside /perl dir
pugdog 2679 Oct 6, 2000, 9:04 AM