On Thursday, 11 May 2023 17:17:27 BST Jacques Montier wrote: > I don't find any "LogLevel info" in /etc/apache2/httpd.conf > /var/log/apache2/error_log is empty. > > Jacques
Please take a look here to see what the httpd.conf should look like and if there is no LogLevel directive add it yourself: https://wiki.gentoo.org/wiki/Apache#.2Fetc.2Fconf.d.2Fapache2 Unfortunately I do not have access to an apache installation to compare notes, but the above Wiki page should help with this. When troubleshooting similar problems in the past I would run apachectl in a terminal and keep an eye in the error.log to see what was being printed out. The fact '/usr/bin/apache2ctl configtest' returns nothing makes me wonder if all is well with the file /usr/bin/apache2ctl. Check: which /usr/bin/apache2ctl which /usr/bin/apachectl to see which command exists in your installation. After you are able to start it manually, you can edit your systemd service file accordingly.
signature.asc
Description: This is a digitally signed message part.