HI.

On Sat, 21 Sep 2024 13:16:49 +0100 Patrick O'Callaghan wrote:

> 4. The journal (see below) shows that httpd does resume with the rest
> of the system, but then is immediately deactivated. The reason for this
> is not stated (there's no error message), but may be because on the
> system resume the network is not yet up.

Look perhaps in /var/log/http/error_log.

There is also in the man of httpd.service a chapter:

  Starting the service at boot time

but nothing about resuming.

Does httpd listen on a specific IP address ?

You can also add a systemd drop-in to restart it always.

/etc/systemd/system/httpd.service.d/restart.conf
------------------------------------------------------------
[Service]
Restart=always
# Prevent a potential CPU loop: RestartSec=10 instead of 10ms
RestartSec=10
------------------------------------------------------------

-- 
francis
-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to