ben 96/07/17 16:20:52
Modified:src CHANGES conf.h http_main.c
Log:
Work around broken wait() behaviour in Irix (and perhaps others).
Revision ChangesPath
1.44 +4 -0 apache/src/CHANGES
Index: CHANGES
==
ben 96/07/17 08:10:02
Modified:src conf.h mod_status.c
Log:
No long double on OSF1.
Revision ChangesPath
1.21 +1 -0 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/
mjc 96/07/17 02:57:35
Modified:conf access.conf-dist srm.conf-dist httpd.conf-dist
Log:
I found a server where the user forgot to change ".nowhere.com"! Since
"nowhere.com", "foo.com" are already registered lets use "_" characters
in example hostnames which are invalid
mjc 96/07/17 01:33:42
Modified:src http_protocol.c CHANGES
Log:
Submitted by: Paul Sutton
Fix ErrorDocument handling. When ErrorDocument failed it used to
display filename instead of error message. Also handles recursive
ErrorDocuments.
Revision Changes