Boyle Owen wrote:
Thanks I will implement the changes.-----Original Message----- From: Richmond Dyes [mailto:rdyes@xxxxxxxxxxxxxx] Sent: Dienstag, 22. März 2005 14:10 To: Apache userlist Subject: [users@httpd] Having problems with apache virtual servers I have an apache setup that seemed to be fine but when I put in a virtual host, now I can only get to the virtual host. I can't get to the main one. This is how my setup looks.Your problem is that you are assuming that if apache can't match a name to a virtual host, it will default to the "main" server. This is incorrect. Once you define NameVirtualHost, apache will test the Host header of incoming requests against all VHs with that IP. If it can't find a match it will use the first one. You need to forget about the idea of a "main" server and make both sites VHs on the IP. Then put you "main" site first in the config so you get the required behaviour detailed in para 1. BTW, I assume you typed all this in by hand (hence the "named" typo)... When posting config, it's better to cut'n'paste - tehn we see what is *really* there, rather than what you think is there... Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored.ip address 10.0.0.120 The host file on the server reads 10.0.0.120 mainserver 10.0.0.120 virtualhost httpd.conf has the following settings servername is mainserver documentroot /www/main/htdocs namedvirtualhost 10.0.0.120:80 <Virtualhost 10.0.0.120> servername virtualhost documentroot /www/virtual/htdocs other directives </virtualhost> In the host file of the test windows client I have 10.0.0.120 mainserver 10.0.0.120 virtualhost Before I put in the virtual host it went to mainserver fine. Now that I added the virtual host, I can't get to the mainserver anymore. Can someone shed some light on this? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxxDiese E-mail ist eine private und persönliche Kommunikation. Sie hat keinen Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX Gruppe. This e-mail is of a private and personal nature. It is not related to the exchange or business activities of the SWX Group. Le présent e-mail est un message privé et personnel, sans rapport avec l'activité boursière du Groupe SWX. This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See |