Posted by httpd Wed 7th Mar 2007 07:39 - Syntax is Apache conf - 19 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
-
# Use name-based virtual hosting.
-
#
-
NameVirtualHost 62.49.92.122:80
-
-
#Include /etc/httpd/sites-enabled/[^.#]*
-
-
# Where do we put the lock and pif files?
-
LockFile "/var/lock/httpd.lock"
-
CoreDumpDirectory "/etc/httpd"
-
-
# Defaults for virtual hosts
-
#
-
# Virtual hosts
-
#
-
-
# Virtual host Default Virtual Host
-
62.49.92.122:80> -
ServerAdmin
-
DocumentRoot /var/www/search.vtu.org
-
ServerName search.vtu.org
-
ServerAlias www.search.vtu.org
-
CustomLog logs/search.vtu.org-access_log combined
-
ErrorLog logs/search.vtu.org-error_log combined
-
-
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
Download | New Post | Modify | Hide line numbers
Comments: 0