RRoswell
Programmer
- Sep 26, 2006
- 24
Hi,
I'm brand new at this and might be looking in the wrong place.
I have a VPS and I want to start adding domains, but I can't figure out how and my host isn't being very helpful.
I only have one IP address, so I thought the <VirtualHost> tag was the place to do it.
<VirtualHost *:80>
ServerName ServerAlias mydomain1.com *.mydomain1.com
DocumentRoot /</VirtualHost>
<VirtualHost *:80>
ServerName DocumentRoot /</VirtualHost>
I'm doing something terribly, terribly wrong, but I don't know what.
Thanks.
I'm brand new at this and might be looking in the wrong place.
I have a VPS and I want to start adding domains, but I can't figure out how and my host isn't being very helpful.
I only have one IP address, so I thought the <VirtualHost> tag was the place to do it.
<VirtualHost *:80>
ServerName ServerAlias mydomain1.com *.mydomain1.com
DocumentRoot /</VirtualHost>
<VirtualHost *:80>
ServerName DocumentRoot /</VirtualHost>
I'm doing something terribly, terribly wrong, but I don't know what.
Thanks.