comparison 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
comparison
equal deleted inserted replaced
29:23a769aa487e 30:e8f3b7994d88
449 ## 449 ##
450 #include "conf.d/config.conf" 450 #include "conf.d/config.conf"
451 #include_shell "cat /etc/lighttpd/vhosts.d/*.conf" 451 #include_shell "cat /etc/lighttpd/vhosts.d/*.conf"
452 ## 452 ##
453 ####################################################################### 453 #######################################################################
454
455 setenv.add-environment = (
456 "LC_CTYPE" => "en_US.utf8"
457 )