Date: 12/31/98
- Next message: Tom Vrana: "Re: [PHP3] OK... persistance issues..."
- Previous message: David Norris: "RE: [PHP3] PHP3 - some basic questions before comitting..."
- In reply to: Alan LeFort: "[PHP3] Compiled PHP3 and Apache 1.3.3 now my Virtualhosts dont work. Any suggestions?"
- Next in thread: Samuel Liddicott: "RE: [PHP3] Compiled PHP3 and Apache 1.3.3 now my Virtualhosts dont work. Any suggestions?"
- Reply: Samuel Liddicott: "RE: [PHP3] Compiled PHP3 and Apache 1.3.3 now my Virtualhosts dont work. Any suggestions?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> <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> ---
,David Norris
World Wide Web - http://www.geocities.com/CapeCanaveral/Lab/1652/ Page via mail - 412039 <email protected> ICQ Universal Internet Number - 412039 E-Mail - kg9ae <email protected>
-- 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>
- Next message: Tom Vrana: "Re: [PHP3] OK... persistance issues..."
- Previous message: David Norris: "RE: [PHP3] PHP3 - some basic questions before comitting..."
- In reply to: Alan LeFort: "[PHP3] Compiled PHP3 and Apache 1.3.3 now my Virtualhosts dont work. Any suggestions?"
- Next in thread: Samuel Liddicott: "RE: [PHP3] Compiled PHP3 and Apache 1.3.3 now my Virtualhosts dont work. Any suggestions?"
- Reply: Samuel Liddicott: "RE: [PHP3] Compiled PHP3 and Apache 1.3.3 now my Virtualhosts dont work. Any suggestions?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

