Skip to content

Instantly share code, notes, and snippets.

@perifer
Created February 24, 2011 14:07
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 perifer/842191 to your computer and use it in GitHub Desktop.
Save perifer/842191 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName plan.goodold.net
<IfModule mpm_itk_module>
AssignUserId plan plan
</IfModule>
DocumentRoot /home/plan/plan.goodold.net
<Directory /home/plan/plan.goodold.net>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ErrorLog /home/plan/logs/apache2/error.log
CustomLog /home/plan/logs/apache2/access.log combined
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment