cvs commit: apache/htdocs/manual/misc FAQ.html

1997-05-28 Thread Rodent of Unusual Size
coar97/05/28 12:02:15 Modified:htdocs/manual/misc FAQ.html Log: Corrected FAQ about Java to reflect the latest edition of reality as we know it. Revision ChangesPath 1.60 +21 -13apache/htdocs/manual/misc/FAQ.html Index: FAQ.html

cvs commit: apache/htdocs/manual index.html

1997-05-28 Thread Rodent of Unusual Size
coar97/05/28 12:11:47 Modified:htdocs/manual index.html Log: Added link to minimalist search engine for master manual. Reviewed by: Dean Gaudet, Jim Jagielski Revision ChangesPath 1.10 +7 -0 apache/htdocs/manual/index.html Index:

cvs commit: apache/htdocs/manual index.html

1997-05-28 Thread Rodent of Unusual Size
coar97/05/28 12:18:51 Modified:htdocs/manual index.html Log: Argh. Forgot to add link to (not-included-with-dist) page about Java. Revision ChangesPath 1.11 +3 -0 apache/htdocs/manual/index.html Index: index.html

cvs commit: apache-site mirrors.html

1997-05-28 Thread Brian Behlendorf
brian 97/05/28 13:02:25 Modified:. mirrors.html Log: Two mirrors became one, and a new one in thailand. Revision ChangesPath 1.2 +3 -3 apache-site/mirrors.html Index: mirrors.html

cvs commit: apache/src http_main.c http_protocol.c httpd.h

1997-05-28 Thread Jim Jagielski
jim 97/05/28 16:52:02 Modified:src http_main.c http_protocol.c httpd.h Log: Eds patches which Virtual Hosts on different ports and timeout logging Revision ChangesPath 1.147 +5 -0 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src http_main.c http_protocol.c httpd.h

1997-05-28 Thread Roy Fielding
fielding97/05/28 20:10:56 Modified:src http_main.c http_protocol.c httpd.h Log: Revert the logging 408 changes, since it is unsafe to set method_number to a negative value (it is used in bit shift operations) and because there is a much easier way to do the same thing.

cvs commit: apache/src CHANGES http_protocol.c

1997-05-28 Thread Roy Fielding
fielding97/05/28 20:44:33 Modified:src CHANGES http_protocol.c Log: Initialize r-status as request-timed-out until after we successfully read the request-line and header fields. Submitted by: Roy Fielding and Ed Korthof, PR#601 Revision ChangesPath 1.281

cvs commit: apache/src CHANGES mod_include.c

1997-05-28 Thread Roy Fielding
fielding97/05/28 21:23:13 Modified:src CHANGES mod_include.c Log: If Options Includes and USE_PERL_SSI is defined, allow #perl SSI to invoke routines governed by mod_perl. Submitted by: Rob Hartill Reviewed by: Randy Terbush, Doug MacEachern, Roy Fielding

cvs commit: apache/src CHANGES conf.h http_main.c rfc1413.c

1997-05-28 Thread Roy Fielding
fielding97/05/28 21:50:29 Modified:src CHANGES conf.h http_main.c rfc1413.c Log: Fixed problem on Irix with servers hanging in IdentityCheck, apparently due to a mismatch between sigaction and setjmp. Submitted by: Roy Fielding, PR#502 Reviewed by: Jim Jagielski,

cvs commit: apache/src buff.c

1997-05-28 Thread Roy Fielding
fielding97/05/28 22:21:16 Modified:src buff.c Log: saferead must stop reading if the buffer has been marked in error (i.e., a timeout has occurred). Necessary for proxy timeouts. Submitted by: Petr Lampa Reviewed by: Roy Fielding Revision ChangesPath 1.26