This is a discussion on Virtual Servers within the Apache Web Server forums, part of the Web Server and Related Forums category; Rick wrote: > Thanks everyone for your help it is working now. > > I really appreciate it!! > > &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Rick wrote:
> Thanks everyone for your help it is working now. > > I really appreciate it!! > > "Rick" <rick@di-wave.com> wrote in message > news:46eb1f6e$0$19650$4c368faf@roadrunner.com... >> I want to create Virtual Server on my Apache 2 running on Linux. I am very >> new to both Linux and Apache. I looked at the docs and this is what I have >> in my apache2.conf I also tried this in my httpd.conf. When I browse either >> testing.mydomain.com or testing1.mydomain.com I get the files in >> /var/www/TEST never /var/www/TEST1. I am sure I am doing something stupid >> but I cannot figure it out. Please help if you can... >> >> Thanks!!! >> >> <VirtualHost xxx.xxx.xxx.xxx:80> >> DocumentRoot /var/www/TEST >> <Directory "/var/www/TEST"> >> allow from all >> Options +Indexes >> </Directory> >> ServerName testing.mydomain.com >> UseCanonicalName off >> HostNameLookups on >> </VirtualHost> >> >> <VirtualHost xxx.xxx.xxx.xxx:80> >> DocumentRoot "/var/www/TEST1" >> ServerName testing1.mydomain.com >> <Directory "/var/www/TEST1"> >> allow from all >> Options +Indexes >> </Directory> >> UseCanonicalName off >> HostNameLookups on >> </VirtualHost> >> > > Rick, what was it that solved your problem? |
| Thread Tools | |
| Display Modes | |
|
|