2.0.34 built cleanly on daedalus. But when I tried to start it, I got:
[gregames@daedalus apache2.0.34]$ tail logs/www/error_log
[Mon Apr 01 08:36:31 2002] [notice] suEXEC mechanism enabled (wrapper:
/usr/local/apache2.0.34/bin/suexec)
[Mon Apr 01 08:36:31 2002] [crit] (28)No space left on device: mod_rewrite:
could not create rewrite_log_lock
Configuration Failed
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.
Greg