Author Topic: Display a specific home directory website at server IP  (Read 10207 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Display a specific home directory website at server IP
« on: December 10, 2014, 12:55:22 PM »
Hello,
first sorry for probably wrong terminology, I'm quite a newbie in the VPS world...
Is it possible to edit apache configuration so that http://xx.xx.xx.xx (server's IP address) loads a particular website I setup in /home/someuser/public_html ?

Offline
*
Re: Display a specific home directory website at server IP
« Reply #1 on: December 10, 2014, 12:59:45 PM »
Your solution would be to set a dedicated IP for one specific account in CWP, or access your website via serverIP/~username, because main (shared) IP can't access directly to public_html.

Offline
*
Re: Display a specific home directory website at server IP
« Reply #2 on: December 15, 2014, 02:03:10 AM »
you can place this website under /usr/local/apache/htdocs/ with the ownership nobody:nobody
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Display a specific home directory website at server IP
« Reply #3 on: December 18, 2014, 10:33:17 AM »
you can place this website under /usr/local/apache/htdocs/ with the ownership nobody:nobody
Great, will try that!