wierd mod rewrite problem

chriske21

Verified User
Joined
Feb 26, 2008
Messages
32
Hello,

On 2 of our newly installed webservers we have the following problem:

[Thu Jul 31 15:13:30 2008] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock

I found the following command on the net:
ipcs -s | grep apache | perl -e 'while (<STDIN>) { @a=split(/\s+/); print `ipcrm sem $a[1]`}'

This fixes the problem after that i can start apache again. Now this problem happens everyweek. There haves to be more people with this problem.

Could anyone advise me what to do cause this thing just happens with no reason.

thx
________
vaporizer reviews
 
Last edited:
I have the same problem on two of my server. I can't find any solution with google. The only work arround i can find is executing the command from Chriske's post.
 
Back
Top