Skip to content

Instantly share code, notes, and snippets.

@aoloe
Created December 18, 2013 15:55
Show Gist options
  • Save aoloe/8024729 to your computer and use it in GitHub Desktop.
Save aoloe/8024729 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
# Indexes + Directory Root.
#DirectoryIndex index.html index.php
DocumentRoot /home/ale/docs/htdocs/graphicslab/htdocs/
<Directory /home/ale/docs/htdocs/graphicslab/htdocs/ >
# Options FollowSymLinks
# AllowOverride FileInfo Options
Options Indexes FollowSymLinks
AllowOverride AuthConfig FileInfo
# AllowOverride none
Require all granted
</Directory>
# Logfiles
ErrorLog /home/ale/docs/htdocs/graphicslab/logs/error.log
CustomLog /home/ale/docs/htdocs/graphicslab/logs/access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment