When I invoke an URL I get in an infinite loop due to "302 Move Permanently" HTTP Error.
I'd like know the output and input requests that the machine is sending/receiving.
Is there any way to get this info?
The machine is a RHEL 5.5
|
When I invoke an URL I get in an infinite loop due to "302 Move Permanently" HTTP Error. I'd like know the output and input requests that the machine is sending/receiving. Is there any way to get this info? The machine is a RHEL 5.5
| ||||
|
feedback
|
|
I would suggest you to enable extended logs in the web service to log all input/output requests. Please check official mod_dumpio module documentation for Apache. | |||
|
feedback
|
|
I can think of following two things you can take help of.
where ip_addr_of_client is host from which you are accessing the url. | |||
|
feedback
|
301is moved permanently.302is found. Both are not errors but HTTP status codes that are used for redirects. – Dennis Nov 21 '11 at 3:56