Debian 8 Issues

Discussion in 'Installation/Configuration' started by Wwamphyri, Nov 4, 2015.

  1. Wwamphyri

    Wwamphyri New Member

    Fresh install of Debian 8 w/ ispconfig 3 followed the install document and when i try and connect to https://ip:8080 it goes to Apache2 Debian default page, googled it and couldn't find any solutions. Any one have any idea's whats going on? netstat shows ispconfig isn't running,
    root@ns1:~/ispconfig3_install/install# service ispconfig start
    Failed to start ispconfig.service: Unit ispconfig.service failed to load: No such file or directory.
     
  2. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    You can´t start ISPConfig3 as a service - it´s not a system-service. ;) Check that apache is listening on port 8080 and ensure, that you did not block the port in your firewall
     
  3. Wwamphyri

    Wwamphyri New Member

    iptables -L
    Chain INPUT (policy ACCEPT)
    target prot opt source destination
    fail2ban-postfix-sasl tcp -- anywhere anywhere multiport dports smtp
    fail2ban-dovecot-pop3imap tcp -- anywhere anywhere multiport dports pop3,pop3s,imap2,imaps
    fail2ban-pureftpd tcp -- anywhere anywhere multiport dports ftp
    fail2ban-ssh tcp -- anywhere anywhere multiport dports ssh

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination

    Chain fail2ban-dovecot-pop3imap (1 references)
    target prot opt source destination
    RETURN all -- anywhere anywhere

    Chain fail2ban-postfix-sasl (1 references)
    target prot opt source destination
    RETURN all -- anywhere anywhere

    Chain fail2ban-pureftpd (1 references)
    target prot opt source destination
    RETURN all -- anywhere anywhere

    Chain fail2ban-ssh (1 references)
    target prot opt source destination
    RETURN all -- anywhere anywhere


    netstat -nal | grep 8080
    tcp6 0 0 :::8080 :::* LISTEN
     
  4. Wwamphyri

    Wwamphyri New Member

    From what I can tell its not running on port 8080, nothing in the ispconfig.log and nothing in apache2.log or error.log as to why its not loading on port 8080 even tho 000-ispconfig.* has it loading up on port 8080
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

Share This Page