Advertisement
Guest User

Untitled

a guest
Jun 14th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # domain: bingo-room.com
  2. # public: /home/deelip/public/bingo-room.com/
  3.  
  4. <VirtualHost *:80>
  5. # Admin email, Server Name (domain name), and any aliases
  6. ServerAdmin webmaster@bingo-room.com
  7. ServerName www.bingo-room.com
  8. ServerAlias bingo-room.com
  9.  
  10. # Index file and Document Root (where the public files are located)
  11. DirectoryIndex index.html index.php
  12. DocumentRoot /home/deelip/public/bingo-room.com/public
  13.  
  14. # Log file locations
  15. LogLevel warn
  16. ErrorLog /home/deelip/public/bingo-room.com/log/error.log
  17. CustomLog /home/deelip/public/bingo-room.com/log/access.log combined
  18. </VirtualHost>
  19. deelip@bingo:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement