Apache2 shows instead of ispconfig

Discussion in 'ISPConfig 3 Priority Support' started by Jonathon Gilbert, Sep 26, 2021.

  1. Jonathon Gilbert

    Jonathon Gilbert Member HowtoForge Supporter

    Hi guys,

    Just started from the beginning again... everything went well...
    except...
    https://IP:8080 gets me the apache2 default page.
    can anyone see anything strange here?
    Im going to go back over the apache2 stuff but if there is something obvious here please let me know

    ##### SERVER #####
    IP-address (as per hostname): ***.***.***.***
    [WARN] could not determine server's ip address by ifconfig
    [INFO] OS version is Ubuntu 20.04.3 LTS

    [INFO] uptime: 05:14:50 up 2:09, 2 users, load average: 0.37, 0.96, 0.60

    [INFO] memory:
    total used free shared buff/cache available
    Mem: 4.1Gi 1.8Gi 881Mi 3.0Mi 1.5Gi 2.0Gi
    Swap: 3.8Gi 3.0Mi 3.8Gi

    [INFO] systemd failed services status:
    UNIT LOAD ACTIVE SUB DESCRIPTION
    0 loaded units listed.

    [INFO] ISPConfig is installed.

    ##### ISPCONFIG #####
    ISPConfig version is 3.2.6


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

    [INFO] php (cli) version is 7.4.3

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


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


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

    [INFO] I found the following web server(s):
    Apache 2 (PID 57891)
    [INFO] I found the following mail server(s):
    Postfix (PID 57809)
    [INFO] I found the following pop3 server(s):
    Dovecot (PID 57858)
    [INFO] I found the following imap server(s):
    Dovecot (PID 57858)
    [INFO] I found the following ftp server(s):
    PureFTP (PID 57924)

    ##### LISTENING PORTS #####
    (only ()
    Local (Address)
    ***.***.***.***:53 (57931/named)
    [localhost]:53 (57931/named)
    [anywhere]:21 (57924/pure-ftpd)
    ***.***.***.***:53 (662/systemd-resolve)
    [anywhere]:22 (732/sshd:)
    [localhost]:953 (57931/named)
    [anywhere]:25 (57809/master)
    [anywhere]:993 (57858/dovecot)
    [anywhere]:995 (57858/dovecot)
    [localhost]:10023 (22410/postgrey)
    [localhost]:10024 (57843/amavisd-new)
    [localhost]:10025 (57809/master)
    [localhost]:10026 (57843/amavisd-new)
    [localhost]:10027 (57809/master)
    [anywhere]:587 (57809/master)
    [anywhere]:110 (57858/dovecot)
    [anywhere]:143 (57858/dovecot)
    [anywhere]:465 (57809/master)
    *:*:*:*::**:*:*:*::*53 (57931/named)
    *:*:*:*::*:53 (57931/named)
    *:*:*:*::*:21 (57924/pure-ftpd)
    *:*:*:*::*:22 (732/sshd:)
    *:*:*:*::*:25 (57809/master)
    *:*:*:*::*:953 (57931/named)
    *:*:*:*::*:443 (57891/apache2)
    *:*:*:*::*:993 (57858/dovecot)
    *:*:*:*::*:995 (57858/dovecot)
    *:*:*:*::*:10024 (57843/amavisd-new)
    *:*:*:*::*:10026 (57843/amavisd-new)
    *:*:*:*::*:3306 (57145/mysqld)
    *:*:*:*::*:587 (57809/master)
    [localhost]10 (57858/dovecot)
    [localhost]43 (57858/dovecot)
    *:*:*:*::*:8080 (57891/apache2)
    *:*:*:*::*:80 (57891/apache2)
    *:*:*:*::*:8081 (57891/apache2)
    *:*:*:*::*:465 (57809/master)




    ##### IPTABLES #####
    Chain INPUT (policy ACCEPT)
    target prot opt source destination
    f2b-sshd tcp -- [anywhere]/0 [anywhere]/0 multiport dp
    orts 22

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination

    Chain f2b-sshd (1 references)
    target prot opt source destination
    RETURN all -- [anywhere]/0 [anywhere]/0
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which tutorial did you use to install the server?
     
  3. Jonathon Gilbert

    Jonathon Gilbert Member HowtoForge Supporter

    Never mind...
    Note to others: dont copy and paste... type it all out.
    the issue was i copy and pasted the commands from the apache2 section... missed half of the app-get programs
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Copying the commands works fine, I always copy them. But, you must copy them together and not line by line. This means if there are multiple lines of commands in a command section field in the guide, then you copy all these lines in one go and not line by line.

    Besides that, using the auto-installer is faster:

    https://www.howtoforge.com/ispconfig-autoinstall-debian-ubuntu/
     
    Jonathon Gilbert likes this.
  5. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    I also copy paste most of the time but I find using ssh via putty is the best for me in doing that.
     
  6. Jonathon Gilbert

    Jonathon Gilbert Member HowtoForge Supporter

    yes putty saves a lot of time. however cut and paste tends to miss "-" when at the end of a line, if the script continues onto another line.
     

Share This Page