RHEL9 httpd graceful restart remains a unix domain socket
Issue
- RHEL9 httpd graceful restart remains a unix domain socket
Sample output:
# lsof -p $(cat /var/run/httpd/httpd.pid) | grep UNCONNECTED
httpd 2181 root 11u unix 0xffff93adc677ccc0 0t0 26662 type=DGRAM (UNCONNECTED)
# systemctl reload httpd
# lsof -p $(cat /var/run/httpd/httpd.pid) | grep UNCONNECTED
httpd 2181 root 11u unix 0xffff93adc677ccc0 0t0 26662 type=DGRAM (UNCONNECTED)
httpd 2181 root 12u unix 0xffff93adc677d540 0t0 26853 type=DGRAM (UNCONNECTED)
#
Environment
- Red Hat Enterprise Linux 9
- httpd
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.