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 experiencing.  I am using Netscape Communicator 4.5 on a Windows NT 4 
system, just FYI.  On occasion, when I attempt to load secure pages hosted 
by my Red Hat/Apache server, it takes a very long time for them to load. I 
discovered a trick, though.  I keep another browser window open to a simple 
web page out there.  When I notice the big SSL lag occurring, I Alt-tab 
over to the other window and hit Refresh.  The SSL page in the primary 
window immediately begins to load also, as if there was some sort of TCP/IP 
lockup that got cleared by my refreshing the other browser window.

The other browser window need not even be pointed to a secure page nor does 
it have to be pointed to my own server.  This trick even works when I 
switch to my Netscape mail reader and tell it to get the mail.  Right away, 
the SSL page begins to load.  Weird.

Vik Nokhoudian

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



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 your site is - check the
> output of make test
> when you build mm. I usually default mine to 1MB on solaris.

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.

-Dave

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



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.


vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



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


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. 
>loading the shopping cart in secure mode.
> 
> Is there any tweaks under httpd.conf which is worth editing ? All my settings are 
>default when Apache and mod_ssl is installed.
> Any help will be very much appreciated.
> 
Using a shared memory cache for session caching could speed up things quite a lot.
See http://www.modssl.org/docs/2.8/ssl_reference.html#ToC5


vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



This email had been checked by Asiatravelmart.com's Virus Scanner.
Please email any questions to [EMAIL PROTECTED]
----------------
Title: RE: Fine-tuning Apache and mod_ssl





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



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. loading the shopping cart in secure mode.

> 
> Is there any tweaks under httpd.conf which is worth editing ? All my settings are default when Apache and mod_ssl is installed.

> Any help will be very much appreciated.
> 
Using a shared memory cache for session caching could speed up things quite a lot.
See http://www.modssl.org/docs/2.8/ssl_reference.html#ToC5



vh


Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager    [EMAIL PROTECTED]





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. 
>loading the shopping cart in secure mode.
> 
> Is there any tweaks under httpd.conf which is worth editing ? All my settings are 
>default when Apache and mod_ssl is installed.
> Any help will be very much appreciated.
> 
Using a shared memory cache for session caching could speed up things quite a lot.
See http://www.modssl.org/docs/2.8/ssl_reference.html#ToC5


vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Fine-tuning Apache and mod_ssl

2001-07-10 Thread Thum Chee Weng, Ronnie

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. 
loading the shopping cart in secure mode.

Is there any tweaks under httpd.conf which is worth editing ? All my settings are 
default when Apache and mod_ssl is installed.
Any help will be very much appreciated.

- ronnie -



This email had been checked by Asiatravelmart.com's Virus Scanner.
Please 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. Everytime a SSL connection is made, it takes ages to load the page. Ie. loading the shopping cart in secure mode.

Is there any tweaks under httpd.conf which is worth editing ? All my settings are default when Apache and mod_ssl is installed.

Any help will be very much appreciated.


- ronnie -