Greg Ames wrote:
>
> The msg appears to be bogus; we have space. Here's the code:
>
> /* create the rewriting lockfiles in the parent */
> if ((rv = apr_lock_create(&rewrite_log_lock, APR_MUTEX, APR_LOCKALL,
> APR_LOCK_DEFAULT, NULL, p)) != APR_SUCCESS) {
> ap_log_error(APLOG_MARK, APLOG_CRIT, rv, s,
> "mod_rewrite: could not create rewrite_log_lock");
> return HTTP_INTERNAL_SERVER_ERROR;
>
> I'll gdb this after lunch. If you have any thoughts about what may be causing
> this, please speak up.
>
Sounds like we're using SysV shared mem or sems on this build. If
these variants can't create the segment or sem, that's the error
that pops up. Check out the current usage (ipcs) and see if we're
running out of slots or memory space.
--
===========================================================================
Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/
"A society that will trade a little liberty for a little order
will lose both and deserve neither" - T.Jefferson