DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39588>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39588





------- Additional Comments From [EMAIL PROTECTED]  2006-05-16 21:20 -------
(In reply to comment #2)
> 
> ~/httpd-2.2.2/modules/proxy> tail +1810 proxy_util.c | head -10
> }
> 
> PROXY_DECLARE(int) ap_proxy_release_connection(const char *proxy_function,
>                                                proxy_conn_rec *conn,
>                                                server_rec *s)
> {
>     ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s,
>                  "proxy: %s: has released connection for (%s)",
>                  proxy_function, conn->worker->hostname);
>     /* If there is a connection kill it's cleanup */
> 
> ~/httpd-2.2.2/modules/proxy> tail +1910 proxy_util.c | head -10
>                          "proxy: lock");
>             return HTTP_INTERNAL_SERVER_ERROR;
>         }
> 

As you can see the code and your output in the logfile do not match. I believe
you that you have downloaded and compiled httpd 2.2.2, but the logfiles have
been created by httpd 2.2.0 (at least mod_proxy is from 2.2.0). Please execute
the following command from the directory where the apachectl script can be found
that you use to start httpd:

./httpd -V

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to