Apache2 Address already in use 443

gfxclub

Registered User
Code:
Forcing reload of web server: Apache2 ... no pidfile found! not running?(98)Address already in use: make_sock: could not bind to address [::]:443
no listening sockets available, shutting down
Unable to open logs

apche2 error.log
Code:
[Sun Dec 03 06:25:15 2006] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Sun Dec 03 06:25:15 2006] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sun Dec 03 06:25:15 2006] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sun Dec 03 06:25:15 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec2)
[Sun Dec 03 06:25:15 2006] [notice] mod_python: Creating 32 session mutexes based on 150 max processes and 0 max threads.
[Sun Dec 03 06:25:16 2006] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sun Dec 03 06:25:16 2006] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sun Dec 03 06:25:16 2006] [notice] Apache/2.0.54 (Debian GNU/Linux) FrontPage/5.0.2.2635 mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-16 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.4 configured -- resuming normal operations
[Sun Dec 03 06:27:26 2006] [error] [client 212.241.203.224] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:)
[client 203.158.221.227] script '/var/www/vhosts/default/htdocs/index.php' not found or unable to stat

netstat -lnp
Code:
tcp6       0      0 :::80                   :::*                    LISTEN     1248/apache2

tcp6       0      0 :::443                  :::*                    LISTEN     1248/apache2


unix  2      [ ACC ]     STREAM     HÖRT          3206     1249/apache2        /var/run/fpcgisock

Code:
h938287:~# /usr/sbin/lsof -i | grep http
httpsd    1262     root   16u  IPv4   3242       TCP *:8880 (LISTEN)
httpsd    1262     root   17u  IPv4   3243       TCP *:8443 (LISTEN)
httpsd    1266   psaadm   16u  IPv4   3242       TCP *:8880 (LISTEN)
httpsd    1266   psaadm   17u  IPv4   3243       TCP *:8443 (LISTEN)
httpsd    1275   psaadm   16u  IPv4   3242       TCP *:8880 (LISTEN)
httpsd    1275   psaadm   17u  IPv4   3243       TCP *:8443 (LISTEN)

Habe vor kurzen Plesk Update auf 8.1.0 gemacht... da nach ging aber eigentlich alles.
 
Last edited by a moderator:
Back
Top