Prepare Test-Server for Apps testing

Discussion in 'General' started by Quaxth, Jan 7, 2014.

  1. Quaxth

    Quaxth Member

    I'm in the process to install an Test Server with ISPConfig for to test 2 application which were not tested on ISPConfig yet:
    1. WaveMaker
    2. Softaculous

    Now my question to Till: do I need to install Web-Mail? NO, me think! It's just an Server for to test those Apps before placing them on my production server, would like to know if there's any conflict!

    I also would lkike to know how to disable suHOSIN which will conflict with ISPConfig.

    Thanks.
     
    Last edited: Jan 7, 2014
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Suhosin does not conflicts with ispconfig. But if you dont want to use it on your setup, then dont install the php suhosin package.
     
  3. Quaxth

    Quaxth Member

    Thanks Till.

    I asked because of the warning from support Softaculous, they told that it could not work with suHOSIN running.

    I'm nearly finish with the install of Debian and need only ISPConfig to setup now, all others is done already. But will do today, tomorrow morning it would be better time for me.

    Cheers.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Maybe softacolous is incompatible with suhosin. ISPConfig works fine with suhosin, otherwise we wont install it in evry tutorial.
     
  5. Quaxth

    Quaxth Member

    I'll see tomorrow morning, it will work or not!!

    Anyway, just started with ISPConfig installing and get the old error with the file location:

    So, I changed the URL ispconfig.org to the IP and it works well with this commands:

    Code:
    cd /tmp
    wget http://144.76.136.125/downloads/ISPConfig-3-stable.tar.gz
    tar xfz ISPConfig-3-stable.tar.gz
    cd ispconfig3_install/install/
    I really don't know that is Thailand or even my ISP related, but I also tested with 3G on an different ISP with the same problem. May you take again a look at this.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Your server is not able to resolve dns names correctly.

    Edit the file /etc/resolv.conf

    and change the nameserver lines to:

    nameserver 8.8.8.8
    nameserver 8.8.4.4

    and try again.
     
  7. Quaxth

    Quaxth Member

    That DNS Server I run already since beginning! Even if I use diffrent DNS Servers, it's the same problem!

    Sorry: Nameserver!!
     
    Last edited: Jan 7, 2014
  8. Quaxth

    Quaxth Member

    And I just re-checked on both server's, both set to 8.8.8.8 and 8.8.4.4

    So that couldn't be the problem! Any more idea's?

    Thanks.
     

Share This Page