ISPconfig pannel and site not working

Discussion in 'Installation/Configuration' started by Akhilleus, Jul 11, 2019.

  1. Akhilleus

    Akhilleus Member

    Hello

    I had all my site working fine with the ISPconfig panel .
    One of my site it's a streaming site for one of the games we play . Video uploads of games etc . One of the feature of the script site is the live streaming , and require Nginx . After installing it , all went down . Looks like it's a port issues . How may I debug it ? Where can I see the logs and what should I do ?

    Thank you for the help
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    https://www.howtoforge.com/community/threads/please-read-before-posting.58408/
    I suspect you had Apache as web server, and installed Nginx breaking the setup. Two web servers running at the same time confuses both. And the installed ISPConfig expects Apache and is not configured to use Nginx.
    If one of some your websites need Nginx, add another host to your ISPConfig setup, installing Nginx there as the web server. The ISPConfig Manual explains how to do a multiserver setup.
    You can probably get your current host back to working order if you remove Nginx.
     
  3. Akhilleus

    Akhilleus Member

    @Taleman Thank you for providing the link report and for your reply . Yes I'm using Apache as web server , here is the report .
    IP-address (as per hostname): ***.***.***.***
    [WARN] could not determine server's ip address by ifconfig
    [INFO] ISPConfig is installed.

    ##### ISPCONFIG #####
    ISPConfig version is 3.1dev


    ##### VERSION CHECK #####

    [INFO] php (cli) version is 7.2.19-0ubuntu***.***.***.***

    ##### PORT CHECK #####

    [WARN] Port 8080 (ISPConfig) seems NOT to be listening
    [WARN] Port 8081 (ISPConfig Apps) seems NOT to be listening
    [WARN] Port 80 (Webserver) seems NOT to be listening
    [WARN] Port 443 (Webserver SSL) seems NOT to be listening

    ##### MAIL SERVER CHECK #####


    ##### RUNNING SERVER PROCESSES #####

    [WARN] I could not determine which web server is running.
    [INFO] I found the following mail server(s):
    Postfix (PID 1256)
    [INFO] I found the following pop3 server(s):
    Dovecot (PID 554)
    [INFO] I found the following imap server(s):
    Dovecot (PID 554)
    [INFO] I found the following ftp server(s):
    PureFTP (PID 1747)

    ##### LISTENING PORTS #####
    (only ()
    Local (Address)
    [anywhere]:993 (554/dovecot)
    [anywhere]:995 (554/dovecot)
    [localhost]:10023 (1131/postgrey)
    [localhost]:10024 (1786/amavisd-new)
    [localhost]:10025 (1256/master)
    [localhost]:10026 (1786/amavisd-new)
    [localhost]:10027 (1256/master)
    [anywhere]:587 (1256/master)
    [localhost]:11211 (566/memcached)
    [anywhere]:110 (554/dovecot)
    [anywhere]:143 (554/dovecot)
    [anywhere]:465 (1256/master)
    [anywhere]:21 (1747/pure-ftpd)
    ***.***.***.***:53 (569/named)
    [localhost]:53 (569/named)
    ***.***.***.***:53 (389/systemd-resolve)
    [anywhere]:22 (1092/sshd)
    [anywhere]:25 (1256/master)
    [localhost]:953 (569/named)
    *:*:*:*::*:993 (554/dovecot)
    *:*:*:*::*:995 (554/dovecot)
    *:*:*:*::*:10024 (1786/amavisd-new)
    *:*:*:*::*:10026 (1786/amavisd-new)
    *:*:*:*::*:3306 (827/mysqld)
    *:*:*:*::*:587 (1256/master)
    [localhost]10 (554/dovecot)
    [localhost]43 (554/dovecot)
    *:*:*:*::*:465 (1256/master)
    *:*:*:*::*:21 (1747/pure-ftpd)
    *:*:*:*::*:53 (569/named)
    *:*:*:*::*:22 (1092/sshd)
    *:*:*:*::*:25 (1256/master)
    *:*:*:*::*:953 (569/named)


    ##### IPTABLES #####Chain INPUT (policy ACCEPT)target prot opt source destination sshguard all -- [anywhere]/0 [anywhere]/0 Chain FORWARD (policy ACCEPT)target prot opt source destination Chain OUTPUT (policy ACCEPT)target prot opt source destination Chain sshguard (1 references)target prot opt source destination
     

Share This Page