ISPConfig show "Shared IP" message

Discussion in 'Tips/Tricks/Mods' started by freesqrt, Nov 3, 2008.

  1. freesqrt

    freesqrt New Member

    Hi there,

    I made a new site, set DNS record and upload related files and folders.
    but when I type its name in address bar, ISPConfig shows the message:

    #######################
    Shared IP
    This IP address is shared. For access to the web site which you look for, enter its address instead of its IP.
    #######################

    where is the problem?

    Regards,
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Either you selected the wrong IP for the site (see first steps manual) or the Vhost_ispconfig.conf file was not written due to a syntax error in the apache configuration.
     
  3. freesqrt

    freesqrt New Member

    So interesting,
    In the file vhosts_ispconfig.conf is not any entry for my new created site "sstp.com".
    And so no virtual host in the webmin panel of apache.
    why it has not created?

    Sincerely,
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

  5. freesqrt

    freesqrt New Member

    Hi Till,

    Thank you very much.
    I followed your 3-steps instruction and found that suPHP directives make errors. I commented out them but yet the problem has remained.
    The interesting point is that even when I removed sstp.com domain and site (and clear recycle bin), "Shared IP" message shown again!!!

    what can I do?
     
    Last edited: Nov 4, 2008
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Do not edit the Vhosts_ispconfig.conf as this will not solve anything. You must solve the problem in ISPConfig. So if the suphp directives do not work, then suphp is not correctly installed on your server. Either install suphp as descibed in the ispconfig suphp tutorial here at howtoforge or disable php in all sites in ispconfig or switch ro e.g. mod_php if you have mod_php installed.
     
  7. freesqrt

    freesqrt New Member

    yyyyessssssssssssssss!!!!:)

    That's it
    based on http://howtoforge.com/suphp_fedora7_centos5_with_ispconfig
    instruction I changed back
    $go_info["server"]["apache2_php"] = 'suphp';
    to
    $go_info["server"]["apache2_php"] = 'both';

    and site sstp.com added successfully.

    Thank you very much Till.
    Your knowledge on php and apache is wonderful.
     

Share This Page