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
>>
>
>
>
>
>