Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: lighttpd/conf/lighttpd-srv.conf

Issue 467008: Move lighttpd into deps because it's 20mb of win and mac specific... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lighttpd/conf/lighttpd-inc.conf ('k') | lighttpd/conf/lighttpd-tag.conf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lighttpd/conf/lighttpd-srv.conf
===================================================================
--- lighttpd/conf/lighttpd-srv.conf (revision 0)
+++ lighttpd/conf/lighttpd-srv.conf (revision 0)
@@ -0,0 +1,19 @@
+# LightTPD Configuration file (RUN AS A SERVICE)
+#
+# Use it as a base for LightTPD 1.0.0 and above.
+# This version is built for WLMP Webserver Package - http://en.wlmp.project.net/
+#
+# $Id: lighttpd-srv.conf,v 1.0 2006/11/03 23:35:28 weigon Exp $
+
+## where to send error-messages to
+server.errorlog = "logs/lighttpd-srv.error.log"
+
+#### accesslog module
+accesslog.filename = "logs/lighttpd-srv.access.log"
+
+## to help the rc.scripts
+#server.pid-file = "logs/lighttpd-srv.pid"
+
+#### include other configfiles
+include "conf/lighttpd-tag.conf"
+include "conf/lighttpd-inc.conf"
« no previous file with comments | « lighttpd/conf/lighttpd-inc.conf ('k') | lighttpd/conf/lighttpd-tag.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698