Hi,

I am running pound in front of varnish on a fairly busy site (10-20
requests/second on https) called twitrss.me.

Varnish responds very quickly - I can serve http-only requests
reasonably fast.

Over https, however, performance is very slow.

I've not done anything especially clever with the configuration[*] but I
wonder if there are any tips for tracking down performance bottlenecks
or improving performance that folks on the list may be able to share?

Cheers,

[*] Here it is:

User            "www-data"
Group           "www-data"
LogLevel        1
Alive           30

Control "/var/run/pound/poundctl.socket"

ListenHTTPS
    HeadRemove "X-Forwarded-Proto"
    AddHeader "X-Forwarded-Proto: https"
    Address 46.43.0.52
    Port    443
    Cert   "/etc/ssl/certs/twitrss.me.combined.pem"
    Disable SSLv3
    Disable SSLv2
    SSLAllowClientRenegotiation     0
    SSLHonorCipherOrder     1
    Ciphers "HIGH:!aNULL:!SSLv2:!ADH:!EXP:!eNULL:!RC4:MEDIUM:!LOW"
    Service
        BackEnd
            Address 127.0.0.1
            Port    80
        End
    End
End

--
Charlie
http://charlieharvey.org.uk



Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to