Date: Tue, 29 Jun 1999 11:51:48 -0700 From: Ludwig Pummer <ludwigp@bigfoot.com> To: mwlucas@exceptionet.com, Kevin_Rooney@sw.cc.va.us (Kevin Rooney) Cc: freebsd-questions@freebsd.org Subject: Re: weird Apache 1.3.6 problem Message-ID: <4.1.19990629114137.00af3c40@mail-r> In-Reply-To: <199906291745.NAA23376@easeway.com> References: <519E4F1A60BCD211AC6100805FEA7ACA035069@SWCC2>
next in thread | previous in thread | raw e-mail | index | archive | help
According to the Apache docs, you _don't_ use NameVirtualHost if you're using IP-based virtual hosts. There is a nice example configuration set at http://www.apache.org/docs/vhosts/examples.html#ip >> Put in a line that reads >> NameVirtualHost 209.69.10.82 >> >> above your <VirtualHost> directive... >> >> Example, mine looks like this------------ >> >> NameVirtualHost 204.180.122.38 >> >> <VirtualHost 204.180.122.38> >> ServerAdmin thanatos@incantations.net >> DocumentRoot /usr/local/apache/htdocs >> ServerName www.incantations.net >> ErrorLog logs/incantations.net-error_log >> TransferLog logs/incantations.net-access_log >> </VirtualHost> --Ludwig Pummer ( ludwigp@bigfoot.com ) ICQ UIN: 692441 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.1.19990629114137.00af3c40>