Selasa, 27 Agustus 2019

How to solve No space left on device: AH00023: Couldn't create the ssl-cache mutex

  Tidak ada komentar
Some day i got error No space left on device: AH00023: Couldn't create the ssl-cache mutex
[root@appsvr1 httpd]$ tail -n 50 error_log
...
...
[Wed Aug 28 11:49:17.839423 2019] [suexec:notice] [pid 2860] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Aug 28 11:49:17.840236 2019] [core:emerg] [pid 2860] (28)No space left on device: AH00023: Couldn't create the ssl-cache mutex
AH00016: Configuration Failed
[Wed Aug 28 11:49:38.765141 2019] [suexec:notice] [pid 2979] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Aug 28 11:49:38.765542 2019] [core:emerg] [pid 2979] (28)No space left on device: AH00023: Couldn't create the ssl-cache mutex
AH00016: Configuration Failed
[Wed Aug 28 11:59:35.988955 2019] [suexec:notice] [pid 3963] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Aug 28 11:59:35.989647 2019] [core:emerg] [pid 3963] (28)No space left on device: AH00023: Couldn't create the ssl-cache mutex
AH00016: Configuration Failed
[Wed Aug 28 12:03:29.494480 2019] [suexec:notice] [pid 4537] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Aug 28 12:03:29.494937 2019] [core:emerg] [pid 4537] (28)No space left on device: AH00023: Couldn't create the ssl-cache mutex
AH00016: Configuration Failed
Running following command and restart the httpd service
[root@appsvr1 httpd]# ipcs | grep apache | awk '{print $2}' > sem.txt
[root@appsvr1 httpd]# for i in `cat sem.txt`; do { ipcrm -s $i; }; done;
[root@appsvr1 httpd]#
[root@appsvr1 httpd]# service httpd restart
Redirecting to /bin/systemctl restart httpd.service
[root@appsvr1 httpd]#
[root@appsvr1 httpd]# exit
exit
[ecpa@appsvr1 httpd]$
[ecpa@appsvr1 httpd]$ sudo service httpd status
[sudo] password for ecpa:
Redirecting to /bin/systemctl status httpd.service
● httpd.service - The Apache HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2019-08-28 12:10:41 WIB; 45min ago
     Docs: man:httpd(8)
           man:apachectl(8)
  Process: 5372 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
  Process: 5077 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful (code=exited, status=0/SUCCESS)
 Main PID: 5721 (httpd)
   Status: "Total requests: 3855; Current requests/sec: 28.9; Current traffic: 898KB/sec"
   CGroup: /system.slice/httpd.service
           ├─ 5721 /usr/sbin/httpd -DFOREGROUND
           ├─ 9982 /usr/sbin/httpd -DFOREGROUND
           ├─10143 /usr/sbin/httpd -DFOREGROUND
           ├─10534 /usr/sbin/httpd -DFOREGROUND

Tidak ada komentar :

Posting Komentar