Results 1 to 8 of 8

Thread: cpanel message!!!

  1. #1
    Member
    Join Date
    Jan 2006
    Posts
    15

    Default cpanel message!!!

    hello when i type my ds ip:
    There is no website configured at this address.


    You are seeing this page because there is nothing configured for the site you have requested. If you think you are seeing this page in error, please contact the site administrator or datacenter responsible for this site.
    i want this show my domain files !
    i dont mean change index file in local/apache
    i want show my root website ! how

  2. #2
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Oct 2003
    Posts
    2,002

    Default

    change the virt host container in httpd.conf

    to somthing like this

    DocumentRoot /home/user/public_html
    Lowest Host/Empire Technology LLC
    Affordable hosting solutions http://empire-hosting.net
    List Your hosting site FREE in http://hostgeneration.com

  3. #3
    Member
    Join Date
    Jan 2006
    Posts
    15

    Default

    hello
    yes it was DocumentRoot /usr/local/apache....................
    i chage it to /home/mysite/public_html
    but when i go to http://ip
    page is white ! nothign is there!
    but mysite work file !
    Last edited by black.live; 01-15-2006 at 10:06 AM.

  4. #4
    Member linux-image's Avatar
    Join Date
    Jun 2004
    Location
    India
    Posts
    1,185
    cPanel/WHM Access Level

    Root Administrator

    Default

    revert DocumentRoot back to /home/user/public_html

    and check if the domain is having its NameVirtualHost entry proper.

    NameVirtualHost ip:80
    VirtualHost
    -----
    ----
    -------

    if not place the NameVirtualHost and restart apache.

  5. #5
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Oct 2003
    Posts
    2,002

    Default

    then you did somthing wrong

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


    to

    <VirtualHost xxx.xx.xxx.xx>
    BytesLog domlogs/xx.domain.com-bytes_log
    ServerName xx.domain.com
    DocumentRoot /home/username/public_html
    </VirtualHost>

    the user must exist

    service httpd restart
    Lowest Host/Empire Technology LLC
    Affordable hosting solutions http://empire-hosting.net
    List Your hosting site FREE in http://hostgeneration.com

  6. #6
    Member
    Join Date
    Jan 2006
    Posts
    15

    Default

    hello
    thank u all i succes
    A Question===> how give to reseller dedicated ip
    i have free ip ! i can make dns for reseller but that ip show cpanel message again
    i want that ip show my reseller domain files and now?
    thank u
    also for host with dedicated ip

  7. #7
    Member
    Join Date
    Jan 2005
    Location
    Earth
    Posts
    1,052

    Default

    First you will have to add the IP on the server, if not added. Then you will have to repeat the same process for Reseller domain as you have done before for the main site.

    NameVirtualHost xx.xx.xx.xx:80
    <VirtualHost xxx.xx.xxx.xx>
    BytesLog domlogs/xx.domain.com-bytes_log
    ServerName xx.domain.com
    DocumentRoot /home/Reseller's-Username/public_html
    </VirtualHost>

    where,
    xx.xx.xx.xx = Resellers IP

    Save the httpd.conf file and then restart the Apache service.

  8. #8
    Member
    Join Date
    Jan 2006
    Posts
    15

    Default

    hello
    i have 5 free ip's in my box
    but when i create reseller how give reseller 2 dedicated ip!
    then i will go edite .conf
    now my problem is giving reseler 2 dedicated ip
    2.another Q:can reseller have name server with my ip's? or i must give 2 free ip?'
    thank you

Similar Threads

  1. Replies: 1
    Last Post: 10-13-2010, 05:43 PM
  2. Strange Message in /var/log/message
    By IRCBrasil in forum cPanel & WHM Discussions
    Replies: 12
    Last Post: 01-31-2007, 04:05 AM
  3. Email :fail: message not giving proper message
    By PWSowner in forum cPanel & WHM Discussions
    Replies: 14
    Last Post: 12-02-2004, 11:09 AM
  4. Replies: 2
    Last Post: 10-27-2003, 06:11 AM