Apache/PHP Issues when upgrading to RH Enterprise
I finally upgraded my server from RH7.3 to the RedHat Enterprise - we did a new install before copying over our sites. That's when my trouble started.[root@www pals]# httpd -v
Server version: Apache/2.0.46
Server built: Nov 12 2003 10:53:55
With some frequency, some of my users (myself included) get a timeout when submitting a page - this seems to mostly effect pages where files may be being uploaded while posting a forum message (or replying). Viewing the site pages never has a problem. If I wait 10 minutes, sometimes it goes away - sometimes it doesn't.
When I hit connect, I get a "waiting for...." message, but I never see a page request in my server logs. This only happens on pages I try to SUBMIT, not pages I am reading from.
15:26:49 up 20:54, 3 users, load average: 0.80, 1.03, 0.98
118 processes: 117 sleeping, 1 running, 0 zombie, 0 stopped
total 2.7% 0.0% 0.7% 0.0% 0.0% 0.0% 96.5%
cpu00 1.9% 0.0% 0.9% 0.0% 0.0% 0.0% 97.0%
cpu01 2.9% 0.0% 1.9% 0.0% 0.0% 0.0% 95.0%
cpu02 2.9% 0.0% 0.0% 0.0% 0.0% 0.0% 97.0%
cpu03 2.9% 0.0% 0.0% 0.0% 0.0% 0.0% 97.0%
Mem: 2061616k av, 2009964k used, 51652k free, 0k shrd, 106364k buff
1209020k actv, 16k in_d, 30288k in_c
Swap: 4080488k av, 0k used, 4080488k free 1381344k cached
HTTP processes currently running = 49
MySQL processes currently running = 8
Netstat information summary
1 CLOSING
3 SYN_RECV
12 FIN_WAIT2
14 FIN_WAIT1
14 LISTEN
19 ESTABLISHED
428 TIME_WAIT
I have KeepAlive enabled, but set to 2 seconds. There are about 300-400 users on my two forums at any given time.
This was never a problem with Apache1 and RH7.3; is there something obvious I am missing or should be looking at?