I have several apache processes running on a system, which seem to be stuck in infinite loops.
Is there some way I can inspect the apache process to find what the HTTP request was that they are attempting to respond to?
|
feedback
|
|
Do you have their IP address or anything that you can trac them by means of a log file or You run the following while you had the user try to connect again:
Once you have that listening, you should see something like:
Note: Right now on this test box I am running HTTP on port 8080. 2763 is the PID. If you are having alot of traffic, then you might have to filter out the IP address. | |||
|
feedback
|