Created
February 10, 2015 22:12
-
-
Save Nav-Appaiya/ecff285281ad749486e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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