You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@ooo.lanl.gov> on 1996/01/31 07:59:40 UTC

2 thorns attacked

for_Apache_1.0.2/

-=-=-=-=-=-=-=-=-
85.lost_conn.patch

Subject: apache logs lost connections as timeouts.. duh!
Affects: http_main.c
Changelog: timeout() signal handler now checks for SIGPIPE and reports
            lost connections in a more user friendly way.
Comment: This is probably the third time I've written this patch. It always
            seems to get lost or overlooked.
-=-=-=-=-=-=-=-=-=
86.scoreboard_into_logs.patch

Subject: move the scoreboard file out of /tmp and into the logs dir
Affects: http_conf_globals.h
         http_config.c
         http_core.c
         http_main.c
         httpd.h
Changelog: moves the Apache scoreboard file out of the dangerous /tmp into logs
Comments:   Location of the file ( default logs/apache_runtime_status ) can be
            altered by httpd.conf ScoreBoardFile setting - works similar
            to PidFile (lots of PidFile stuff copied)
Warning:   will affect the httpd_monitor script - that'll need changing.