-
- Downloads
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>
Showing
- CMakeLists.txt 4 additions, 0 deletionsCMakeLists.txt
- README.lwsws.md 1 addition, 0 deletionsREADME.lwsws.md
- lib/context.c 22 additions, 0 deletionslib/context.c
- lib/header.c 9 additions, 1 deletionlib/header.c
- lib/libwebsockets.c 72 additions, 0 deletionslib/libwebsockets.c
- lib/libwebsockets.h 1 addition, 0 deletionslib/libwebsockets.h
- lib/output.c 4 additions, 0 deletionslib/output.c
- lib/private-libwebsockets.h 28 additions, 0 deletionslib/private-libwebsockets.h
- lib/server.c 67 additions, 1 deletionlib/server.c
- lws_config.h.in 3 additions, 0 deletionslws_config.h.in
- lwsws/conf.c 6 additions, 0 deletionslwsws/conf.c
Loading
Please register or sign in to comment