I tried with my FC3 machine (Apache::Registry) and I could also not get
index.pl to be the default document.
Jonathan
Perrin Harkins wrote:
On Thu, 2005-09-29 at 17:24 -0600, Jonathan Steffan wrote:
Well... This is what you need to do.
Add to your mod_perl enabled <Directory> block.
(Lock this down more later): AllowOverride All
In .htaccess file where you want index.pl to handle requests:
ErrorDocument 404 /path/to/index.pl
There's no need to make it a 404 handler -- DirectoryIndex works just
fine with Apache::Registry. I'm using it right now. Something else
must be wrong with his config file.
- Perrin