Webmaster Forum

Go Back   Webmaster Forum > Web Development > Web Hosting Forum

Web Hosting Forum Discuss web hosting related stuff.


Reply
 
LinkBack Thread Tools Display Modes
Old 09-04-2008, 11:05 PM   #1 (permalink)
Junior Member
 
Join Date: 09-04-08
Posts: 6
iTrader: 0 / 0%
Latest Blog:
None

baronsamedi is liked by many
Transfering a site

Hi all. Here is my problem.. i have a site on powweb.com and it has a control panel. now i want to move that site to my vps with no control panel. now i know i need the database and the files and move them to the vps then point the domain to that ip but whats next. how do i get the domain to go to the second site on the vps not the first( or a different directory) thanks ?
baronsamedi is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-05-2008, 12:12 AM   #2 (permalink)
Contributing Member
 
~ServerPoint~'s Avatar
 
Join Date: 11-27-07
Posts: 1,228
iTrader: 0 / 0%
Latest Blog:
None

~ServerPoint~ is on the right path~ServerPoint~ is on the right path
You want to move among your current web host or?
__________________
ServerPoint - a true hosting company since 1998
Web Hosting, colocation, dedicated servers, Virtual Private Server (VPS) hosting
Wholly owned multi homed network, servers and facilities
~ServerPoint~ is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-05-2008, 12:17 AM   #3 (permalink)
Junior Member
 
Join Date: 09-04-08
Posts: 6
iTrader: 0 / 0%
Latest Blog:
None

baronsamedi is liked by many
no 2 different host
baronsamedi is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-05-2008, 01:07 AM   #4 (permalink)
Contributing Member
 
~ServerPoint~'s Avatar
 
Join Date: 11-27-07
Posts: 1,228
iTrader: 0 / 0%
Latest Blog:
None

~ServerPoint~ is on the right path~ServerPoint~ is on the right path
And what your new web host? I think that you can ask them to help you.
__________________
ServerPoint - a true hosting company since 1998
Web Hosting, colocation, dedicated servers, Virtual Private Server (VPS) hosting
Wholly owned multi homed network, servers and facilities
~ServerPoint~ is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-05-2008, 10:05 AM   #5 (permalink)
Contributing Member
 
damien_ls's Avatar
 
Join Date: 03-26-07
Location: layershift.com
Posts: 231
iTrader: 0 / 0%
Latest Blog:
None

damien_ls is a jewel in the roughdamien_ls is a jewel in the roughdamien_ls is a jewel in the roughdamien_ls is a jewel in the roughdamien_ls is a jewel in the roughdamien_ls is a jewel in the roughdamien_ls is a jewel in the roughdamien_ls is a jewel in the rough
Sounds like your question is really - "How do I configure Apache virtual hosts"?? In that case check this out: http://www.netahoy.org/tutorials/apache2.htm - but the Apache documentation should be enough: http://httpd.apache.org/docs/2.0/vhosts/examples.html
__________________
Damien Ransome
Layershift :: DDS & Dedicated, UK & USA-based Managed Virtuozzo VPS, Reseller & Shared Hosting
Experienced Parallels Platinum Partners (Plesk since 2001, Virtuozzo since 2004)
damien_ls is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-05-2008, 10:33 AM   #6 (permalink)
Junior Member
 
Join Date: 09-04-08
Posts: 6
iTrader: 0 / 0%
Latest Blog:
None

baronsamedi is liked by many
yea they told me to msg them for help be they take a little long but i might try it. but thanks damien for those links
baronsamedi is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-05-2008, 01:14 PM   #7 (permalink)
Banned
 
Join Date: 08-14-07
Posts: 354
iTrader: 0 / 0%
Latest Blog:
None

iHubNet-Matt is on the right pathiHubNet-Matt is on the right path
So you need to use the first server as the dns server?
iHubNet-Matt is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-06-2008, 03:21 AM   #8 (permalink)
Junior Member
 
Join Date: 09-04-08
Posts: 6
iTrader: 0 / 0%
Latest Blog:
None

baronsamedi is liked by many
idk know i just wanna host 2 sits on one ip
baronsamedi is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-10-2008, 02:11 PM   #9 (permalink)
Member
 
Join Date: 09-10-08
Posts: 75
iTrader: 0 / 0%
Latest Blog:
None

radhika is liked by many
Quote:
Originally Posted by baronsamedi View Post
idk know i just wanna host 2 sits on one ip
Why can't you go with a vps with web panel? It will be very easy to create two sites on one shared ip.

There are some free web panels with basic features (I think Lxadmin is free). It will be easy to manage few things with them.

.
radhika is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-07-2008, 11:43 PM   #10 (permalink)
Junior Member
 
Join Date: 09-04-08
Posts: 6
iTrader: 0 / 0%
Latest Blog:
None

baronsamedi is liked by many
k ive edited my httd.conf file and it dont seem to work what am i doing wrong?
im try to run two name bases site on 1 ip using virtual host..
this is what i followed it was in the httd.conf file.
http://httpd.apache.org/docs/2.2/vhosts/

Code:
NameVirtualHost *:80 # # NOTE: NameVirtualHost cannot be used without a port specifier # (e.g. :80) if mod_ssl is being used, due to the nature of the # SSL protocol. # # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for requests without a known # server name. # <VirtualHost *:80> ServerName www.site1.com ServerAlias djleak.com *.site1.com DocumentRoot www/html/ </VirtualHost> <VirtualHost *:80> ServerName www.site2.com DocumentRoot www/html/vbforum </VirtualHost>
baronsamedi is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Hosting Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need some help transfering my domain fuser Domain Name Forum 2 07-14-2006 01:38 PM
Transfering PR Julie Google Forum 6 06-15-2006 06:18 PM
Transfering to Vbulletin tips DarrenC Marketing Forum 9 06-14-2006 12:37 AM
transfering a domain ali Domain Name Forum 4 03-09-2004 02:08 PM
Transfering hosting company... leeppp222 Google Forum 9 02-26-2004 01:18 AM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 05:46 PM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.