Shared IP somedomain

Discussion in 'General' started by mdk, Jun 19, 2008.

  1. mdk

    mdk New Member

    [SOLVED]Shared IP somedomain

    I have correctly configured with isp mail accounts running well but when I go to http://somedomain.tld leaves message >> "This is a shared IP. To access the page you are looking between the domain name instead of IP, Please contact the administrator of the system if you have doubts"

    shows default index.html file located in /var/www/sharedip, could fix this problem? is a common problem?

    thank you in advance!
     
    Last edited: Jun 24, 2008
  2. falko

    falko Super Moderator Howtoforge Staff

    What's in Vhosts_ispconfig.conf, and what's the output of
    Code:
    ifconfig
    ?
     
  3. mdk

    mdk New Member

    cat Vhosts_ispconfig.conf:

    NameVirtualHost 192.168.1.11:80
    <VirtualHost 192.168.1.11:80>
    ServerName localhost
    ServerAdmin root@localhost
    DocumentRoot /var/www/sharedip
    </VirtualHost>

    ######################################
    # Vhost: www.test.net:80
    ######################################
    #
    #
    <VirtualHost 192.168.1.11:80>
    SuexecUserGroup test.net.info web4
    ServerName www.test.net:80
    ServerAdmin [email protected]
    DocumentRoot /var/www/web4/web
    ServerAlias test.net

    #ifconfig

    eth0 Link encap:Ethernet HWaddr 00:01:80:6A:D9:BD
    inet addr:192.168.1.11 Bcast:192.168.1.255 Mask:255.255.255.0
     
  4. falko

    falko Super Moderator Howtoforge Staff

    And neither www.test.net nor test.net are working?
    Does your router forward port 80 to the correct IP (192.168.1.11)?
     
  5. mdk

    mdk New Member

    port 80 not opened because the site unique role in local with a time of drupal. Whenever I try to access the web from another local computer on the network.
     
  6. mdk

    mdk New Member

    [SOLVED]Shared IP somedomain

    solved, the problem was a change in ISPConfig>> manager isp>> hostname>> 'www' remove and put the host name, which in my case is called 'hosting' and works perfectly.

    thanks for your help Falko
     

Share This Page