Skip to content

Instantly share code, notes, and snippets.

@sergiopvilar
Created April 9, 2012 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergiopvilar/2343694 to your computer and use it in GitHub Desktop.
Save sergiopvilar/2343694 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /home/svilar/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /home/svilar/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment