SOURCES (DEVEL): lighttpd.conf - cosmetics
glen
glen at pld-linux.org
Tue Jul 11 22:20:25 CEST 2006
Author: glen Date: Tue Jul 11 20:20:25 2006 GMT
Module: SOURCES Tag: DEVEL
---- Log message:
- cosmetics
---- Files affected:
SOURCES:
lighttpd.conf (1.30.2.2 -> 1.30.2.3)
---- Diffs:
================================================================
Index: SOURCES/lighttpd.conf
diff -u SOURCES/lighttpd.conf:1.30.2.2 SOURCES/lighttpd.conf:1.30.2.3
--- SOURCES/lighttpd.conf:1.30.2.2 Tue Jul 11 22:18:16 2006
+++ SOURCES/lighttpd.conf Tue Jul 11 22:20:19 2006
@@ -1,5 +1,5 @@
# $Id$
-# lighttpd configuration file
+# lighttpd configuration file.
include_shell "/bin/cat conf.d/*.conf"
@@ -11,15 +11,15 @@
server.errorlog = "/var/log/lighttpd/error.log"
server.pid-file = "/var/run/lighttpd.pid"
+# mimetype mapping
+# include, relative to dirname of main config file
+include "mime.types.conf"
+
## set the event-handler (read the performance section in the manual)
# Linux 2.4+ rt-signals linux-rtsig
# Linux 2.6+ epoll linux-sysepoll
#server.event-handler = "linux-sysepoll"
-# mimetype mapping
-# include, relative to dirname of main config file
-include "mime.types.conf"
-
# Use the "Content-Type" extended attribute to obtain mime type if possible
#mimetype.use-xattr = "enable"
@@ -34,7 +34,7 @@
######### Options that are good to be but not neccesary to be changed #######
## bind to port (default: 80)
-server.port = 81
+server.port = 80
## bind to localhost (default: all interfaces)
#server.bind = "grisu.home.kneschke.de"
@@ -43,7 +43,6 @@
#server.error-handler-404 = "/error-handler.html"
#server.error-handler-404 = "/error-handler.php"
-
##
## Format: <errorfile-prefix><status-code>.html
## -> ..../status-404.html for 'File not found'
@@ -71,12 +70,9 @@
#connection.kbytes-per-second = 32
#server.kbytes-per-second = 128
-#### compress module
-#compress.cache-dir = "/tmp/lighttpd/cache/compress/"
-#compress.filetype = ("text/plain", "text/html")
-
-include_shell "/bin/cat webapps.d/*.conf"
-
#### SSL engine
#ssl.engine = "enable"
#ssl.pemfile = "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.2&r2=1.30.2.3&f=u
More information about the pld-cvs-commit
mailing list