Skip to content

Instantly share code, notes, and snippets.

@elon01
Last active August 29, 2015 14:07
Show Gist options
  • Save elon01/6dad43d9707e6d8e3f58 to your computer and use it in GitHub Desktop.
Save elon01/6dad43d9707e6d8e3f58 to your computer and use it in GitHub Desktop.
custom.erb as seen by Apache
Listen 81
<VirtualHost *:81>
ServerAdmin webmaster@localhost
DocumentRoot /srv/apache/bears
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /srv/apache/bears>
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