
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using fe80::d6f5:efff:fe0f:cd00. Set the 'ServerName' directive globally to suppress this message
That effectively means: "Apache cannot determine what the virtual hostname is supposed to be for an interface it's running on." In this case, the interface in question is whichever one has / had fe80::d6f5:efff:fe0f:cd00 as it's address at the time the error was logged. To fix it, you'll need to set the hostname somewhere. Either in /etc/hosts which will allow you to set it only for the IP address in question, or in Apache's config where it will become the default hostname used as a last resort. Until this is fixed, oVirt won't reliably know what the hostname is for a given connection and therefore SSO, and the web UI, will fail.
[Sat Apr 09 10:47:17.532141 2022] [lbmethod_heartbeat:notice] [pid 36315:tid 140286292900160] AH02282: No slotmem from mod_heartmonitor
This module is for load balancing. It's not required by oVirt. You may want to consider disabling it until you get the web UI working on the server to reduce the chances of it causing problems while you troubleshoot. The rest are just status messages from Apache's startup. -Patrick Hibbs On Sat, 2022-04-09 at 15:47 +0000, louisb@ameritech.net wrote:
This has not been easy to say the least I've been working on this for months and have done several re-installs from scratch to include the OS/RHEL 8.5. Below is a snap shot of the logs, I don't understand what they are trying to tell me about the error, any help is greatly appreciated.
sudo more /var/log/httpd/error_log [Sat Apr 09 10:47:17.463649 2022] [core:notice] [pid 36315:tid 140286292900160] SELinux policy enabled; httpd running as context system_u:system_ r:httpd_t:s0 [Sat Apr 09 10:47:17.464791 2022] [suexec:notice] [pid 36315:tid 140286292900160] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Sat Apr 09 10:47:17.512147 2022] [so:warn] [pid 36315:tid 140286292900160] AH01574: module proxy_module is already loaded, skipping AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using fe80::d6f5:efff:fe0f:cd00. Set the 'ServerName' dire ctive globally to suppress this message [Sat Apr 09 10:47:17.532141 2022] [lbmethod_heartbeat:notice] [pid 36315:tid 140286292900160] AH02282: No slotmem from mod_heartmonitor [Sat Apr 09 10:47:17.537642 2022] [mpm_event:notice] [pid 36315:tid 140286292900160] AH00489: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1. 1.1k mod_fcgid/2.3.9 mod_wsgi/4.6.4 Python/3.6 configured -- resuming normal operations [Sat Apr 09 10:47:17.537676 2022] [core:notice] [pid 36315:tid 140286292900160] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND' [Sat Apr 09 10:52:36.458433 2022] [core:notice] [pid 3400:tid 139718137252160] SELinux policy enabled; httpd running as context system_u:system_r :httpd_t:s0 [Sat Apr 09 10:52:36.459740 2022] [suexec:notice] [pid 3400:tid 139718137252160] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Sat Apr 09 10:52:36.482068 2022] [so:warn] [pid 3400:tid 139718137252160] AH01574: module proxy_module is already loaded, skipping AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using fe80::d6f5:efff:fe0f:cd00. Set the 'ServerName' dire ctive globally to suppress this message [Sat Apr 09 10:52:36.501468 2022] [lbmethod_heartbeat:notice] [pid 3400:tid 139718137252160] AH02282: No slotmem from mod_heartmonitor [Sat Apr 09 10:52:36.506571 2022] [mpm_event:notice] [pid 3400:tid 139718137252160] AH00489: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1 .1k mod_fcgid/2.3.9 mod_wsgi/4.6.4 Python/3.6 configured -- resuming normal operations [Sat Apr 09 10:52:36.506594 2022] [core:notice] [pid 3400:tid 139718137252160] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
Thanks _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/RQUEM2OM7LS4KJ...