cvs commit: apache/src http_main.c

1996-10-31 Thread Brian Behlendorf
brian 96/10/31 09:51:37 Modified:src http_main.c Log: Reviewed by: Dirk vanGulik, Brian Behlendorf Submitted by: Sameer Parekh Introduced a sleep() if the fork() call fails, to prevent apache from running away with the CPU in case the process table fills up. Re

cvs commit: apache/src http_protocol.c

1996-10-31 Thread Brian Behlendorf
brian 96/10/31 09:36:23 Modified:src http_protocol.c Log: Reversing earlier patch - L not allowed for x on some platforms, and this isn't the right fix anyways. Revision ChangesPath 1.68 +1 -1 apache/src/http_protocol.c Index: http_protocol.c ==

cvs commit: apache/src mod_rewrite.h mod_rewrite.c

1996-10-31 Thread Brian Behlendorf
brian 96/10/31 09:19:56 Modified:src mod_rewrite.h mod_rewrite.c Log: Reinstituted "static" declarations. Revision ChangesPath 1.8 +8 -8 apache/src/mod_rewrite.h Index: mod_rewrite.h ===