Copy link to clipboard
Copied
recently i have tried to install lockdown on CF2018 on rhel 7 VM. i am able to install lockdown without any errors and able to start apache (2.4.*) after resolving selinux issues.
after a day passed apache started failing and i got to know that reloading apache is failing.
when i tried reload manually on the apache process that is running it is making apache down but not able to bring up. this is not selinux issue as i have already applied all the rules needed for selinux.
i have observed this error message on apache logs after reloading.
[Tue Nov 12 06:37:40.475509 2019] [core:notice] [pid 25355] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Tue Nov 12 06:37:40.475523 2019] [mpm_prefork:debug] [pid 25355] prefork.c(1005): AH00165: Accept mutex: sysvsem (default: sysvsem)
[Tue Nov 12 06:37:40.476176 2019] [proxy:debug] [pid 25360] proxy_util.c(1843): AH00925: initializing worker proxy:reverse shared
[Tue Nov 12 06:37:40.476209 2019] [proxy:debug] [pid 25360] proxy_util.c(1885): AH00927: initializing worker proxy:reverse local
[Tue Nov 12 06:37:40.476234 2019] [proxy:debug] [pid 25360] proxy_util.c(1936): AH00931: initialized single connection worker in child 25360 for (*)
[Tue Nov 12 06:37:40.476626 2019] [proxy:debug] [pid 25361] proxy_util.c(1843): AH00925: initializing worker proxy:reverse shared
[Tue Nov 12 06:37:40.476653 2019] [proxy:debug] [pid 25361] proxy_util.c(1885): AH00927: initializing worker proxy:reverse local
[Tue Nov 12 06:37:40.476676 2019] [proxy:debug] [pid 25361] proxy_util.c(1936): AH00931: initialized single connection worker in child 25361 for (*)
[Tue Nov 12 06:37:40.477462 2019] [proxy:debug] [pid 25362] proxy_util.c(1843): AH00925: initializing worker proxy:reverse shared
[Tue Nov 12 06:37:40.477491 2019] [proxy:debug] [pid 25362] proxy_util.c(1885): AH00927: initializing worker proxy:reverse local
[Tue Nov 12 06:37:40.477517 2019] [proxy:debug] [pid 25362] proxy_util.c(1936): AH00931: initialized single connection worker in child 25362 for (*)
[Tue Nov 12 06:37:40.477962 2019] [proxy:debug] [pid 25363] proxy_util.c(1843): AH00925: initializing worker proxy:reverse shared
[Tue Nov 12 06:37:40.478025 2019] [proxy:debug] [pid 25363] proxy_util.c(1885): AH00927: initializing worker proxy:reverse local
[Tue Nov 12 06:37:40.478092 2019] [proxy:debug] [pid 25363] proxy_util.c(1936): AH00931: initialized single connection worker in child 25363 for (*)
[Tue Nov 12 06:37:40.478334 2019] [proxy:debug] [pid 25364] proxy_util.c(1843): AH00925: initializing worker proxy:reverse shared
[Tue Nov 12 06:37:40.478359 2019] [proxy:debug] [pid 25364] proxy_util.c(1885): AH00927: initializing worker proxy:reverse local
[Tue Nov 12 06:37:40.478383 2019] [proxy:debug] [pid 25364] proxy_util.c(1936): AH00931: initialized single connection worker in child 25364 for (*)
[Tue Nov 12 07:44:11.657551 2019] [proxy:debug] [pid 28908] proxy_util.c(1843): AH00925: initializing worker proxy:reverse shared
[Tue Nov 12 07:44:11.657605 2019] [proxy:debug] [pid 28908] proxy_util.c(1885): AH00927: initializing worker proxy:reverse local
[Tue Nov 12 07:44:11.657634 2019] [proxy:debug] [pid 28908] proxy_util.c(1936): AH00931: initialized single connection worker in child 28908 for (*)
[Tue Nov 12 13:13:05.904413 2019] [core:notice] [pid 25355] AH00060: seg fault or similar nasty error detected in the parent process
Have something to add?