i am running apache with php on freebsd stable
i have about 5 site running on it
<VirtualHost DocumentRoot /usr/local/ ServerName </VirtualHost>
this is the first virtual host in the http.conf file and from a web browers i can get to the site with or
and 2-5
<VirtualHost DocumentRoot /usr/local/ ServerName </VirtualHost>
when i type in every thing is ok but when i type in it will take me to the site for i tried to do this for each site
<VirtualHost domain1.com>
DocumentRoot /usr/local/ ServerName domain1.com
</VirtualHost>
but nothing happened i have checked all the dns to
thanks alot for any help
Ben
i have about 5 site running on it
<VirtualHost DocumentRoot /usr/local/ ServerName </VirtualHost>
this is the first virtual host in the http.conf file and from a web browers i can get to the site with or
and 2-5
<VirtualHost DocumentRoot /usr/local/ ServerName </VirtualHost>
when i type in every thing is ok but when i type in it will take me to the site for i tried to do this for each site
<VirtualHost domain1.com>
DocumentRoot /usr/local/ ServerName domain1.com
</VirtualHost>
but nothing happened i have checked all the dns to
thanks alot for any help
Ben