]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-ssl.conf
- up to Revision 2692 (1.4.25-rc1); rel 6
[packages/lighttpd.git] / lighttpd-ssl.conf
1 # lighttpd support for SSLv2 and SSLv3
2 #
3 # Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:SSL
4
5 $SERVER["socket"] == ":443" {
6         ssl.engine = "enable"
7         ssl.pemfile = "/etc/lighttpd/server.pem"
8 #       ssl.ca-file = "/etc/certs/ca-certificates.crt"
9
10         $HTTP["useragent"] =~ "MSIE" {
11                 server.max-keep-alive-requests = 0
12         }
13 }
This page took 0.030401 seconds and 3 git commands to generate.