Can't bind ISPConfig-Console on 1 IP...

Discussion in 'Installation/Configuration' started by Piccent, Feb 27, 2006.

  1. Piccent

    Piccent New Member

    I tried to bind the IP for the ISPConfig-Console to one of the 7 IP's at my server. When I enter add the Line "Listen xxx.xxx.xxx.xxx:81" to "/root/ispconfig/httpd/conf/httpd.conf" the webserver does not startup and error.log says:

    [Mon Feb 27 02:48:17 2006] [crit] (98)Address already in use: make_sock: could not bind to address xxx.xxx.xxx.xxx port 81

    I tried to restart the server, that all processes are killed, with the same result.

    netstat -tap says:

    cyclops:~# netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 localhost.localdo:mysql *:* LISTEN 1821/mysqld
    tcp 0 0 *:ftp *:* LISTEN 5492/proftpd: (acce
    tcp 0 0 localhost.locald:domain *:* LISTEN 5479/named
    tcp 0 0 localhost.localdoma:953 *:* LISTEN 5479/named
    tcp 0 0 *:smtp *:* LISTEN 5457/master
    tcp6 0 0 *:imaps *:* LISTEN 1738/couriertcpd
    tcp6 0 0 *:pop3s *:* LISTEN 1759/couriertcpd
    tcp6 0 0 *:pop3 *:* LISTEN 1746/couriertcpd
    tcp6 0 0 *:imap2 *:* LISTEN 1725/couriertcpd
    tcp6 0 0 *:www *:* LISTEN 5353/apache2
    tcp6 0 0 *:ssh *:* LISTEN 1974/sshd
    tcp6 0 0 ip6-localhost:953 *:* LISTEN 5479/named
    tcp6 0 0 *:smtp *:* LISTEN 5457/master
    tcp6 0 0 *:https *:* LISTEN 5353/apache2


    Can someone please help?

    Greetz

    Marc
     
  2. Piccent

    Piccent New Member

    I found the problem. I've only to change the line "Listen" in the SSL-Part and comment out the "global" Listen Directive...

    Greetz
    Marc
     

Share This Page