in reply to mod_perl and DirectoryIndex
I would hazard a guess that you are using Registry, or one of the other mod_perl enabled CGI-like environments. You have set Registry to handle a particular directory, and while /path/page works, when you make a request to /path/, you're not not getting the directory index that you expect.
When Registry is set as the response handler for a location or directory, mod_dir never receives control.
See this thread for more details about the problem, and see this post in particular for the solution.
Clint
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: mod_perl and DirectoryIndex
by NederBoy (Initiate) on Aug 08, 2007 at 16:03 UTC |