Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VPS Multiple Domains - How To?

Status
Not open for further replies.

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.
 
Thank you for your response.

I don't know. It doesn't appear in the area I'm allowed to edit.

It's a VPS server at websitesource.com.

We're using the HPSComplete Control Panel and their tutorials and help sections - simply don't show us how to do the most basic thing, which is host multiple domains.

I found a menu that let me bump up my domains from 1 to 31 and there's an "add site" button in the sidebar, so maybe that's how it's done.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top