I can not access ISPConfig after a Raspbian upgrade

Discussion in 'General' started by raspdroid, Jan 11, 2017.

  1. raspdroid

    raspdroid Member

    Hi,
    I have installed ISPConfig 3 based in Perfect Server Tutorial for Debian Jessie but for ARM-Raspbian (Raspberry Pi) in Spanish

    It was working fine for me but now I upgraded from Raspbian and I can not access ISPConfig via port 8080 or my Joomla website through port 80. I was looking at the logs for some error but nothing is found.
    But I can access Monit and M / Monit, via port 2812 and port 8085.
    Any idea what might be happening?

    Best regards
     
    Last edited: Jan 11, 2017
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. raspdroid

    raspdroid Member

    Sorry!

    sudo systemctp status apache2.service
    ● apache2.service - The Apache HTTP Server
    Loaded: loaded (/lib/systemd/system/apache2.service; enabled)
    Active: active (running) since Wed 2017-01-11 07:17:19 UTC; 45min ago
    Process: 928 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS)
    CGroup: /system.slice/apache2.service
    ├─1197 vlogger (access log)
    └─1202 /usr/sbin/apache2 -k start

    Jan 11 07:17:18 host1.domain.com apachectl[928]: AH00548: NameVirtualHost h...
    Jan 11 07:17:19 host1.domain.com systemd[1]: Started The Apache HTTP Server.
    Hint: Some lines were ellipsized, use -l to show in full.



    host1@user:/home $ sudo apachectl configtest
    AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/sites-enabled/000-ispconfig.conf:69
    Syntax OK



    sudo lsof -nPi | grep ":80 (LISTEN)"
    apache2 1202 www-data 3u IPv4 9117 0t0 TCP *:80 (LISTEN)

    host1@user:/tmp $ wget -q -O htf-common-issues.php "http: //gitplace.net/pixcept/ispconfig-tools/raw/stable/htf-common-issues.php" && php -q htf-common-issues.php
    Segmentation fault

    I can not to download test script, I get Segmentation fault error.

    Thanks!
     
    Last edited: Jan 11, 2017
  4. raspdroid

    raspdroid Member

    Finally, I restored a backup and everything works again.
    Now if I can run the script.


    root@host:/tmp# wget -q -O htf-common-issues.php "http: //gitplace.net/pixcept/ispconfig-tools/raw/stable/htf-common-issues.php" && php -q htf-common-issues.php

    ##### SCRIPT FINISHED #####
    Results can be found in htf_report.txt
    To view results use your favourite text editor or type 'cat htf_report.txt | more' on the server console.

    If you want to see the non-anonymized output start the script with --debug as parameter (php -q htf-common-issues.php --debug).

    root@host:/tmp# cat htf_report.txt | more

    ##### SERVER #####
    IP-address (as per hostname): ***.***.***.***
    IP-address(es) (as per ifconfig): ***.***.***.***
    [INFO] ISPConfig is installed.

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


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

    [INFO] php (cli) version is 7.0.14-2

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


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


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

    [INFO] I found the following web server(s):
    Apache 2 (PID 1114)
    [INFO] I found the following mail server(s):
    Postfix (PID 1601)
    [INFO] I found the following pop3 server(s):
    Dovecot (PID 1556)
    [INFO] I found the following imap server(s):
    Dovecot (PID 1556)
    [INFO] I found the following ftp server(s):
    PureFTP (PID 1553)

    ##### LISTENING PORTS #####
    (only ()
    Local (Address)
    [anywhere]:993 (1556/dovecot)
    [anywhere]:995 (1556/dovecot)
    [localhost]:10024 (2088/amavisd-new)
    [localhost]:10025 (1601/master)
    [localhost]:10026 (2088/amavisd-new)
    [anywhere]:3306 (1257/mysqld)
    [localhost]:10027 (1601/master)
    [localhost]:587 (1601/master)
    [localhost]:11211 (772/memcached)
    [anywhere]:110 (1556/dovecot)
    [anywhere]:143 (1556/dovecot)
    [anywhere]:111 (910/rpcbind)
    [anywhere]:8080 (1114/apache2)
    [anywhere]:80 (1114/apache2)
    [localhost]:465 (1601/master)
    [anywhere]:8081 (1114/apache2)
    [anywhere]:8085 (1623/mmonit)
    [anywhere]:21 (1553/pure-ftpd)
    ***.***.***.***:53 (782/named)
    ***.***.***.***:53 (782/named)
    [localhost]:53 (782/named)
    [anywhere]:4949 (552/perl)
    [anywhere]:22 (793/sshd)
    [localhost]:25 (1601/master)
    [localhost]:953 (782/named)
    [anywhere]:443 (1114/apache2)
    ***.***.***.***:2812 (534/monit)




    ##### IPTABLES #####
     

Share This Page