]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-ssl.conf
- requires --makepid capable rc-scripts
[packages/lighttpd.git] / lighttpd-ssl.conf
CommitLineData
e026bd5c
ER
1# lighttpd support for SSLv2 and SSLv3
2#
34b8d937 3# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:SSL
e026bd5c
ER
4
5$SERVER["socket"] == ":443" {
6 ssl.engine = "enable"
7 ssl.pemfile = "/etc/lighttpd/server.pem"
34b8d937
ER
8# ssl.ca-file = "/etc/certs/ca-certificates.crt"
9
e026bd5c 10 $HTTP["useragent"] =~ "MSIE" {
cf9b1bc9 11 server.max-keep-alive-requests = 0
e026bd5c
ER
12 }
13}
This page took 0.029067 seconds and 4 git commands to generate.