Commit Briefs

Omar Polo

correct the description of `strip'

now it's also used in the path lookup process




Omar Polo

typo: missing Ic



Omar Polo

pidfile support with `-P pidfile'




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.