summaryrefslogtreecommitdiffstats
path: root/third_party/lighttpd/conf/lighttpd-srv.conf
blob: edff269628a1877a39a12f129e6c2ca30cbd6043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"