Chris,

Can you tell me what version of Apache and OpenSSL you are using please.
I have had this problem since moving to Apache 2.0 and OpenSSL 0.9.7a.

Are you on Apache 1.3 ? If so then this will help me try and chase the
bug down as I know that there is the same problem on 1.3 and 2.0.

Unfortunately
I use the same config that you

OpenSSL0.9.7a

Apache 2.0

so that this does not provide much more help


Also, I have tried this on 2 other test systems (both running on the same box as the first) and they only sign 6 certificates (like yours). It does sound like an environment thing to me...

I think so

I have tried to modify the main Apache config file

http.d
in the following way

.....


### Section 1: Global Environment



.......


#
# Timeout: The number of seconds before receives and sends time out.
#


#=============> I leave this Unchanged Timeout 300

#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#

#KeepAlive Off
# =============>       changed to
KeepAlive On

#
# MaxKeepAliveRequests: The maximum number of requests to allow
# during a persistent connection. Set to 0 to allow an unlimited amount.
# We recommend you leave this number high, for maximum performance.
#
#MaxKeepAliveRequests 100
# =============>       changed to
MaxKeepAliveRequests 500
#

# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
#
#KeepAliveTimeout 15
# =============>       changed to
KeepAliveTimeout 60


......










but this does provide any perceptible


Chris...




-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users






--
Dr Dominique LOHEZ
ISEN
41, Bd Vauban
F59046 LILLE
France

Phone : +33 (0)3 20 30 40 71
Email: [EMAIL PROTECTED]




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to