got the following error in my apache logs... I could not find much on the web about it: [Sun Mar 28 16:44:03 2010] [error] (22)Invalid argument: apr_global_mutex_lock(jk_log_lock) failed [Sun Mar 28 16:44:03 2010] [error] (22)Invalid argument: apr_global_mutex_unlock(jk_log_lock) failed any ideas? I am new to trying to track this stuff down... workers.properties: # Define 1 real worker using ajp13 worker.list=worker1 # Set properties for worker1 (ajp13) worker.worker1.type=ajp13 worker.worker1.host=localhost worker.worker1.port=8009 mod_jk portiong of conf: JkWorkersFile workers.properties # Where to put jk logs JkLogFile /var/log/apache2/mod_jk.log # Set the jk log level [debug/error/info] JkLogLevel debug # Select the log format JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " # JkOptions indicate to send SSL KEY SIZE, JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories # JkRequestLogFormat set the request format JkRequestLogFormat "%w %V %T" JkShmFile /etc/apache2/jk/jk.shm # http://ekle.us/index.php/2007/05/update_on_morfeus_fucking_scanner SetEnvIf User-Agent ^libww keep_out=1 SetEnvIf User-Agent ^Morf keep_out2=1