Getting into my ISPconfig setup

Discussion in 'General' started by Mickey Halley, May 15, 2016.

  1. Mickey Halley

    Mickey Halley New Member

    I just followed the directions that I found here on howtoforge to get my ISPConfig setup/installed on a Debian 8 32-bit server. The problem is that when I try to go to MYIP:8080 or MYDOMAIN:8080, it's just giving me the Apache2 Debian Default page.
    Is there something I've missed or did wrong??
    Thanks in advance for any and all help,
    Mickey

    ps the article is in the
    ISPConfig blog called:
    Automated ISPConfig 3 installation on Debian and Ubuntu
     
    Last edited: May 15, 2016
    ke4obt likes this.
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    I've not used any automated install scripts offhand, but you should be able to just grab the ispconfig source and re-run the installer (update.php) to reconfigure it to listen on 8080. Assuming you're running the stable 3.0.5 version (not 3.1 beta), which I assume is what that scirpt would do:
    Code:
    cd /tmp
    wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
    tar xvfz ISPConfig-3-stable.tar.gz
    cd ispconfig3_install/install
    php -q update.php
     

Share This Page