Fine-tuning Apache and mod_ssl

2001-07-10 Thread Thum Chee Weng, Ronnie
email any questions to [EMAIL PROTECTED] Title: Fine-tuning Apache and mod_ssl Currently, running Apache 1.3.12 + mod_ssl 2.6.3. I'm currently looking for ways to fine-tune our e-commerce site to handle SSL transaction

Re: Fine-tuning Apache and mod_ssl

2001-07-10 Thread Mads Toftum
On Tue, Jul 10, 2001 at 06:00:22PM +0800, Thum Chee Weng, Ronnie wrote: Currently, running Apache 1.3.12 + mod_ssl 2.6.3. I'm currently looking for ways to fine-tune our e-commerce site to handle SSL transaction. Everytime a SSL connection is made, it takes ages to load the page. Ie.

RE: Fine-tuning Apache and mod_ssl

2001-07-10 Thread Thum Chee Weng, Ronnie
what would be a good figure to start using shm ? Default figure is 512000. I've 2GB RAM on my web server - ronnie - -Original Message- From: Mads Toftum [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 6:46 PM To: [EMAIL PROTECTED] Subject: Re: Fine-tuning Apache and mod_ssl

Re: Fine-tuning Apache and mod_ssl

2001-07-10 Thread Mads Toftum
On Tue, Jul 10, 2001 at 07:20:41PM +0800, Thum Chee Weng, Ronnie wrote: what would be a good figure to start using shm ? Default figure is 512000. That depends on your OS and how busy your site is - check the output of make test when you build mm. I usually default mine to 1MB on solaris.

RE: Fine-tuning Apache and mod_ssl

2001-07-10 Thread David Rees
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mads Toftum On Tue, Jul 10, 2001 at 07:20:41PM +0800, Thum Chee Weng, Ronnie wrote: what would be a good figure to start using shm ? Default figure is 512000. That depends on your OS and how busy

RE: Fine-tuning Apache and mod_ssl

2001-07-10 Thread Viken Nokhoudian
I usually use 1MB as well on my servers. But if it takes forever to load a page even while the server is not under load, I doubt that this is the problem. Check the setting HostnameLookups, it should be Off. I have noticed a pretty strange phenomenon that sounds similar to what you are