diff test

Diff code posted by dbh
created at 08 Jun 09:29, updated at 20 Jun 20:00

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
< #server.errorlog            = "/var/log/lighttpd/error.log"
< #server.errorlog            = "/dev/stderr"
---
> server.errorlog            = "/var/log/lighttpd/error.log"
< #accesslog.filename         = "/var/log/lighttpd/access.log"
< #accesslog.filename         = "/dev/stderr"
< #accesslog                   = "stderr"
< log = ["*": "stderr"];
---
> accesslog.filename         = "/var/log/lighttpd/access.log"
< #server.port               = 10081
< server.bind               = "127.0.0.100"
< server.port               = 81
---
> # server.port               = 81
581 Bytes in 4 ms with coderay