Skip to content

Instantly share code, notes, and snippets.

@johnfitzpatrick
Last active August 29, 2015 14:12
Show Gist options
  • Save johnfitzpatrick/6b502db55c85b5216d4e to your computer and use it in GitHub Desktop.
Save johnfitzpatrick/6b502db55c85b5216d4e to your computer and use it in GitHub Desktop.
Listen 8081
<VirtualHost *:8081>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/web02
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/html/web02>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment