fielding97/03/31 22:17:53
Modified:src CHANGES mod_cgi.c
Log:
Stopgap solution for CGI 3-second delay with server-side includes: if
processing a subrequest, allocate memory from r->main->pool instead
of r->pool so that we can avoid waiting for free_proc_chain to cleanup
i
fielding97/03/31 21:41:46
Modified:src CHANGES mod_negotiation.c
Log:
Petr's patch to merge r->notes, r->headers_out and r->err_headers_out
didn't call overlay_tables properly. This is the only bug fix.
The other hunks are more destroy_sub_req()s that are similar to the ot
fielding97/03/31 21:04:26
Modified:src CHANGES Configure
Log:
Yet another attempt at a portable modules/Makefile, thanks to a problem
with HPsUX 10.10.
Reviewed by: Doug MacEachern, Chuck Murcko, Dean Gaudet
Revision ChangesPath
1.217 +1 -1 apache/sr
fielding97/03/31 21:00:21
Modified:src CHANGES http_core.c
Log:
Fixed status of response when POST is received for a nonexistant URL
(was sending 405, now 404) and when any method is sent with a
full-URI that doesn't match the server and the server is not acting
as a prox
fielding97/03/31 16:52:34
Modified:conf access.conf-dist
Log:
Fix comment for server-status.
Submitted by: Ken Coar
Reviewed by: Roy Fielding
Revision ChangesPath
1.11 +1 -1 apache/conf/access.conf-dist
Index: access.conf-dist