Skip to content

Instantly share code, notes, and snippets.

@Nav-Appaiya
Created February 10, 2015 22:12
Show Gist options
  • Save Nav-Appaiya/ecff285281ad749486e8 to your computer and use it in GitHub Desktop.
Save Nav-Appaiya/ecff285281ad749486e8 to your computer and use it in GitHub Desktop.
<VirtualHost 127.0.0.2:80>
ServerName my-works
ServerAdmin webmaster@localhost
DocumentRoot /home/phprepo/www/my-works
<Directory /home/phprepo/www/my-works/>
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/apache2/error.log
LogLevel warn
CustomLog /var/log/apache2/access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment