Index: [Article Count Order] [Thread]

Date:  Wed, 28 Jun 2006 22:49:59 +0200
From:  Dennis <dennis (at mark) mixfans.org>
Subject:  [coba-e:05915] Re: httpd stopped working
To:  coba-e (at mark) bluequartz.org
Message-Id:  <44A2EB77.3000100 (at mark) mixfans.org>
In-Reply-To:  <003a01c69aed$7e0aee10$6507060a@newboy>
References:  <003a01c69aed$7e0aee10$6507060a@newboy>
X-Mail-Count: 05915

Jay,

the issue was related to

semaphores .. they were not correct 'closed' in one way or another
and therefore apache was not able to create a rewrite_log_lock
but with this line:

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

it flushed the apache semaphores and httpd could start again.

So after finding the message in the error_log it was solved in 2 minutes 
(googling the error gave a good hit)

(it had nothing to do with the change in include file .. )


Tjsak!
Dennis


Jay Farschman wrote:
> Dennis
>
>   
>> I changed something in my site2.include
>> than I did
>> /etc/rc.d/init.d/httpd restart
>>     
>
> [Jay Farschman] 
> What did you change in the .include file.  Can you post what your .include
> file looks like.
>
>   
>> than I found this error in my error_log
>> [Wed Jun 28 20:36:27 2006] [crit] (28)No space left on device:
>> mod_rewrite: could not create rewrite_log_lock
>> Configuration Failed
>>     
>
>
>
>
>