mod_rewrite: could not create rewrite_log_lock
Hello,
While restrating apache if you are getting below mentioned error
——————————————————————————–
No space left on device: mod_rewrite: could not create rewrite_log_lock
——————————————————————————–
Do this to fix it (replace “apache” with the name of the user apache runs as):
ipcs -s | grep apache | perl -e 'while () { @a=split(/s /); print `ipcrm sem $a[1]`}'
That will solve your problem![]()

