Bug #1215
closedlighttpd 1.4.15 mod_accesslog general programming issue
Description
Hello,
if i turned off mod_accesslog
and commented out the accesslog lines
the server won't start.
It only said
Restarting lighttpd: 2007-06-02 22:23:09: (configfile.c.465) source: /etc/lighttpd/lighttpd.conf line: 32 pos: 34 use => for assignments in arrays
2007-06-02 22:23:09: (configfile.c.830) configfile parser failed at: server.document-root
After I changed to log that again
it started...
Updated by jan over 17 years ago
- Status changed from New to Fixed
- Resolution set to invalid
please check the config-file and the lines around line 32, pos 34 and check you change affected the configfile.
Updated by over 13 years ago
Anonymous wrote:
Hello,
if i turned off mod_accesslog
and commented out the accesslog lines
the server won't start.It only said
Restarting lighttpd: 2007-06-02 22:23:09: (configfile.c.465) source: /etc/lighttpd/lighttpd.conf line: 32 pos: 34 use => for assignments in arrays
2007-06-02 22:23:09: (configfile.c.830) configfile parser failed at: server.document-rootAfter I changed to log that again
it started...
It is because when you make comment the access.log line, you comment the close blanket ')' also.
Also available in: Atom