Re: [EMAIL PROTECTED] virtual server addition disabled main server

2007-12-13 Thread Tonu Mikk
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

Re: [EMAIL PROTECTED] virtual server addition disabled main server

2007-12-13 Thread Eric Covener
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

[EMAIL PROTECTED] virtual server addition disabled main server

2007-12-13 Thread Tonu Mikk
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