Apache

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Michael Sammartano
Date:  
To: plug-discuss@lists.plug.phoenix.az.us
Subject: Apache
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 -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss