Author: glen Date: Mon Jul 17 17:53:41 2006 GMT Module: SOURCES Tag: DEVEL ---- Log message: - ssl config separated
---- Files affected: SOURCES: lighttpd-ssl.conf (NONE -> 1.1) (NEW), lighttpd.conf (1.30.2.8 -> 1.30.2.9) ---- Diffs: ================================================================ Index: SOURCES/lighttpd-ssl.conf diff -u /dev/null SOURCES/lighttpd-ssl.conf:1.1 --- /dev/null Mon Jul 17 19:53:41 2006 +++ SOURCES/lighttpd-ssl.conf Mon Jul 17 19:53:36 2006 @@ -0,0 +1,11 @@ +# lighttpd support for SSLv2 and SSLv3 +# +# Documentation: http://www.lighttpd.net/documentation/ssl.html + +$SERVER["socket"] == ":443" { + ssl.engine = "enable" + ssl.pemfile = "/etc/lighttpd/server.pem" + $HTTP["useragent"] =~ "MSIE" { + server.max-keepalive-requests = 0 + } +} ================================================================ Index: SOURCES/lighttpd.conf diff -u SOURCES/lighttpd.conf:1.30.2.8 SOURCES/lighttpd.conf:1.30.2.9 --- SOURCES/lighttpd.conf:1.30.2.8 Mon Jul 17 13:48:35 2006 +++ SOURCES/lighttpd.conf Mon Jul 17 19:53:36 2006 @@ -71,14 +71,5 @@ #connection.kbytes-per-second = 32 #server.kbytes-per-second = 128 -#### SSL engine -#$SERVER["socket"] == ":443" { -# ssl.engine = "enable" -# ssl.pemfile = "/etc/lighttpd/server.pem" -# $HTTP["useragent"] =~ "MSIE" { -# server.max-keepalive-requests = 0 -# } -#} - # webapps configs include_shell "/bin/cat webapps.d/*.conf" ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SOURCES/lighttpd.conf?r1=1.30.2.8&r2=1.30.2.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
