Advertisement
Guest User

Untitled

a guest
Apr 6th, 2013
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ###################################################################
  2. # Put this for your main server configuration (usually httpd.conf)#
  3. ###################################################################
  4. ServerAdmin ntenisOT@gmail.com
  5. ServerName 198.199.125.69
  6. DirectoryIndex index.php
  7. DocumentRoot /home/sites/
  8. LogLevel warn
  9. ErrorLog /home/sites/error.log
  10. CustomLog /home/sites/access.log combined  
  11.  
  12.  
  13. NameVirtualHost 198.199.125.69:80
  14.  
  15. #
  16. # NOTE: NameVirtualHost cannot be used without a port specifier
  17. # (e.g. :80) if mod_ssl is being used, due to the nature of the
  18. # SSL protocol.
  19. #
  20.  
  21. <VirtualHost *:80>
  22.         ServerAdmin ntenisOT@gmail.com
  23.         ServerName christabellehotel.com
  24.         ServerAlias www.christabellehotel.com
  25.         DirectoryIndex index.php
  26.         DocumentRoot /home/sites/christabellehotel.com
  27.         LogLevel warn
  28.         ErrorLog /home/sites/christabellehotel.com/error.log
  29.         CustomLog /home/sites/christabellehotel.com/access.log combined
  30. </VirtualHost>
  31.  
  32. <VirtualHost *:80>
  33.         ServerAdmin ntenisOT@gmail.com
  34.         ServerName 198.199.125.69/aktea
  35.         ServerAlias www.198.199.125.69/aktea
  36.         DirectoryIndex index.php
  37.         DocumentRoot /home/sites/akteabeach.com
  38.         LogLevel warn
  39.         ErrorLog /home/sites/akteabeach.com/error.log
  40.         CustomLog /home/sites/akteabeach.com/access.log combined
  41. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement