#1 (permalink)  
Old 01-17-2005, 10:09 AM
pdx pdx is offline
Registered User
 
Join Date: Jan 2005
Posts: 8
pdx is on a distinguished road
Exclamation point main ip to a user?

hello, i've just installed WHM/cPanel, and since i'll only be using it with a couple of web sites, i'd like my main server ip to point to some users's account. for example my ip is 123.123.123.123 and now i get a "There is no website configured at this address" message when i open it. instead, i'd like it to point to account user, which is right now located at 123.123.123.123/~user

how can i do that?

thanks in advance
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-17-2005, 11:21 AM
cPanel Partner NOC
 
Join Date: Oct 2003
Posts: 1,764
dalem is on a distinguished road
pico /usr/local/apache/conf/httpd.conf

find the first entry for your ip most likly your hostname

<VirtualHost xxx.xx.xxx.xxx>
BytesLog domlogs/hostname.domain.com-bytes_log
ServerName hostname.domain.com
DocumentRoot /usr/local/apache/htdocs
</VirtualHost>

change /usr/local/apache/htdocs
to /home/someuser/public_html


or if you httpd.conf that has a file like this

<VirtualHost xxx.xx.xxx.xxx>
ServerAlias hostname.domain.com
</VirtualHost>

remove the entry above and the user that will be displayed will the first one listed for the IP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-17-2005, 11:25 AM
cPanel Partner NOC
 
Join Date: Oct 2003
Posts: 1,764
dalem is on a distinguished road
allmost forgot
service httpd restart

to have the changes take effect
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-17-2005, 01:33 PM
pdx pdx is offline
Registered User
 
Join Date: Jan 2005
Posts: 8
pdx is on a distinguished road
that you, that did it. i just though there's some way to do it through cpanel.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 09:02 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© cPanel Inc