One issue is likely keep-alives. One issue with graphics is that each one is a separate request requiring a separate SSL connection (unless the KeepAlive is set to a reasonable value (I think we set ours to 10k). Check out here: http://httpd.apache.org/docs/1.3/misc/perf-tuning.html. This is for 1.3 but you can apply the tuning parameters to 2.x if you look them up on apache.org. If I am not mistaken, most of the directives are still operable in 2.x.
-- Thanks,
Ben Ricker
--------------
I use my cat's name for a password: he is called zo4W*!@n32G+ and I change his name every 60 days.
On May 29, 2008, at 7:50 PM, amiribarksdale wrote: I have turned off ssl by just commenting out that part of my httpd.conf, and while I still get the wait with no other traffic on the server, the page does seem to load--within 10 or 15 seconds, as opposed to a minute or longer.
So, if this is indicative of some problem with ssl, how do I go about fixing my ssl.conf? My server is a dual proc with 4 GB or RAM, and I cleared out all the logs earlier!
Amiri
Ben Ricker wrote:
Have you tried turning off https and seeing if you see the same
behavior?
-- View this message in context: http://www.nabble.com/Heavy-Wait-on-My-Shoulders-tp17545527p17549301.html Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
|