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
Версия от 20:56, 24 июня 2015; Admin iph (обсуждение | вклад) (Новая страница: « ошибка: No space left on device: mod_rewrite: Parent could not create RewriteLock file /usr/local/apache/logs/rewrite_lock Configuration Failed Реш...»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к:навигация, поиск


ошибка:

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