Showing posts with label indexes. Show all posts
Showing posts with label indexes. Show all posts

Sunday, April 22, 2012

Disable Directory Listing In Apache Webserver/HTTPD

Disabling Directory Listing is one of the important security measure you can take. Consider a config as:
Options Indexes FollowSymLinks MultiViews
Remove "Indexes" from that line so that it looks like:
Options FollowSymLinks MultiViews