Nav-Appaiya
2/10/2015 - 10:12 PM

gistfile1.txt

<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>