Commit Briefs

Omar Polo

revert 9f1cce3d0e53209180eabbcd48878c1e989101e7

we actually should open the log file in the chroot, the bug is in the code.


Omar Polo

fix log access doc: path is not relative to the chroot

Reported by Colin Henein, thanks! See https://github.com/omar-polo/gmid/issues/24


Omar Polo

prepare release 2.0.1 (tags/2.0.1)


Omar Polo

prepare release 2.0 (tags/2.0)



Omar Polo

grammar


Omar Polo

gmid.conf.5: mention types before servers

There's no strict ordering enforced; yet that list may be used to structure a configuration and having the types after the list of server is not something I'd encourage for clarity.



Omar Polo

implement fastcgi strip number


Omar Polo

add `log syslog facility' to use a different syslog(3) facility

Was requested ages ago by Karl Jeacle, now that there is some better support for configuring the logging there's no excuse to add this. It helps with filtering from syslog.d / syslog.conf.



Omar Polo

set the default logging style back to legacy

I think the condensed is better but it'll need to change post 2.0 to accomodate for logging the number of bytes read in the body of a titan request (and it's weird to hardcode a zero there.) 2.0 will ship with the legacy logging style thus.



Omar Polo

Nm does not make any sense there


Omar Polo

fix the macro example