Advertisement
Guest User

Untitled

a guest
Mar 8th, 2011
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <VirtualHost xx.xxx.xxx.xx:80>
  2. ServerAdmin webmaster@liber.in
  3. ServerName liber.in
  4. ServerAlias www.liber.in
  5. DocumentRoot /home/ziber/public_html/liber.in/httpdocs
  6. AccessFileName .htaccess
  7.  
  8. <Directory /home/ziber/public_html/liber.in/httpdocs>
  9. Options FollowSymLinks Includes ExecCGI
  10. AllowOverride All
  11. order allow,deny
  12. allow from all
  13. </Directory>
  14. ErrorLog /var/log/apache2/liber.in/error.log
  15. LogLevel warn
  16. CustomLog /var/log/apache2/liber.in/access.log combined
  17.  
  18. ServerSignature On
  19. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement