Posted by httpd Wed 7th Mar 2007 07:39 - Syntax is Apache conf - 19 views
Download | New Post | Modify | Hide line numbers
  1. # Use name-based virtual hosting.
  2. #
  3. NameVirtualHost 62.49.92.122:80
  4.  
  5. #Include /etc/httpd/sites-enabled/[^.#]*
  6.  
  7. # Where do we put the lock and pif files?
  8. LockFile "/var/lock/httpd.lock"
  9. CoreDumpDirectory "/etc/httpd"
  10.  
  11. # Defaults for virtual hosts
  12. #
  13. # Virtual hosts
  14. #
  15.  
  16. # Virtual host Default Virtual Host
  17. 62.49.92.122:80>
  18.        ServerAdmin
  19.         DocumentRoot /var/www/search.vtu.org
  20.         ServerName search.vtu.org
  21.         ServerAlias www.search.vtu.org
  22.         CustomLog logs/search.vtu.org-access_log combined
  23.         ErrorLog logs/search.vtu.org-error_log combined
  24.  

PermaLink to this entry https://pastebin.co.uk/11516
Posted by httpd Wed 7th Mar 2007 07:39 - Syntax is Apache conf - 19 views
Download | New Post | Modify | Hide line numbers

 

Comments: 0