I have two domain websites that I am hosting and I setup a virtual host entry to accomplis this. The virtual host was working fine, but out of nowhere it is doing some weird stuff.
I have setup as the main/default server in section 2 of httpd.conf. I then put the following in for the virtual host entry.
<VirtualHost *>
DocumentRoot /var/ServerName </VirtualHost>
Now, when I go to it loads And vice-versa when I go to it loads
I know the document roots are correct, because these were working at one time, and I was previously running one site on here and it worked fine. I haven't made any changes to the server (at least apache) since it was working, so I don't know why this quit working.
I looked at my httpd.conf file again, and everything seems to be fine.
Thanks,
Jon
I have setup as the main/default server in section 2 of httpd.conf. I then put the following in for the virtual host entry.
<VirtualHost *>
DocumentRoot /var/ServerName </VirtualHost>
Now, when I go to it loads And vice-versa when I go to it loads
I know the document roots are correct, because these were working at one time, and I was previously running one site on here and it worked fine. I haven't made any changes to the server (at least apache) since it was working, so I don't know why this quit working.
I looked at my httpd.conf file again, and everything seems to be fine.
Thanks,
Jon