Moin,
mein Apache2.4 Webserver hat die Erdbeer Woche, konkret startet dieser nicht. Das liegt definitiv am SSL.
Code
Feb 28 01:29:45 patrick systemd[1]: Starting The Apache HTTP Server...
Feb 28 01:29:45 patrick apachectl[24954]: (98)Address already in use: AH00072: make_sock: could not bind to address {MEINE_IP}:443
Feb 28 01:29:45 patrick apachectl[24954]: no listening sockets available, shutting down
Feb 28 01:29:45 patrick apachectl[24954]: AH00015: Unable to open logs
Feb 28 01:29:45 patrick apachectl[24954]: Action 'start' failed.
Feb 28 01:29:45 patrick apachectl[24954]: The Apache error log may have more information.
Feb 28 01:29:45 patrick systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
Feb 28 01:29:45 patrick systemd[1]: apache2.service: Failed with result 'exit-code'.
Feb 28 01:29:45 patrick systemd[1]: Failed to start The Apache HTTP Server.
Sofern ich in /etc/apache2/ports.conf die Listen 443 auskommentiere, lässt sich Apache2 starten.
Code
# If you just change the port or add more ports here, you will likely also
# have to change the VirtualHost statement in
# /etc/apache2/sites-enabled/000-default.conf
Listen 80
<IfModule ssl_module>
# Listen 443
</IfModule>
<IfModule mod_gnutls.c>
# Listen 443
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Alles anzeigen
Das ist aber jedoch nicht Sinn der Sache, beabsichtige Lets Encrypt zu verwenden, mir wird aber kein Zertifikat ausgestellt, wenn doch, das würde nicht funktionieren. Symptome zu bekämpfen ist der falsche weg, den Fehler muss man beheben.
Hat jemand hier Ahnung, Ideen, oder hatte mal das selbe Problem?
Im übrigen ich verwende Froxlor, das erste mal jedoch unter Debian 10 (Debian Buster).
Vielen Dank im vorraus!