diff lighttpd/lighttpd.conf @ 30:e8f3b7994d88

Port to Python 3. All scripts and modules have been ported to Python 3 and appear to work. Some changes to the lighttpd configuration were needed.
author John "Elwin" Edwards
date Tue, 31 Dec 2013 13:36:19 -0500
parents b003235abe75
children 09ef92dc4439
line wrap: on
line diff
--- a/lighttpd/lighttpd.conf	Thu Oct 31 14:33:50 2013 -0700
+++ b/lighttpd/lighttpd.conf	Tue Dec 31 13:36:19 2013 -0500
@@ -451,3 +451,7 @@
 #include_shell "cat /etc/lighttpd/vhosts.d/*.conf"
 ##
 #######################################################################
+
+setenv.add-environment = (
+  "LC_CTYPE" => "en_US.utf8"
+)