RE: [PHP3] Compiled PHP3 and Apache 1.3.3 now my Virtualhosts dont work. Any suggestions? From: Samuel Liddicott (sam <email protected>)
Date: 12/31/98

> -----Original Message-----
> From: David Norris [mailto:kg9ae <email protected>]
> Sent: 31 December 1998 05:45
> To: Alan LeFort; php3 <email protected>
> Subject: RE: [PHP3] Compiled PHP3 and Apache 1.3.3 now my Virtualhosts
> dont work. Any suggestions?
>
>
> > <VirtualHost home.waldenweb.com> #this is a cname entry for
> > www.waldenweb.com in DNS server.
> > DocumentRoot /home/httpd/html/virtualhosts/home.waldenweb.com/
> > ServerName home.waldenweb.com
> > ...
> > </VirtualHost>
>
> Check your manual:
> http://localhost/manual/vhosts/name-based.html
>
> I think you may have things configured wrong. I believe it should be
> something like this:
> ---
> NameVirtualHost 206.109.172.230
>
> <VirtualHost 206.109.172.230>
> ServerName home.waldenweb.com
> DocumentRoot /home/httpd/html/virtualhosts/home.waldenweb.com/
> </VirtualHost>
>
> <VirtualHost 206.109.172.230>
> ServerName www.waldenweb.com
> DocumentRoot /home/httpd/html/virtualhosts/www.waldenweb.com/
> </VirtualHost>

Strange though, I was in his boat and it worked, and broke when I got the
php3 module loaded, so I went to do it your way, specifying the IP.

Sam

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3
List administrator:  zeev <email protected>