Eric, Thanks for the tip! I got it working!
I did the following:
NameVirtualHost *
ServerName domain.maindomain
...other directives
ServerName anotherdomain.maindomain
...other directives
Eric Covener wrote:
On Dec 13, 2007 1:22 PM, Tonu Mikk <[EMAIL PROTECTED]> wrote:
NameVirtualHo
On Dec 13, 2007 1:22 PM, Tonu Mikk <[EMAIL PROTECTED]> wrote:
> NameVirtualHost *
>
The arguments to NameVirtualHost and virtualhost should be identical,
and each vhost should have a 'ServerName' directive. Do you still
have a problem when you organize things this way?
What do these arguments
I had a main server at domain.maindomain which was working fine. I then
added a new virtual server at anotherdomain.maindomain and now requests
to domain.maindomain get directed to the new virtual server directory.
I would like to be able to access the maindomain. Included is the
virtual di