lws access log option and lwsws conf
authorAndy Green <andy@warmcat.com>
Fri, 15 Apr 2016 04:00:23 +0000 (12:00 +0800)
committerAndy Green <andy@warmcat.com>
Fri, 15 Apr 2016 05:58:24 +0000 (13:58 +0800)
commit2f0bc93d467078fc054257eeba087befe493716e
tree274ece00caa55108d1e432c4a5db9121886711b3
parent30cdb3ac8f24a4c289a3b4e8a41d6c5f2e6ec959
lws access log option and lwsws conf

This adds the ability to store apache-compatible logs to a file given at
vhost-creation time.

lwsws conf can set it per-vhost using "access-log": "<filepath>"

The feature defaults to disabled at cmake, it can be set independently but
LWS_WITH_LWSWS set it on.

Signed-off-by: Andy Green <andy@warmcat.com>
CMakeLists.txt
README.lwsws.md
lib/context.c
lib/header.c
lib/libwebsockets.c
lib/libwebsockets.h
lib/output.c
lib/private-libwebsockets.h
lib/server.c
lws_config.h.in
lwsws/conf.c