You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by dg...@apache.org on 1999/04/20 19:17:46 UTC

Re: config/3738: Name-based virtual hosts listening on multiple IP addresses

[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]


Synopsis: Name-based virtual hosts listening on multiple IP addresses

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 10:17:45 PDT 1999
State-Changed-Why:
If you do:

NameVirtualHost 10.1.1.1
NameVirtualHost 10.2.2.2

<VirtualHost 10.1.1.1 10.2.2.2>
ServerName hosta
...
</VirtualHost>

<VirtualHost 10.1.1.1 10.2.2.2>
ServerName hostb
...
</VirtualHost>
...

It'll do just what you want.  Is that what you tried?

The seg faults and all that.  Well I can't help but wonder if
it's one of the half dozen other things you have compiled
into the server.

Dean