[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#216242: DirectoryIndex problem on Apache: modules.conf has wrong order



Package: Apache
Version: 1.3.28-4

--------------------------------------------------------------------------
After upgrading apache today, there was a problem with the DirectoryIndex. Id dit not seem to work anymore.

It turns out there is a problem in the modules.conf file:

LoadModule autoindex_module /usr/lib/apache/1.3/mod_autoindex.so
LoadModule dir_module /usr/lib/apache/1.3/mod_dir.so


The first line, should be last:

LoadModule dir_module /usr/lib/apache/1.3/mod_dir.so
LoadModule autoindex_module /usr/lib/apache/1.3/mod_autoindex.so

--
Marco Davids





Reply to: