cvs commit: apache-site related_projects.html

1998-02-17 Thread brian
brian 98/02/17 12:58:56 Modified:.related_projects.html Log: Changed reference for module registry to modules.apache.org - and also simplified the page a bit. Revision ChangesPath 1.17 +16 -56apache-site/related_projects.html Index: related_proj

cvs commit: apache-1.3/src/main http_main.c

1998-02-17 Thread dgaudet
dgaudet 98/02/17 03:28:29 Modified:src/main http_main.c Log: Oh foo. I put unblock_alarms() after the setjmp(), so when a timeout occured the child would go to alarms_blocked = -1, and would have alarms blocked forever. Revision ChangesPath 1.291 +3 -3 apach

cvs commit: apache-1.2/src CHANGES http_main.c

1998-02-17 Thread dgaudet
dgaudet 98/02/16 17:45:59 Modified:src CHANGES http_main.c Log: Increase the robustness of the child_main loop. When unexpected select() or accept() errors occur we exit() the child. This deals with many reported problems where apache would fill the error_log with messag