Advertisement
Guest User

Untitled

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