Page MenuHomePhabricator

Confirm or refute that omitting `accesslog.filename` from lighttpd.conf disables access.log
Closed, ResolvedPublic

Description

Short tech spike to determine if the basic idea from T233347: Remove access.log generation from default lighttpd.conf generated by `webservice` of leaving the accesslog.filename = "..." line out of lighttpd.conf results in a working lighttpd deploy with no access.log generation.

Event Timeline

bd808 triaged this task as Medium priority.Sep 19 2019, 7:12 PM
bd808 created this task.

I can confirm that if we comment out the accesslog.filename = "..." line, the lighttpd webservice won't produce any access.log.

If the user wants access.log, it's a simple as adding the line accesslog.filename=/data/project/<homedir>/access.log to their local ~/.lighttpd.conf file.