Commits


improve logs management


added prefork option


handle also EAGAIN together with EWOULDBLOCK


add set -e to env script It avoids some long sequences of "echo: IO error" when the client close the connection before EOF.


keep original CFLAGS


add missing declaration of TENTRYPOINT


define MANDIR


drop sample.conf and add something to the README.md


reorder stuff


add script for the regress suite


escape %


add the ``entrypoint'' option


restart the daemon instead of kill+start this way we can also test the reload capability!


swap check in vhost_* fns it's faster (statistically speaking) to first compute if the option is set and then fnmatch than the inverse. This way we can avoid unnecessary fnmatch.


added ``block return'' and ``strip'' options