07.29 apache saved
Predominant
Tags add more
apache vhost config  
Note
Apache Vhost config for fedallah
  1. <VirtualHost *:80>
  2.         DocumentRoot "/var/www/slavitica.com/public_html"
  3.         ServerAdmin  graham@weldon.ath.cx
  4.         ServerName   slavitica.com
  5.         ServerAlias  www.slavitica.com
  6.  
  7.         <Directory "/var/www/slavitica.com/public_html">
  8.                 Options FollowSymlinks
  9.                 AllowOverride All
  10.                 Order allow,deny
  11.                 Allow from all
  12.         </Directory>
  13. </VirtualHost>
  14.  
Parsed in 0.007 seconds, using GeSHi 1.0.7.14

Modify this Paste