1. Apache failure
Because Apache has been hot deployed with reload before, some mutex semaphores may not be released, resulting in unable to apply. Sometimes, Apache will fail to start/load, and some errors will be reported as follows — & gt;
root@lry httpd]# tail error_log
[Mon Jun 28 16:34:28.797261 2021] [core:notice] [pid 31927] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Mon Jun 28 16:34:28.799903 2021] [suexec:notice] [pid 31927] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jun 28 16:34:28.816970 2021] [core:emerg] [pid 31927] (28)No space left on device: AH00023: Couldn't create the proxy mutex
[Mon Jun 28 16:34:28.818127 2021] [proxy:crit] [pid 31927] (28)No space left on device: AH02478: failed to create proxy mutex
[Mon Jun 28 16:34:28.818141 2021] [:emerg] [pid 31927] AH00020: Configuration Failed, exiting
[Mon Jun 28 16:37:30.133663 2021] [core:notice] [pid 32151] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Mon Jun 28 16:37:30.134915 2021] [suexec:notice] [pid 32151] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jun 28 16:37:30.147614 2021] [core:emerg] [pid 32151] (28)No space left on device: AH00023: Couldn't create the proxy mutex
[Mon Jun 28 16:37:30.147647 2021] [proxy:crit] [pid 32151] (28)No space left on device: AH02478: failed to create proxy mutex
[Mon Jun 28 16:37:30.147667 2021] [:emerg] [pid 32151] AH00020: Configuration Failed, exiting
2. Solutions
Then execute the following statement to release the synchronization semaphore
ipcs | grep apache | awk '{print $2}' > signal.txt
for i in `cat signal.txt` ; do { ipcrm -s $i; } ; done;
3. Restart Apache again
Read More:
- Apache service can’t be started under xampp, reporting port occupancy class error [error] Apache will not start without the configured ports free!
- Centos7 executes the command service mysqld start and prompts Failed to start mysqld.service: Unit mysqld.service not loaded
- Job for apache2.service failed apache2 cannot be started
- MongoDB Error: Failed to start mongod.service: Unit mongod.service is not loaded properly
- MySQL uses net start MySQL startup prompt (failed to start, the service did not report any error)
- Failed to start docker.service : unit not found
- Apache2 cannot be started and an error is reported for apache2.service failed because the control process exited with error code.
- Tdengine failed to start, start request repeated too quickly for taosd.service
- MongoDB Error: Failed to start mongod.service: Unit mongodb.service is masked
- How to Fix Failed to start service jboss.deployment.unit.”jboss-as-bmt.war”.INSTALL: org.jboss.msc.service.S
- Apache failed to start due to SSL library certificate has expired
- ERROR $124; Failed to start Apache ActiveMQ (localhost, ID:ZJZL-201910RQ-545-15845236845-0:1) jvm
- Tomcat service failed to start
- MySQL error set: failed to start mysql.service : Unit mysql.service is masked.
- Failed to start Remote desktop service (VNC)
- org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].Standar
- tomcat Issues org.apache.catalina.LifecycleException: Failed to start component
- The mongoDB service failed to start (exception: connect failed)
- The apple mobile device service failed to start. Error 1053 is resolved
- MAMP failed to start: Apache could’t be started. Please check your MAMP installation and configuration