httpd will not start No space left on device: AH00023: Couldn't create...

jonathanc

Verified User
Joined
Aug 18, 2007
Messages
47
After trying php-fpm as php1 5.4, I have now reverted to mod_php 5.3. But apache fails to restart with the error

[core:emerg] [pid 835] (28)No space left on device: AH00023: Couldn't create the rewrite-map mutex

mod_php 5.3 was running happily before I tried php-fpm 5.4.

Any advice gratefully received.


#options.conf

#PHP settings.
#Default version of PHP is always php1_release. Possible values for php1/php2_release: 5.3, 5.4, 5.5, no. php1/php2_mode: mod_php, fastcgi, php-fpm or suphp)
php1_release=5.3
php2_release=5.4
php1_mode=mod_php
php2_mode=php-fpm
php_ini=yes
php_timezone=BST
#Possible values - production or development
php_ini_type=production
ioncube=yes
zend=no

#HTTP server. Possible values: apache, nginx
webserver=apache

#Apache settings
#Possible value: 2.4
apache_ver=2.4
mod_ruid2=no
secure_htaccess=no
harden-symlinks-patch=no
use_hostname_for_alias=no
redirect_host=******
redirect_host_https=no
 
Hi Martynas

Thank you for the reference. I tried Googling for "No space left on device: AH00023: etc" but couldn't really make sense of the results. But the major.io article explains beautifully... and we're back up now ;)

Jonathan
 
I have the same problem "No space left on device: AH00023: Couldn't create the rewrite-map mutex AH00016: Configuration Failed". But I have this only at once a month. So always reboot VM and forget the problem. This problem appears at night when system do backup. How can I check hard drive space and memory in time ? example 1 a.m. at night ?

Kind regards
 
Back
Top