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

Bug#231411: Bug in modules.conf: order of modules



Package: apache
Version: 1.3.28-4


I have the default modules.conf. DirectoryIndex (index.html) is being ingored. Instead I get a directory listing generated by autoindex.

The Problem seems to be the order in which the modules mod_dir and mod_autoindex are being added.

The default modules.conf (in /etc/apache/) has

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

It works if I simply switch these lines. I found the solution for this Problem at
	http://www.geocrawler.com/archives/3/192/2001/12/0/7411885/


Thanks for your dedication to this project,
	Titus v. d. Malsburg




Reply to: