I have a very low level question. I have several domains and would like to host them on a virtual server I've already set up. The server is running fine however I'm having trouble with the virtual hosting part. When I had only one domain up and running everything worked fine, now that I'm trying to add additional sites I've hit a wall.
I have this when I log on via terminal:
<VirtualHost *:80>
ServerName www.mydomain1.com
DocumentRoot /www/public_html/mydomain1.com/index.php
</virtualHost>
<VirtualHost *:80>
ServerName www.mydomain2.com
DocumentRoot /www/public_html/mydomain2.com/index.php
</virtualHost>
Now I have tried to modify these once I ran into trouble. My problem is now that I've tried so many things to get up and running, I can't get back to the beginning where everything worked.