After installing ISPConfig it's not working.

Discussion in 'Installation/Configuration' started by Keagan, Feb 12, 2019.

  1. Keagan

    Keagan Member

    Hey, just isntalled ISPConfig with:

    cd /tmp; wget --no-check-certificate -O installer.tgz "https://github.com/servisys/ispconfig_setup/tarball/master"; tar zxvf installer.tgz; cd *ispconfig*; bash install.sh

    and now after succesfull installation I just cat get on ISPConfig login screen, since it's just loading and nothing more.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Check the apache or nginx error.log file to see if you get any errors there.

    Besides that, the method that you used to install ISPConfig is not officially supported and might fail depending on your base system, better use the installation procedure described in the official install guides 'perfect server tutorials'.
     
  3. Keagan

    Keagan Member

    I have this in error apache log

    [ 2019-02-12 12:34:40.3759 2304/7f7ed79b2700 age/Ust/UstRouterMain.cpp:422 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
    [ 2019-02-12 12:34:40.3762 2304/7f7eddffa780 age/Ust/UstRouterMain.cpp:492 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
    [ 2019-02-12 12:34:40.3767 2304/7f7ed79b2700 Ser/Server.h:464 ]: [UstRouter] Shutdown finished
    [ 2019-02-12 12:34:40.3768 2304/7f7ed71b1700 Ser/Server.h:817 ]: [UstRouterApiServer] Freed 0 spare client objects
    [ 2019-02-12 12:34:40.3769 2304/7f7ed71b1700 Ser/Server.h:464 ]: [UstRouterApiServer] Shutdown finished
    [ 2019-02-12 12:34:40.3777 2304/7f7eddffa780 age/Ust/UstRouterMain.cpp:523 ]: Passenger UstRouter shutdown finished
    [ 2019-02-12 12:34:40.4372 2324/7f51694ed780 age/Wat/WatchdogMain.cpp:1291 ]: Starting Passenger watchdog...
    [ 2019-02-12 12:34:40.4407 2294/7f1ac5d8e780 age/Cor/CoreMain.cpp:967 ]: Passenger core shutdown finished
    [ 2019-02-12 12:34:40.4593 2327/7f7931c6a780 age/Cor/CoreMain.cpp:982 ]: Starting Passenger core...
    [ 2019-02-12 12:34:40.4595 2327/7f7931c6a780 age/Cor/CoreMain.cpp:235 ]: Passenger core running in multi-application mode.
    [ 2019-02-12 12:34:40.4622 2327/7f7931c6a780 age/Cor/CoreMain.cpp:732 ]: Passenger core online, PID 2327
    [ 2019-02-12 12:34:40.4819 2333/7f86ab224780 age/Ust/UstRouterMain.cpp:529 ]: Starting Passenger UstRouter...
    [ 2019-02-12 12:34:40.4832 2333/7f86ab224780 age/Ust/UstRouterMain.cpp:342 ]: Passenger UstRouter online, PID 2333
    [Tue Feb 12 12:34:41.006518 2019] [:notice] [pid 2322] mod_ruid2/0.9.8 enabled
    [Tue Feb 12 12:34:41.021161 2019] [mpm_prefork:notice] [pid 2322] AH00163: Apache/2.4.25 (Debian) mod_fcgid/2.3.9 Phusion_Passenger/5.0.30 OpenSSL/1.0.2q configured -- resuming normal operations
    [Tue Feb 12 12:34:41.021272 2019] [core:notice] [pid 2322] AH00094: Command line: '/usr/sbin/apache2'
     
    Last edited: Feb 12, 2019
  4. mychael

    mychael Member HowtoForge Supporter

  5. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    If you install that way, you may not see errors that happen during installation. So it may not be successful after all.
    Anyway, the apache error.log shows apache shutting down after shutdown signal. So was there any error? Is that the full error.log?
    Not knowing what operating system you are running, can not give better advice.
    But I install always using the Perfect Server Guides, so try that if current method does not work. https://www.ispconfig.org/documentation/
     

Share This Page