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 20:46 -------

Hello -

First off, thanks for all your hard work - we appreciate the rapid response and
all your efforts.  Thanks for your patience, as well.

I believe I've validated that I'm running the 2.2.2 release:

Process table shows:

  daemon 10987  3887  0 11:41:18 ?        0:02 /usr/local/apache-2.2.2/bin/httpd
-k start

Version information from the installed binary:

  /usr/local/apache-2.2.2/bin/httpd -v
  Server version: Apache/2.2.2
  Server built:   May 10 2006 16:31:25

Went to the build directory, pulled an md5 checksum from the built binary:

  ~/httpd-2.2.2> /usr/local/ssl/bin/openssl md5 .libs/httpd
  MD5(.libs/httpd)= 443968cbf377336dded319cee8f82f23

The md5 checksum matches the installed / running binary:

  /usr/local/ssl/bin/openssl md5 /usr/local/apache-2.2.2/bin/httpd
  MD5(/usr/local/apache-2.2.2/bin/httpd)= 443968cbf377336dded319cee8f82f23

The source package tarball md5 checksum matches
http://www.apache.org/dist/httpd/httpd-2.2.2.tar.gz.md5:

  /usr/local/ssl/bin/openssl md5 /users/rdenison/httpd-2.2.2.tar.gz
  MD5(/users/rdenison/httpd-2.2.2.tar.gz)= a0d9f7f6f70110a5965340eb7f3a3e66

  a0d9f7f6f70110a5965340eb7f3a3e66  httpd-2.2.2.tar.gz

All the above are from a clean build of the httpd-2.2.2 package above; I didn't
use a patch to avoid stupid mistakes on my part.  Here's the code snippets
corresponding to the debug logs from the tarball I'm using:

~/httpd-2.2.2/modules/proxy> tail +1660 mod_proxy_http.c | head -10
            proxy_function = "FTP";
    }
    ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server,
             "proxy: HTTP: serving URL %s", url);


    /* create space for state information */
    if ((status = ap_proxy_acquire_connection(proxy_function, &backend,
                                              worker, r->server)) != OK)
        goto cleanup;

~/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;
        }

        /*
         * Worker can have the single constant backend adress.
         * The single DNS lookup is used once per worker.
         * If dynamic change is needed then set the addr to NULL
         * inside dynamic config to force the lookup.
         */

I had upped the log level to debug in the running configuration and reproduced
the problem, here's the pertinent stuff:

  [Tue May 16 11:50:32 2006] [debug] mod_proxy_balancer.c(41): proxy: BALANCER:
canonicalising URL
//zopecluster/VirtualHostBase/http/website.domain.tld:80/www_site/VirtualHostRoot/outages_and_maintenance
  [Tue May 16 11:50:32 2006] [debug] mod_proxy_balancer.c(803): proxy: Entering
byrequests for BALANCER (balancer://zopecluster)
  [Tue May 16 11:50:32 2006] [debug] mod_proxy_balancer.c(396): proxy: BALANCER
(balancer://zopecluster) worker (http://localhost:9080) rewritten to
http://localhost:9080/VirtualHostBase/http/website.domain.tld:80/www_site/VirtualHostRoot/outages_and_maintenance?[object%20Object]
  [Tue May 16 11:50:32 2006] [debug] mod_proxy.c(736): Running scheme balancer
handler (attempt 0)
  [Tue May 16 11:50:32 2006] [debug] mod_proxy_http.c(1661): proxy: HTTP:
serving URL
http://localhost:9080/VirtualHostBase/http/website.domain.tld:80/www_site/VirtualHostRoot/outages_and_maintenance?[object%20Object]
  [Tue May 16 11:50:32 2006] [debug] proxy_util.c(1811): proxy: connecting
http://localhost:9080/VirtualHostBase/http/website.domain.tld:80/www_site/VirtualHostRoot/outages_and_maintenance?[object%20Object]
to localhost:9080
  [Tue May 16 11:50:32 2006] [debug] proxy_util.c(1911): proxy: connected
/VirtualHostBase/http/website.domain.tld:80/www_site/VirtualHostRoot/outages_and_maintenance?[object%20Object]
to content.provider.net:80

Please let me know if there's anything else I can provide to assist you in
tracking this one down, and thanks again!

Ray D.


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