> -----Original Message-----
> From: Earl, Robert(IT) [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, November 30, 2006 10:40 PM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] 2 vhosts with same file names - 
> Apache only uses one file
> 

BTW - just to check - this *is* plain HTTP, yes? You're not running
HTTPS on these sites, by any chance?

> Read that article before and had tried that. It makes no difference.

So now your config looks like this?

    NameVirtualHost *

    <VirtualHost *>
    ServerName emp2.mydomain.com
    DocumentRoot "c:/home/http/empsupport2"
    </VirtualHost>

    <VirtualHost *>
    ServerName emp3.mydomain.com
    DocumentRoot "c:/home/http/empsupport3"
    </VirtualHost>

NB - use of "*" in NameVirtualHost and VirtualHost directives.

> Just tried it again to make sure. It also mentions that older browsers
> might not send the information required for name based 
> virtual hosts to
> work correctly. I use a current browser, not the latest 
> though. (firefox
> 1.5). I also tried it with IE to make sure.

All this is referring to is that some prehistoric browsers might not set
the Host header.. not an issue in the last 5 years at least.


Going right back, you posted these lines in an earlier post:

    ServerName emp2. mydomain.com
<VirtualHost emp3. mydomain.com>
    ServerName emp3. mydomain.com

Are those spaces really there in the config? Or are they typos? (BTW -
if they're typos, please be more careful and cut'n'paste exactly - don't
paraphrase).

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 


> 
> Signed: still stumped.
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua
> Slive
> Sent: Thursday, November 30, 2006 4:27 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] 2 vhosts with same file names - Apache only
> uses one file
> 
> On 11/30/06, Earl, Robert(IT) <[EMAIL PROTECTED]> wrote:
> > It does distinguish the source from the localhost vs the 
> other 2 which
> I
> > used the same IP for though. I thought the name would 
> distinguish the
> > vhosts.
> 
> I can not parse that paragraph at all.
> 
> Anyway, the first thing to do is to make your name-based vhost
> configuration look something like what is recommended in the docs:
> http://httpd.apache.org/docs/1.3/vhosts/name-based.html#using
> 
> Don't use names in the <VirtualHost> tag.  Use "*".
> 
> Joshua.
> 
> ---------------------------------------------------------------------
> 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: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
 
 
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to