summaryrefslogtreecommitdiff
path: root/www-servers/lighttpd/files/lighttpd.confd
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-03-26 23:49:20 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-03-26 23:49:20 +0100
commitbba9240061dc3f8bd15bce304f0abc421024b453 (patch)
tree8dd96b420853934f26b1e90877892d10058af739 /www-servers/lighttpd/files/lighttpd.confd
parent33a162ec97deacfba497638836f91478fb0e9406 (diff)
downloadoverlay-bba9240061dc3f8bd15bce304f0abc421024b453.tar.gz
overlay-bba9240061dc3f8bd15bce304f0abc421024b453.tar.bz2
overlay-bba9240061dc3f8bd15bce304f0abc421024b453.zip
add patched lighttpd
Diffstat (limited to 'www-servers/lighttpd/files/lighttpd.confd')
-rw-r--r--www-servers/lighttpd/files/lighttpd.confd12
1 files changed, 12 insertions, 0 deletions
diff --git a/www-servers/lighttpd/files/lighttpd.confd b/www-servers/lighttpd/files/lighttpd.confd
new file mode 100644
index 0000000..70d4170
--- /dev/null
+++ b/www-servers/lighttpd/files/lighttpd.confd
@@ -0,0 +1,12 @@
+# /etc/conf.d/lighttpd
+
+# Location of a shell used by the 'include_shell' directive
+# in the lighttpd's configuration file
+#export SHELL="/bin/bash"
+
+# Location of the lighttpd configuration file
+LIGHTTPD_CONF="/etc/lighttpd/lighttpd.conf"
+
+# Location of the lighttpd pid file
+LIGHTTPD_PID="/var/run/lighttpd.pid"
+