genie wrote:Can you allow all the logging for the proxy server and check the logfile after the request is done?
Hi,
... do you mean the content of "WWW Proxy Server.log", like (all the logging for ProxyServer was turned on)
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Created:
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Requested:
http://test.baumann.at:81/td/
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Debug: WWW Session sending server request in thread ed4
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Debug: Server response contains 2346 bytes of resource data
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Debug: WWW Session processing HTTP response in thread ed4 - response code 200
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Traffic 2643 434 372 2637 0s
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Requested:
http://test.baumann.at/cb2.css
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Debug: WWW Session sending server request in thread ed4
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Debug: Server response contains 205 bytes of resource data
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Debug: WWW Session processing HTTP response in thread ed4 - response code 404
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Debug: Unintercepted Server Response code 404
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Traffic 412 500 441 406 0s
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Requested:
http://test.baumann.at:88/TD_DAT.gif
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Debug: WWW Session sending server request in thread ed4
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Debug: Server response contains 208 bytes of resource data
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Debug: WWW Session processing HTTP response in thread ed4 - response code 404
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Debug: Unintercepted Server Response code 404
11/30/04 07:29:29 192.168.1.3 Guest 0000003087 Traffic 415 499 437 409 0s
11/30/04 07:29:45 192.168.1.3 Guest 0000003087 Debug: Server closed connection in thread ed4
11/30/04 07:29:45 192.168.1.3 Guest 0000003087 Traffic 0 0 0 0 16s
11/30/04 07:29:45 192.168.1.3 Guest 0000003087 Terminated exit code 0
In this example the proxy server sent all the requests to http-server on port 81 - here is the log:
80.108.216.230 - - [30/Nov/2004:07:29:29 +0100] "GET /td/ HTTP/1.1" 200 2346
80.108.216.230 - - [30/Nov/2004:07:29:29 +0100] "GET /cb2.css HTTP/1.1" 404 205
80.108.216.230 - - [30/Nov/2004:07:29:29 +0100] "GET /TD_DAT.gif?doctitle=baumann.at%20-%20Test-%20und%20Demoseiten&docurl=http://test.baumann.at:81/td/&referrer= HTTP/1.1" 404 208
-> is this what you mean?
Tell me what I can do (more) to provide the information you need ...
Regards,
Chris