Hi!
I need your help. I saw the advice that httpd-admin
service was not running. If I do a service httpd-admin status -l
, I got this:
[root@server ~]# service httpd-admin status -l
Redirecting to /bin/systemctl status -l httpd-admin.service
β httpd-admin.service - Server Manager UI httpd instance
Loaded: loaded (/usr/lib/systemd/system/httpd-admin.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2023-02-08 22:17:46 CET; 38s ago
Docs: https://github.com/NethServer/nethserver-httpd-admin
Process: 32253 ExecStart=/usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf - c MaxConnectionsPerChild 12 -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 32253 (code=exited, status=1/FAILURE)
CGroup: /system.slice/httpd-admin.service
ββ5262 /usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -c MaxConn ectionsPerChild 12 -DFOREGROUND
ββ5263 /usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -c MaxConn ectionsPerChild 12 -DFOREGROUND
ββ5264 /usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -c MaxConn ectionsPerChild 12 -DFOREGROUND
ββ5265 /usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -c MaxConn ectionsPerChild 12 -DFOREGROUND
ββ5266 /usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -c MaxConn ectionsPerChild 12 -DFOREGROUND
Feb 08 22:17:46 server.domain.es systemd[1]: Started Server Manager UI httpd ins tance.
Feb 08 22:17:46 server.domain.es httpd[32253]: [Wed Feb 08 22:17:46.679554 2023] [so:warn] [pid 32253] AH01574: module php5_module is already loaded, skipping
Feb 08 22:17:46 server.domain.es httpd[32253]: (98)Address already in use: AH000 72: make_sock: could not bind to address [::]:980
Feb 08 22:17:46 server.domain.es httpd[32253]: (98)Address already in use: AH000 72: make_sock: could not bind to address 0.0.0.0:980
Feb 08 22:17:46 server.domain.es httpd[32253]: no listening sockets available, s hutting down
Feb 08 22:17:46 server.domain.es httpd[32253]: AH00015: Unable to open logs
Feb 08 22:17:46 server.domain.es systemd[1]: httpd-admin.service: main process e xited, code=exited, status=1/FAILURE
Feb 08 22:17:46 server.domain.es systemd[1]: Unit httpd-admin.service entered fa iled state.
Feb 08 22:17:46 server.domain.es systemd[1]: httpd-admin.service failed.
What could be the problem??
Thanks in advance.