OLD | NEW |
(Empty) | |
| 1 # LightTPD Configuration file (RUN AS A SERVICE) |
| 2 # |
| 3 # Use it as a base for LightTPD 1.0.0 and above. |
| 4 # This version is built for WLMP Webserver Package - http://en.wlmp.project.net/ |
| 5 # |
| 6 # $Id: lighttpd-srv.conf,v 1.0 2006/11/03 23:35:28 weigon Exp $ |
| 7 |
| 8 ## where to send error-messages to |
| 9 server.errorlog = "logs/lighttpd-srv.error.log" |
| 10 |
| 11 #### accesslog module |
| 12 accesslog.filename = "logs/lighttpd-srv.access.log" |
| 13 |
| 14 ## to help the rc.scripts |
| 15 #server.pid-file = "logs/lighttpd-srv.pid" |
| 16 |
| 17 #### include other configfiles |
| 18 include "conf/lighttpd-tag.conf" |
| 19 include "conf/lighttpd-inc.conf" |
OLD | NEW |