Este tipo de problema apareceu quando é criado um Proxy balancer e o Apache crasha .
1) Log de erro
(22)Invalid argument: AH01185: worker slotmem_create failed
AH02300: create /run/httpd/slotmem-shm-pbd51fa55.shm: 544/6
(2)No such file or directory: AH01179: balancer slotmem_create failed
2) Solução
O DefaultRuntimeDir não está setado no httpd.conf , tenha certeza que as permissões estão para o Apache .
Exemplo :
1 | vi /etc/httpd/conf/httpd.conf |
2 |
3 | DefaultRuntimeDir /var/log/httpd/ |
4 |
5 | chown -R apache.apache /var/log/httpd |