View previous topic :: View next topic |
Author |
Message |
pahud Tux's lil' helper
Joined: 26 Nov 2002 Posts: 103
|
Posted: Tue Mar 18, 2003 9:54 am Post subject: apache performance influence with SSL? |
|
|
Hello,
Is there anyone having performance benchmark when apache is
running with and without SSL on the same software and hardware environment and serve mostly php pages?
I'd like to know how much will the performance be effected when I
move everything from apache to apache-ssl.
Any URL, experience and ideas are highly welcome. |
|
Back to top |
|
|
mglauche Retired Dev
Joined: 25 Apr 2002 Posts: 564 Location: Germany
|
Posted: Tue Mar 18, 2003 5:05 pm Post subject: |
|
|
I think you can compile apache with buildin ssl support, then you get an ab (apache bench) binary that supports https that should be all you need |
|
Back to top |
|
|
kashani Advocate
Joined: 02 Sep 2002 Posts: 2032 Location: San Francisco
|
Posted: Tue Mar 18, 2003 8:50 pm Post subject: apache with SSL |
|
|
Loading the apache module itself doesn't add much to the load. The real question is how may user, traffic, and sessions are you planning on running through it.
IIRC ssl negotiation is a fairly heavy transaction, but ssl data after that is pretty light. You may want to load images from a non ssl page, etc. If you're planning on serving more that 200 concurrent sessions through SSL you will see a noticeable degregation in service.
kashani _________________ Will personally fix your server in exchange for motorcycle related shop tools in good shape. |
|
Back to top |
|
|
|