SOURCES (DEVEL): lighttpd.conf - you want usually enable ssl per s...
glen
glen at pld-linux.org
Sat Jul 15 23:22:07 CEST 2006
Author: glen Date: Sat Jul 15 21:22:07 2006 GMT
Module: SOURCES Tag: DEVEL
---- Log message:
- you want usually enable ssl per ssl port
---- Files affected:
SOURCES:
lighttpd.conf (1.30.2.5 -> 1.30.2.6)
---- Diffs:
================================================================
Index: SOURCES/lighttpd.conf
diff -u SOURCES/lighttpd.conf:1.30.2.5 SOURCES/lighttpd.conf:1.30.2.6
--- SOURCES/lighttpd.conf:1.30.2.5 Sat Jul 15 23:18:39 2006
+++ SOURCES/lighttpd.conf Sat Jul 15 23:22:02 2006
@@ -72,8 +72,10 @@
#server.kbytes-per-second = 128
#### SSL engine
-#ssl.engine = "enable"
-#ssl.pemfile = "/etc/lighttpd/server.pem"
+#$SERVER["socket"] == ":443" {
+# ssl.engine = "enable"
+# ssl.pemfile = "/etc/lighttpd/server.pem"
+#}
# webapps configs
include_shell "/bin/cat webapps.d/*.conf"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/lighttpd.conf?r1=1.30.2.5&r2=1.30.2.6&f=u
More information about the pld-cvs-commit
mailing list