Re: [users@httpd] Need help with #if DEBUGGING in proxy_http.c

2005-05-27 Thread Jignesh Badani
Thanks Tejas for your response. It will def help me in the future. But for now, even after I removed the #if debugging lines from the code (proxy_http.c) and re-compiled Apache, I still do not see the Response headers and body. Here is my other follow-up submission to Apache org, can you help

Re: [users@httpd] Need help with #if DEBUGGING in proxy_http.c

2005-05-26 Thread Tejas Sanghavi
Jignesh, On which OS are you compiling Apache? If on UNIX, you can specify the flag with ./configure, like: ./configure --prefix= CFLAGS="-DDEBUGGING" and then compile. If on Windows, you have to add "-DDEBUGGING" for compiler flags in all the .mak files. The other way is to use "#define DEBUG

Re: [users@httpd] Need help with #if DEBUGGING in proxy_http.c

2005-05-25 Thread Jignesh Badani
Hello again I tried removing the #if debugging from proxy_http.c and re-compiled but it did not help. Can anybody offer me a piece of code which I can embed in proxy_http.c to dump out the entire request (get/post parameters, cookies, etc.) being passed to the backend and the corresponding r

[users@httpd] Need help with #if DEBUGGING in proxy_http.c

2005-05-25 Thread Jignesh Badani
Folks, we have been seeing quite a few 502 - (proxy: error reading status line from remote server) with one of our backend server (very old Oracle Web Application server 3.0 /HTTP 1.1) and I need to debug these request. When I set LogLevel to debug, I still do not see the response stream (byte