Quote:
|
Do the processes belong to the same session ID?
|
yes, they do. as far as I see however.
Quote:
(ps -eo pid,sid,uid,command -f -U apache) where apache is the username
Do the processes have PIDs attached? (netstat -ntp|grep httpd)
Can you see for those PIDs which files they have open?
Any of those open files in temp dirs or other odd locations?
(lsof -w -n -p $PID) where $PID is a PID out of your netstat list?
|
they do not have any PID. and as long as I could monitor them, they were in TIME_WAIT condition. what could that mean?
Quote:
|
Does Apache's access and error log (and PHP's error_log) (or syslog) show any weirdness?
|
lot of programming issues. lot of 404 errors. logs grow up very quickly. however programmers do not correct those errors. this is very wierd I'd say. but nothing else as far as I see.
why web-server could need this kind of connection to itself?