Skip to content

Instantly share code, notes, and snippets.

@40
Created April 11, 2012 01:48
Show Gist options
  • Select an option

  • Save 40/2356290 to your computer and use it in GitHub Desktop.

Select an option

Save 40/2356290 to your computer and use it in GitHub Desktop.
Prevent Directory Listing on Apache2
# Find sites-available directory
# Open default dir
# Locate something like <Directory /[some directory name]>
# Change "Indexes" to "-Indexes"
:wq
service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment