Commits


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.


add `require client ca' rule to require certs signed by a CA


define TLS_CLIENT_NOT_BEFORE/NOT_AFTER in CGI scripts


improve logs management


added prefork option


reorder stuff


escape %


add the ``entrypoint'' option