Commit Briefs

Omar Polo

add set -e to env script

It avoids some long sequences of "echo: IO error" when the client close the connection before EOF.


Omar Polo

keep original CFLAGS



Omar Polo

define MANDIR



Omar Polo

reorder stuff


Omar Polo

add script for the regress suite


Omar Polo

escape %


Omar Polo

add the ``entrypoint'' option


Omar Polo

restart the daemon instead of kill+start

this way we can also test the reload capability!


Omar Polo

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.



Omar Polo

fix auto index precedence



Omar Polo

ensure CGI stdout it's blocking