Commit Briefs


Omar Polo

typo... in the program name...

Just how retarded can I be?


Omar Polo

typo



Omar Polo

typos



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