add this to your modules list:
LoadModule autoindex_module /usr/lib/apache/1.3/mod_autoindex.so
Michael Sammartano spoke forth with the blessed manuscript:
Ok, I know I have asked this before, but I Am now getting around to
doing it, but I can not get my Apache server to show me an index of a
directory. Ie if I type in the url www.volinaz.us/hompage it should show
me a list of what is in there. In httpd.conf I changed
<Directory />
Options None
AllowOverride None
Order deny,allow
Deny from all
</Directory>
to
<Directory />
Options +Indexes
AllowOverride None
Order deny,allow
Deny from all
</Directory>
I was some time ago to also add
DirectoryIndex index.html index.html.var index.htm
but I have no clue where to add this.
Any takers?
Thanks
Mike
--
Created with the Thunderbird email client for Windows. This is an Open
Source alternative to the troubled Microsoft product line.
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss