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