Linux Tutorials and Reviews
linuxdo.blogspot.com
Pages
Home
Linux Cheat Sheet
OpenSUSE LAMP Server
Showing posts with label
httpd
.
Show all posts
Showing posts with label
httpd
.
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
Older Posts
Home
Subscribe to:
Posts (Atom)