CentOS - apache: No space left on device: mod rewrite: Parent could not create RewriteLock file /usr/local/apache/logs/rewrite lock Configuration Failed

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Перейти к:навигация, поиск
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


ошибка:

No space left on device: mod_rewrite: Parent could not create RewriteLock file /usr/local/apache/logs/rewrite_lock Configuration Failed


Решение - почистить семафоры:

# ipcs -s | grep nobody
# ipcs -s | grep nobody | awk '{print $2}' | xargs -n 1 ipcrm sem
# /etc/init.d/httpd restart