Re: [SLUG] Alias my Loopback?

From: Levi Bard (levi@bard.sytes.net)
Date: Fri Jun 06 2003 - 10:22:04 EDT


> ---------------
>
> #
> # Use name-based virtual hosting.
> #
> NameVirtualHost 127.0.0.1
NameVirtualHost *
>
> # Where do we put the lock and pif files?
> LockFile "/var/lock/httpd.lock"
> CoreDumpDirectory "/etc/httpd"
>
> # Defaults for virtual hosts
>
> # Logs
>
> #
> # Virtual hosts
> #
>
> # Virtual host Default Virtual Host
> <VirtualHost *>
> ServerName localhost
>
> ServerSignature email
>
> DirectoryIndex index.php index.html index.htm index.shtml
>
> ServerSignature email
>
> LogLevel warn
> HostNameLookups off
>
> </VirtualHost>
>
> # Virtual host arias.localhost
> <VirtualHost 127.0.0.1>
<VirtualHost *>
> DocumentRoot /var/www/html/arias
>
> ServerAdmin webmaster@localhost.com
> ServerName http;//arias.localhost.com
ServerName http://arias.localhost.com
>
> ServerSignature email
>
> DirectoryIndex index.php index.html index.htm index.shtml
>
> ServerSignature email
>
> </VirtualHost>

Levi



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 16:17:48 EDT