Commit Briefs


Omar Polo

typo


Omar Polo

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.




Omar Polo

improve logs management


Omar Polo

added prefork option


Omar Polo

reorder stuff


Omar Polo

escape %


Omar Polo

add the ``entrypoint'' option



Omar Polo

improve manpage


Omar Polo

mention SIGHUP in manpage


Omar Polo

fix location example


Omar Polo

cgi now follows globbing rules