Commits


correct the description of `strip' now it's also used in the path lookup process


gmid don't enforce anymore that a root is specified


allow ``root'' rule to be specified per-location block


typo: missing Ic


added ``alias'' option to define hostname aliases for a server


pidfile support with `-P pidfile'


added ``env'' option to define environment vars for CGI scripts


use `text/x-patch' for .patch and .diff files


typo... in the program name... Just how retarded can I be?


typo


change description of `entrypoint'


typos


define TLS_VERSION, TLS_CIPHER and TLS_CIPHER_STRENGTH for CGI scripts


typo


give each server process its own socket for the executor this fixes a bug introduced with the prefork mechanics: every server process shared the same socket, and this would cause a race condition when multiple server processes asked for a script cgi being executed. This gives each server process its own socket to talk to the executor, so the race cannot happen.