You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)" <ma...@hp.com> on 2001/11/03 08:11:21 UTC

mod_ssl as DSO

Hi,
	I was just wondering if anybody has been successful in configuring
mod_ssl as a DSO.. I've been running into problems where *one* httpd process
just hangs (on read) after a while.. I can easily simulate this condition
with 
"ab -c 30 -n 500 https://severname.com/index.html.en".. 
	Any thoughts..

-Madhu

Re: mod_ssl as DSO

Posted by Justin Erenkrantz <je...@ebuilt.com>.
On Sat, Nov 03, 2001 at 02:11:21AM -0500, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote:
> Hi,
> 	I was just wondering if anybody has been successful in configuring
> mod_ssl as a DSO.. I've been running into problems where *one* httpd process
> just hangs (on read) after a while.. I can easily simulate this condition
> with 
> "ab -c 30 -n 500 https://severname.com/index.html.en".. 
> 	Any thoughts..

FWIW, on Linux, I build mod_ssl as a DSO and haven't seen any
problems.  Do you have an idea where it is hanging?  -- justin