You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.2 KiB
36 lines
1.2 KiB
7 years ago
|
--- doc/config/lighttpd.conf~ 2016-03-01 10:14:50.000000000 -0500
|
||
|
+++ doc/config/lighttpd.conf 2016-03-01 10:17:59.194568947 -0500
|
||
|
@@ -14,7 +14,7 @@
|
||
|
## chroot example aswell.
|
||
|
##
|
||
|
var.log_root = "/var/log/lighttpd"
|
||
|
-var.server_root = "/srv/www"
|
||
|
+var.server_root = "/var/www"
|
||
|
var.state_dir = "/var/run"
|
||
|
var.home_dir = "/var/lib/lighttpd"
|
||
|
var.conf_dir = "/etc/lighttpd"
|
||
|
--- doc/config/lighttpd.conf.orig 2016-07-19 09:09:39.000000000 -0500
|
||
|
+++ doc/config/lighttpd.conf 2016-07-19 09:25:40.282577966 -0500
|
||
|
@@ -204,7 +204,9 @@
|
||
|
## By default lighttpd would not change the operation system default.
|
||
|
## But setting it to 2048 is a better default for busy servers.
|
||
|
##
|
||
|
-server.max-fds = 2048
|
||
|
+## With SELinux enabled, this is denied by default and needs to be allowed
|
||
|
+## by running the following once : setsebool -P httpd_setrlimit on
|
||
|
+#server.max-fds = 2048
|
||
|
|
||
|
##
|
||
|
## listen-backlog is the size of the listen() backlog queue requested when
|
||
|
--- doc/config/lighttpd.conf~ 2016-08-05 08:24:07.000000000 -0500
|
||
|
+++ doc/config/lighttpd.conf 2016-08-05 08:26:43.914683962 -0500
|
||
|
@@ -112,7 +112,7 @@
|
||
|
##
|
||
|
## Document root
|
||
|
##
|
||
|
-server.document-root = server_root + "/htdocs"
|
||
|
+server.document-root = server_root + "/lighttpd"
|
||
|
|
||
|
##
|
||
|
## The value for the "Server:" response field.
|