Apache2 port 443 problem

Aus xinux.net
Zur Navigation springen Zur Suche springen

Effekt

  • Port 443 öffnet sich nicht
  • Ursache unklar
  • Log zeigen nichts

Analyse

ssl scheint nicht geladen zu werden

  • apache2ctl -M | grep ssl

socache Module sind geladen

  • apache2ctl -M | grep socache
socache_dbm_module (shared)
socache_memcache_module (shared)
socache_shmcb_module (shared)

Untersuchung

  • cd /etc/apache2/mods-available#
  • ls -l ssl.*

-rw-r--r-- 1 root root 3110 Jul 16 18:14 ssl.conf lrwxrwxrwx 1 root root 26 Nov 20 13:18 ssl.load -> ../mods-available/ssl.conf

Ergebnis

ssl.load wurde durch einen Fehler im Script überschrieben.

Lösung

ssl.load mit dem Orginal ersetzen