]>
granicus.if.org Git - apache/log
Martin Kraemer [Mon, 29 Oct 2007 17:38:11 +0000 (17:38 +0000)]
After a stop or restart signal, the old listening sockets
are closed. "Some platforms" drop out of the accept() with
an EBADF after the sockets have been closed. Such an
error should not clutter the logs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@589761
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 29 Oct 2007 13:14:51 +0000 (13:14 +0000)]
As of r589618, these have been backported
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@589619
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 29 Oct 2007 01:25:16 +0000 (01:25 +0000)]
Prevent 1-byte overflow on 8192 boundary (see PR 43310)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@589461
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 28 Oct 2007 15:49:03 +0000 (15:49 +0000)]
Update the patch for environment variable interpolation in
ProxyPass/Reverse/etc directives: r421686, r422178, r421686, r421725
That patch stalled on wrowe's veto. This update introduces a new
"interpolate" keyword to all directives affected, so should meet
his concerns by adding explicit per-directive control (disabled
by default).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@589371
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 28 Oct 2007 12:44:19 +0000 (12:44 +0000)]
Update r573831 to avoid duplicating URL-escaping code.
Ref. http://www.mail-archive.com/dev@httpd.apache.org/msg38532.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@589343
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 27 Oct 2007 18:51:23 +0000 (18:51 +0000)]
Fix possible crash at startup in case of nonexistent DocumentRoot.
PR#39722
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@589177
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 26 Oct 2007 23:56:06 +0000 (23:56 +0000)]
Add option not to send&clear response headers in ap_send_interim_response.
We'll need this option to fix PR#43711, and ap_send_interim_response
is fortunately too new an API to have made it into anything stable.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@588806
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 26 Oct 2007 23:22:55 +0000 (23:22 +0000)]
r588791 needed an MMN bump
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@588796
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 26 Oct 2007 23:07:22 +0000 (23:07 +0000)]
mod_proxy: add "nocanon" keyword to ProxyPass, to suppress
URI-canonicalisation in a reverse proxy.
PR 41798
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@588791
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 24 Oct 2007 21:25:23 +0000 (21:25 +0000)]
Two sane reasons to wrap up, timeup, or eof. Quiet down both results
from the error log.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@588036
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 24 Oct 2007 04:08:58 +0000 (04:08 +0000)]
Enhance mod_echo with an illustration of using the scoreboard for a connection
based protocol, and clean up the event loop and diagnostic messages.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@587772
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 24 Oct 2007 03:56:50 +0000 (03:56 +0000)]
Actually re-fix Christian's recommendation, someone previously caught this.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@587771
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 24 Oct 2007 03:50:24 +0000 (03:50 +0000)]
MMN major bump required; this API is altogether inconsistent, transparent
types should be opaque, opaque types should be transparent.
Solve one aspect, follow the _by_indexes() example for ap_get_scoreboard_worker
family of functions, and the primary one will now accept the abstracted conn_rec
value of sbh to find that connections slot.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@587770
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 23 Oct 2007 22:05:14 +0000 (22:05 +0000)]
Unless I've misread this, POD is write-blocking, read nonblocking timeout 0.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@587673
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 23 Oct 2007 22:01:29 +0000 (22:01 +0000)]
We now have an API to describe pipe creation timeout states, so use it
to ensure no platform has quirks with their particular default.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@587670
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Tue, 23 Oct 2007 10:32:38 +0000 (10:32 +0000)]
Transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@587449
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Tue, 23 Oct 2007 10:26:18 +0000 (10:26 +0000)]
* Fix typo: '8080' vs. '8000'
* Fix versioning information where it makes sense
* Clarify DNS lookups: 'double reverse lookup' vs. 'two lookups'
Submitted, in parts, by <lucien.gentis lorraine.iufm.fr>.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@587444
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Mon, 22 Oct 2007 16:52:16 +0000 (16:52 +0000)]
buildfluff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@587151
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Mon, 22 Oct 2007 16:51:31 +0000 (16:51 +0000)]
mod_substitute module docs, first bash.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@587150
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sat, 20 Oct 2007 19:27:49 +0000 (19:27 +0000)]
Transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@586788
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 20 Oct 2007 18:36:21 +0000 (18:36 +0000)]
s/the the/the/
pointed out by <lucien.gentis lorraine.iufm.fr>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@586770
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 20 Oct 2007 17:54:09 +0000 (17:54 +0000)]
apr_dbd_get_entry from r466865 doesn't alloc new memory for each return val.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@586765
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Fri, 19 Oct 2007 13:32:59 +0000 (13:32 +0000)]
More transformations, note translation diffs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@586439
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Fri, 19 Oct 2007 13:30:31 +0000 (13:30 +0000)]
Transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@586436
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Fri, 19 Oct 2007 13:28:32 +0000 (13:28 +0000)]
Change "entry" to "part" here to be consistent and not confusing.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@586433
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Fri, 19 Oct 2007 13:02:12 +0000 (13:02 +0000)]
Forward port of r585584.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@586413
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 17 Oct 2007 19:54:59 +0000 (19:54 +0000)]
Fix brainfart in docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@585652
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 15 Oct 2007 18:37:20 +0000 (18:37 +0000)]
Improve documentation of "DefaultType None"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@584842
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 13 Oct 2007 00:43:20 +0000 (00:43 +0000)]
Fix spelling
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@584353
13f79535 -47bb-0310-9956-
ffa450edef68
Jason S. Lingohr [Fri, 12 Oct 2007 00:17:52 +0000 (00:17 +0000)]
Build transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583992
13f79535 -47bb-0310-9956-
ffa450edef68
Jason S. Lingohr [Fri, 12 Oct 2007 00:13:49 +0000 (00:13 +0000)]
Changes as suggested by Lucien Gentis.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583991
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 11 Oct 2007 20:52:07 +0000 (20:52 +0000)]
revert r581660 , fixed instead in APR trunk/r583421 1.2.x/r583860
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583947
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 11 Oct 2007 14:13:40 +0000 (14:13 +0000)]
* server/util_filter.c (ap_filter_flush): Tweak comment; no functional
change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583830
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 11 Oct 2007 13:18:38 +0000 (13:18 +0000)]
* server/util_filter.c (ap_filter_flush): Ensure that the brigade is
empty before returning.
PR: 36780
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583817
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 11 Oct 2007 13:02:35 +0000 (13:02 +0000)]
* modules/proxy/mod_proxy_http.c (ap_proxy_http_register_hook): Fix
apr_pool_cleanup_register() invocation added in r583202, which was
causing every apr_proc_create() call to segfault.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583813
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 11 Oct 2007 12:38:14 +0000 (12:38 +0000)]
(forward) proxy should not be verifying/checking for
valid chars in a URI... pass through.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583803
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 11 Oct 2007 12:37:09 +0000 (12:37 +0000)]
Semi-revert 583466; just remove the ap_proxy_isvalidenc()
function until we canonically set the "allowed" list.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583802
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 10 Oct 2007 13:16:56 +0000 (13:16 +0000)]
Abstract out "verification of valid encoding" via
ap_proxy_isvalidenc(). Now we can use it in other
proxy protocols.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583466
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 9 Oct 2007 20:23:05 +0000 (20:23 +0000)]
This restriction/limitation was removed in r327179 for PR31226
http://issues.apache.org/bugzilla/show_bug.cgi?id=31226
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583289
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Tue, 9 Oct 2007 18:50:41 +0000 (18:50 +0000)]
fixed awk script to append the NetWare SSL footer only to httpd.conf.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583261
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 9 Oct 2007 17:28:42 +0000 (17:28 +0000)]
Remove outdated warning
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583232
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 9 Oct 2007 15:59:32 +0000 (15:59 +0000)]
missing include!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583205
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 9 Oct 2007 13:21:35 +0000 (13:21 +0000)]
In 2.2.7-dev now
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583156
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 8 Oct 2007 23:47:35 +0000 (23:47 +0000)]
mod_proxy_http: Don't unescape/escape forward proxied URLs. Just check them.
PR 42592
also add fix to PR42572 to CHANGES (from r563487/r563489)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583002
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Mon, 8 Oct 2007 21:02:45 +0000 (21:02 +0000)]
fixed include path to use forward slash.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582972
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 8 Oct 2007 20:27:15 +0000 (20:27 +0000)]
* This one was already backported
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582953
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 8 Oct 2007 12:47:34 +0000 (12:47 +0000)]
backported in r582807
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582808
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 8 Oct 2007 12:40:04 +0000 (12:40 +0000)]
Remove backported changed which have been
forgotten to be removed...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582802
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 8 Oct 2007 12:24:57 +0000 (12:24 +0000)]
Note PR 43519 is closed...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582795
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 7 Oct 2007 17:29:40 +0000 (17:29 +0000)]
Purge tabs in r582631
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582655
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 7 Oct 2007 17:17:31 +0000 (17:17 +0000)]
mmn bump for r582630
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582652
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 7 Oct 2007 13:43:26 +0000 (13:43 +0000)]
mod_proxy_http: Correctly forward unexpected interim (HTTP 1xx) responses.
PR 16518
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582631
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 7 Oct 2007 13:41:50 +0000 (13:41 +0000)]
Introduce ap_send_interim_response function and API, for interim
(HTTP 1xx) responses sent by an application or backend.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582630
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 6 Oct 2007 10:15:15 +0000 (10:15 +0000)]
Document proxy-http environment variables in one place.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582476
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Fri, 5 Oct 2007 21:23:38 +0000 (21:23 +0000)]
buildfluff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582396
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Fri, 5 Oct 2007 21:22:07 +0000 (21:22 +0000)]
PR 43555 AuthBasicSource typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582395
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 5 Oct 2007 03:36:45 +0000 (03:36 +0000)]
As APR 1.2.x cannot solve it's issues with apr_proc_create(),
mandate the working version of APR (1.3.0-dev or later).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582069
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 3 Oct 2007 17:17:24 +0000 (17:17 +0000)]
mod_ext_filter: Prevent a hang on Windows when the filter
input data is pipelined
PR 29901
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@581660
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 2 Oct 2007 21:21:04 +0000 (21:21 +0000)]
Ensure the URI is "*" and not something like "*foo"
Oh, last commit was supposed to say we need to return
DONE so we don't invoke any handlers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@581389
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 2 Oct 2007 21:16:00 +0000 (21:16 +0000)]
We should return
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@581388
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Tue, 2 Oct 2007 20:36:47 +0000 (20:36 +0000)]
Reduce the last change to a minimum, since OPTIONS * does not
include an Allow header field (* is not a resource).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@581374
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 2 Oct 2007 19:29:36 +0000 (19:29 +0000)]
OPTIONS * does not map to storage, so handle this
as appropriate. For other Request URIs, we drop
down the the default_handler to do that for us.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@581359
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 2 Oct 2007 14:16:03 +0000 (14:16 +0000)]
Document ProxyMaxForwards change in r581117
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@581253
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 2 Oct 2007 11:48:03 +0000 (11:48 +0000)]
mod_deflate: Don't leave a strong ETag in place while transforming the entity.
PR 39727
Comment: Another user just subscribed to this bug.
We need a fix more than we need an inconclusive discussion!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@581198
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 2 Oct 2007 00:39:43 +0000 (00:39 +0000)]
Default to NOT setting Max-Forwards in violation of RFC2616
Leave old behaviour as a configuration option (ProxyMaxForwards)
PR 16137
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@581117
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 1 Oct 2007 18:08:13 +0000 (18:08 +0000)]
No change, but they won't let me have foo
(and ... this is the module with a function addit_dammit !!!)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@581030
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 30 Sep 2007 20:44:06 +0000 (20:44 +0000)]
Proxy: remove Warning headers with wrong date
PR 16138
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580782
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Sun, 30 Sep 2007 15:08:09 +0000 (15:08 +0000)]
buildfluff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580735
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Sun, 30 Sep 2007 15:02:17 +0000 (15:02 +0000)]
Minor grammar fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580734
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 30 Sep 2007 01:20:44 +0000 (01:20 +0000)]
There are considerably fewer ces modules (and they are quite
a bit more sophisticated). Always build these first before
trawling through the entire list of ccs modules, since any
problem will occur up front and be fixable more quickly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580660
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 29 Sep 2007 15:43:08 +0000 (15:43 +0000)]
mod_deflate: initialise inflate-out filter correctly when the
first brigade contains no data buckets.
PR 43512
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580598
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 29 Sep 2007 02:48:59 +0000 (02:48 +0000)]
Clean up 2nd typo of the same line, you would expect I could copy n paste
one line across terminals, eh?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580535
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 29 Sep 2007 02:40:03 +0000 (02:40 +0000)]
A long week, what can I say?
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580532
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 28 Sep 2007 22:45:08 +0000 (22:45 +0000)]
Document "DefaultType None" option (PR 13986)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580502
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 28 Sep 2007 19:30:37 +0000 (19:30 +0000)]
Fix keepalive to proxy backend
PR 43472
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580466
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 28 Sep 2007 19:23:27 +0000 (19:23 +0000)]
Fix typo in header name "Trailer"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580465
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 28 Sep 2007 18:50:57 +0000 (18:50 +0000)]
Fix processing of Connection headers in proxy
PR 43509
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580457
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 28 Sep 2007 17:43:24 +0000 (17:43 +0000)]
Share a single write-pipe handle for piped stderr logging, this
prevents an extra logging process from hanging around after the
initial config-phase.
Reviewed by: rpluem, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580437
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 28 Sep 2007 17:41:56 +0000 (17:41 +0000)]
redux, use Rudgier's instead, better comments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580436
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 28 Sep 2007 17:30:28 +0000 (17:30 +0000)]
Correct the approach to std file handles by simplifying the approach
and taking better advantage of apr's now-proper support.
Already verified by Randy Kobes and Tom Donovan
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580433
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 28 Sep 2007 17:24:26 +0000 (17:24 +0000)]
Logging fixes, round two. Authored and Reviewed by both rplume and wrowe
within the same 10 minutes, this is the obvious fix to prevent any lingering
write handles from hanging around in unexpected ways.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580431
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 28 Sep 2007 11:03:29 +0000 (11:03 +0000)]
* Revert r561352 as this breaks authentication completely.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580297
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 28 Sep 2007 09:01:52 +0000 (09:01 +0000)]
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580256
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 28 Sep 2007 08:09:56 +0000 (08:09 +0000)]
With the exception of exclusively test/stress modules, add all
of the modules we are compiling (in any shape).
drop mod_imagemap, mod_userdir from the default-loaded modules
add mod_authn_core/mod_authz_core to the default-loaded modules
Several other modules should be considered for default-loaded
or default-not loaded changees.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580249
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 28 Sep 2007 03:22:42 +0000 (03:22 +0000)]
Well this always sucks, to build a good example and discover the simple
example case doesn't actually work :)
Stop returning their buckets to the caller, only to have the caller send
us the same buckets on subsequent calls to our case_filter.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580206
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 27 Sep 2007 15:21:12 +0000 (15:21 +0000)]
Fix adding out Via header in proxy response
PR 19439
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580060
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 27 Sep 2007 14:53:40 +0000 (14:53 +0000)]
Strip hop-by-hop headers in proxy response
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580044
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 27 Sep 2007 14:20:21 +0000 (14:20 +0000)]
Formatting. No functional change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580019
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 27 Sep 2007 13:09:03 +0000 (13:09 +0000)]
backported to 2.2.7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580000
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 27 Sep 2007 12:43:42 +0000 (12:43 +0000)]
Add "DefaultType None" option
PR 13986 and PR 16139
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@579991
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 26 Sep 2007 16:11:07 +0000 (16:11 +0000)]
Ignore any ajp13 flush messages which we may mistakenly
rec' before we send the response headers. See
Tomcat PR 43478.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@579707
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 26 Sep 2007 14:26:19 +0000 (14:26 +0000)]
Reinstate location walk for subrequests
PR 41960 (Jose Kahan)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@579664
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 26 Sep 2007 08:44:37 +0000 (08:44 +0000)]
* Do case insensitive compares for the type of formats of the pid / tid.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@579517
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 26 Sep 2007 01:45:16 +0000 (01:45 +0000)]
mod_log_config: Add format options for %p so that the actual local
or remote port can be logged.
PR: 43415
Submitted by: Adam Hasselbalch Hansen <ahh@one.com>
Extensively commented on and/or modified by Ruediger Pluem and Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@579425
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 25 Sep 2007 14:02:36 +0000 (14:02 +0000)]
Update mod_dbd page for new drivers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@579252
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 24 Sep 2007 20:25:02 +0000 (20:25 +0000)]
Clarify what happens if you don't have a ServerName in your
<VirtualHost>, since people sometimes assume that this
implies the host has no name, resulting in confusion.
Suggested by: Michael Rasmussen <mikeraz patch.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@578949
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 24 Sep 2007 19:30:59 +0000 (19:30 +0000)]
* Remove function format_integer as it is only used by pfmt and just a needless
wrapper around apr_itoa. Thus replace its call by apr_itoa.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@578927
13f79535 -47bb-0310-9956-
ffa450edef68
Jason S. Lingohr [Mon, 24 Sep 2007 08:04:35 +0000 (08:04 +0000)]
Committing other language transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@578698
13f79535 -47bb-0310-9956-
ffa450edef68
Jason S. Lingohr [Mon, 24 Sep 2007 08:03:06 +0000 (08:03 +0000)]
Fixed a simple version numbering typo, reported by lucien.gentis (at) lorraine.iufm.fr.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@578697
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 24 Sep 2007 01:58:50 +0000 (01:58 +0000)]
PR 40037: try to avoid risk of misleading the lusers when they
can't initialise scoreboard after a crash.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@578620
13f79535 -47bb-0310-9956-
ffa450edef68