]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
André Malo [Mon, 20 Apr 2009 13:06:31 +0000 (13:06 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@766684
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 20 Apr 2009 13:05:04 +0000 (13:05 +0000)]
backport: fix ID
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@766682
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 20 Apr 2009 12:59:24 +0000 (12:59 +0000)]
update convmap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@766677
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sun, 19 Apr 2009 14:34:09 +0000 (14:34 +0000)]
syncing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@766474
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 19 Apr 2009 14:06:19 +0000 (14:06 +0000)]
Version update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@766469
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Sat, 18 Apr 2009 16:32:24 +0000 (16:32 +0000)]
update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@766351
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Sat, 18 Apr 2009 16:30:26 +0000 (16:30 +0000)]
s/MMapStatic/MMapFile/ and copy changes from trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@766350
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 17 Apr 2009 13:44:27 +0000 (13:44 +0000)]
Merge r757741 from trunk:
* Fix a memory leak by freeing the memory consumed by the bucket.
PR: 44948
Submitted by: Dan Poirier <poirier pobox.com>
Reviewed by: rpluem
Submitted by: rpluem
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@766002
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 17 Apr 2009 13:42:57 +0000 (13:42 +0000)]
Merge r755190 from trunk:
* APR_BUCKET_NEXT is wrong here as we are already a doing a APR_BUCKET_NEXT in
the for loop and this causes us to jump *two* buckets forward. This can cause
us to jump over the Sentinel of the brigade and thus causes an endless loop.
Submitted by: rpluem
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@766001
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 17 Apr 2009 13:42:03 +0000 (13:42 +0000)]
Merge r756671, r756675, r756678, r756683 from trunk:
Creation of external gzip process fails, if we
try to set the working directory to r->filename.
Use ap_make_dirstr_parent() instead, like in all
other similar places.
Creating the external gzip process fails, because we
call execve() with "gzip" without full path.
Let's look for it in the PATH instead and drop the
passing of the environment. There seems to be no
reason why gzip should need the httpd environment.
Set the content encoding for compressed content
even if we can't detect the content type of the
uncompressed content.
When trying to detect the content type of the
uncompressed content it is often not enough
to read the same number of bytes, we already
read compressed. Since uncompress() allocates a
new buffer, we can increase the number of bytes
to read to the same size, we use in the case,
where the content isn't compressed.
Furthermore zero-terminate the read data to keep
assumptions consistent with the uncompressed case.
Submitted by: rjung
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@765999
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 17 Apr 2009 13:40:08 +0000 (13:40 +0000)]
Merge r761329 from trunk:
The remote port information was forgotten from the builtin
data of the AJP 13 protocol. Since the servlet spec allows
to retrieve it via getRemotePort(), we provide the port to
the Tomcat connector as an additional request attribute.
Modern/future Tomcat versions know how to retrieve
the remote port from the attribute AJP_REMOTE_PORT.
See:
https://issues.apache.org/bugzilla/show_bug.cgi?id=41263
http://svn.eu.apache.org/viewvc?view=rev&revision=756926
http://svn.eu.apache.org/viewvc?view=rev&revision=757223
Submitted by: rjung
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@765998
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 17 Apr 2009 13:36:50 +0000 (13:36 +0000)]
Approved backedports:
- http://svn.apache.org/viewvc?view=rev&revision=649162
- http://svn.apache.org/viewvc?view=rev&revision=649176
- http://svn.apache.org/viewvc?view=rev&revision=649460
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@765997
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 17 Apr 2009 13:34:52 +0000 (13:34 +0000)]
Bump up
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@765995
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 17 Apr 2009 13:34:08 +0000 (13:34 +0000)]
Had time last night for some reviews and tests
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@765994
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Tue, 14 Apr 2009 23:31:32 +0000 (23:31 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@765001
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Tue, 14 Apr 2009 21:19:40 +0000 (21:19 +0000)]
vote for a mod_substitue backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@764957
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Tue, 14 Apr 2009 08:15:26 +0000 (08:15 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@764705
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Tue, 14 Apr 2009 08:14:47 +0000 (08:14 +0000)]
New Turkish translation
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@764704
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 11 Apr 2009 19:57:38 +0000 (19:57 +0000)]
* Add proposals
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@764242
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 11 Apr 2009 19:00:56 +0000 (19:00 +0000)]
votes and promotes, one showstopper
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@764234
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 11 Apr 2009 18:57:18 +0000 (18:57 +0000)]
* Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@764232
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 8 Apr 2009 21:25:37 +0000 (21:25 +0000)]
* Add proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@763402
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 8 Apr 2009 20:35:37 +0000 (20:35 +0000)]
* Whitespace changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@763380
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Sat, 4 Apr 2009 01:31:27 +0000 (01:31 +0000)]
holy crap, how did that bug manage to persist for 15 months?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@761854
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Fri, 3 Apr 2009 23:16:03 +0000 (23:16 +0000)]
Revert changes in 2.2.11 that caused an invalid
etag to be emitted for on-the-fly gzip content-encoding.
PR 39727 will require larger fixes and this fix was far more
harmful than the original code.
PR: 45023, 39727
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@761835
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Thu, 2 Apr 2009 15:53:35 +0000 (15:53 +0000)]
Add backport proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@761330
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sat, 28 Mar 2009 16:36:37 +0000 (16:36 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@759504
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sat, 28 Mar 2009 16:35:43 +0000 (16:35 +0000)]
update for sync with English docs.
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@759503
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 24 Mar 2009 15:29:39 +0000 (15:29 +0000)]
lots of updated xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@757847
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 24 Mar 2009 15:14:56 +0000 (15:14 +0000)]
Docs are easier than code sometimes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@757836
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 22 Mar 2009 13:36:04 +0000 (13:36 +0000)]
Small typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@757187
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 20 Mar 2009 18:12:46 +0000 (18:12 +0000)]
Propose backport of fix for mod_mime_magic
in combination with encoded content.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@756697
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 17 Mar 2009 18:12:29 +0000 (18:12 +0000)]
%{REQUEST_URL} is now %{REQUEST_URI}, and has been for quite some time.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@755338
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 12 Mar 2009 15:18:17 +0000 (15:18 +0000)]
Add an example of wildcard ServerAlias.
Replace <VirtualHost *> with <VirtualHost *:80>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@752891
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 10 Mar 2009 15:00:54 +0000 (15:00 +0000)]
Backported and commited
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@752129
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 10 Mar 2009 14:59:07 +0000 (14:59 +0000)]
Looks like 3 to me.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@752127
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 8 Mar 2009 14:37:54 +0000 (14:37 +0000)]
Small typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@751432
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 2 Mar 2009 18:04:12 +0000 (18:04 +0000)]
document where no-cache envvar is supported
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@749395
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 1 Mar 2009 14:54:13 +0000 (14:54 +0000)]
Missing verbs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@749042
13f79535 -47bb-0310-9956-
ffa450edef68
Lars Eilebrecht [Thu, 26 Feb 2009 02:21:57 +0000 (02:21 +0000)]
fix typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@747988
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 22 Feb 2009 15:43:50 +0000 (15:43 +0000)]
Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@746739
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 22 Feb 2009 13:04:24 +0000 (13:04 +0000)]
Small typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@746667
13f79535 -47bb-0310-9956-
ffa450edef68
Lars Eilebrecht [Sat, 21 Feb 2009 19:30:01 +0000 (19:30 +0000)]
add new patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@746569
13f79535 -47bb-0310-9956-
ffa450edef68
Lars Eilebrecht [Sat, 21 Feb 2009 18:31:50 +0000 (18:31 +0000)]
update the etag patch to use Roy's latest patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@746558
13f79535 -47bb-0310-9956-
ffa450edef68
Lars Eilebrecht [Sat, 21 Feb 2009 17:38:33 +0000 (17:38 +0000)]
mod_disk_cache now turns off sendfile support if 'EnableSendfile off'
is defined globally.
Reviewed by: Ruediger Pluem, Issac Goldstand, Niklas Edmundsson
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@746552
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 21 Feb 2009 17:12:17 +0000 (17:12 +0000)]
headers replaced by directives line 48
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@746542
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Mon, 16 Feb 2009 11:43:03 +0000 (11:43 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@744899
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Mon, 16 Feb 2009 11:38:19 +0000 (11:38 +0000)]
some modifications to generate the man pages in other languages
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@744898
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 12 Feb 2009 20:07:49 +0000 (20:07 +0000)]
update
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@743860
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 12 Feb 2009 19:43:52 +0000 (19:43 +0000)]
Merge r743589 from trunk:
mod_version needs to be compiled because the test framework requires it
(and the feature doesn't make much sense if it crashes httpd on test).
Submitted by: fielding
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@743852
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 12 Feb 2009 19:42:55 +0000 (19:42 +0000)]
bump up
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@743851
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 12 Feb 2009 18:43:39 +0000 (18:43 +0000)]
vote for mod_version enablement
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@743830
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Thu, 12 Feb 2009 16:38:10 +0000 (16:38 +0000)]
Version update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@743797
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 12 Feb 2009 15:44:47 +0000 (15:44 +0000)]
yeah, this has caught me too...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@743785
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Thu, 12 Feb 2009 14:09:23 +0000 (14:09 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@743753
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Thu, 12 Feb 2009 14:06:51 +0000 (14:06 +0000)]
New Turkish translation
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@743749
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Thu, 12 Feb 2009 14:04:53 +0000 (14:04 +0000)]
update for sync with English doc.
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@743747
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Thu, 12 Feb 2009 03:51:29 +0000 (03:51 +0000)]
note that patch is OBE
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@743612
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Thu, 12 Feb 2009 01:49:40 +0000 (01:49 +0000)]
propose backport of r743589
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@743591
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Wed, 11 Feb 2009 17:11:26 +0000 (17:11 +0000)]
MMapStatic directive doesn't exist.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@743406
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 11 Feb 2009 07:23:48 +0000 (07:23 +0000)]
fix validation errors
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@743255
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 11 Feb 2009 07:23:24 +0000 (07:23 +0000)]
pre-translation improvements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@743253
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Tue, 10 Feb 2009 16:09:03 +0000 (16:09 +0000)]
pre-translation improvements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@743005
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 7 Feb 2009 14:09:49 +0000 (14:09 +0000)]
dammit, forgot to vote on own proposal!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@741898
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 7 Feb 2009 09:33:28 +0000 (09:33 +0000)]
* Add a comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@741866
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 4 Feb 2009 22:55:20 +0000 (22:55 +0000)]
Propose patch to enable mod_privileges in 2.2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@740932
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 4 Feb 2009 01:14:25 +0000 (01:14 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@740558
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 4 Feb 2009 00:11:58 +0000 (00:11 +0000)]
New Turkish translation
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@740527
13f79535 -47bb-0310-9956-
ffa450edef68
Lars Eilebrecht [Mon, 2 Feb 2009 23:33:51 +0000 (23:33 +0000)]
propose patch for mod_deflate to fix creation of invalid Etags.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@740151
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 2 Feb 2009 21:25:08 +0000 (21:25 +0000)]
* Vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@740107
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 2 Feb 2009 17:23:26 +0000 (17:23 +0000)]
Clarify the description of what mod_charset_lite does and doesn't do
Submitted By: Dan Poirier
Reviwed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@740046
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Mon, 2 Feb 2009 16:40:22 +0000 (16:40 +0000)]
pre-translation improvements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@740030
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 1 Feb 2009 21:59:35 +0000 (21:59 +0000)]
Approvd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@739860
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 1 Feb 2009 21:58:21 +0000 (21:58 +0000)]
promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@739859
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 1 Feb 2009 21:58:02 +0000 (21:58 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@739858
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 1 Feb 2009 21:57:48 +0000 (21:57 +0000)]
Propose lbset fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@739857
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Sun, 1 Feb 2009 18:33:54 +0000 (18:33 +0000)]
Compiled version of my previous commit...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@739811
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Sun, 1 Feb 2009 18:32:10 +0000 (18:32 +0000)]
Added a mention of the need for a authz backend module (ie mod_authz_user)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@739809
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 31 Jan 2009 21:01:41 +0000 (21:01 +0000)]
update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@739611
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 31 Jan 2009 20:58:07 +0000 (20:58 +0000)]
Merge r734703 from trunk:
* Set the error time if we set a worker in error mode.
Submitted by: rpluem
Reviewed By: rpluem, trawick, pgollucci
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@739610
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 31 Jan 2009 20:55:15 +0000 (20:55 +0000)]
whitespace change only to CHANGES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@739609
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 31 Jan 2009 20:54:55 +0000 (20:54 +0000)]
Merge r732421, r732451 from trunk:
Release the accept mutex after receiving the shutdown signal
in single-process mode. (That isn't a critical step, but
neatness counts.)
Submitted by: rpleum
prefork: Fix child process hang during graceful restart/stop in
configurations with multiple listening sockets.
PR: 42829
Submitted by: Joe Orton, with some tweaking and testing from me
Reviewed by: trawick, rpluem, jorton, pgollucci
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@739608
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 31 Jan 2009 20:51:37 +0000 (20:51 +0000)]
Merge r726109, r733465, r733467, r733695 from trunk:
mod_ssl: Make the size of the per-dir-reneg request-body buffer
configurable, by popular demand:
* modules/ssl/ssl_private.h: Define DEFAULT_RENEG_BUFFER_SIZE.
(SSLDirConfigRec): Add nRenegBufferSize field.
* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLRenegBufferSize): New
function.
(ssl_config_perdir_create, ssl_config_perdir_merge): Handle
nRenegBufferSize.
* modules/ssl/ssl_engine_io.c (ssl_io_buffer_fill): Take max buffer
size as an argument rather than compile-time constant.
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Pass
nRenegBufferSize to ssl_io_buffer_fill.
* modules/ssl/mod_ssl.c (ssl_config_cmds): Add SSLRenegBufferSize.
PR: 39243
* Correctly merge SSLRenegBufferSize directive.
PR: 46508
Submitted by: <tlhackque yahoo.com>
Reviewed by: rpluem, jorton, pgollucci
* Add a stub documentation for SSLRenegBufferSize.
* docs/manual/mod/mod_ssl.xml: Flesh out SSLRenegBufferSize
docs a little - thanks rpluem!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@739605
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 31 Jan 2009 20:41:58 +0000 (20:41 +0000)]
Merge r728015, r728220, r728020 from trunk:
*) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome
way that per-directory rewrites append the previous notion of PATH_INFO
to each substitution before evaluating subsequent rules.
PR38642 [Eric Covener]
axe r->path_info in a more standard way, suggested by Aleksander Budzynowski
doc typo spotted by Vincent Bray
Submitted By: Eric Covner
Reviewed by: jorton, pgolluci
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@739600
13f79535 -47bb-0310-9956-
ffa450edef68
Philip M. Gollucci [Sat, 31 Jan 2009 00:59:40 +0000 (00:59 +0000)]
promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@739469
13f79535 -47bb-0310-9956-
ffa450edef68
Philip M. Gollucci [Sat, 31 Jan 2009 00:59:03 +0000 (00:59 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@739468
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 30 Jan 2009 16:28:36 +0000 (16:28 +0000)]
vote*3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@739323
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 25 Jan 2009 22:16:42 +0000 (22:16 +0000)]
Adds a mod_authn_file example to the AuthProviderAlias docs, since more
people understand mod_authn_file than understand LDAP.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@737589
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 24 Jan 2009 15:40:03 +0000 (15:40 +0000)]
Small typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@737384
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Thu, 22 Jan 2009 17:55:37 +0000 (17:55 +0000)]
Little reorganisation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@736728
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 21 Jan 2009 13:01:34 +0000 (13:01 +0000)]
Merge r736155, r736303 from trunk:
remove "experimental" disclaimer in mod_charset_lite
docs; no longer experimental as of 2.2.x
Submitted by: Dan Poirier <poirier pobox.com>
Reviewed by: trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@736305
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 18 Jan 2009 17:44:40 +0000 (17:44 +0000)]
set error time
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@735512
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 18 Jan 2009 12:12:08 +0000 (12:12 +0000)]
* Add some proposals
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@735445
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 18 Jan 2009 12:01:55 +0000 (12:01 +0000)]
* Vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@735442
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 17 Jan 2009 17:48:22 +0000 (17:48 +0000)]
Small typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@735318
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Fri, 16 Jan 2009 02:45:23 +0000 (02:45 +0000)]
Commit approved revision 732912 backport of PR 46342
*) mod_authnz_ldap: Reduce number of initialization debug messages and make
information more clear. PR 46342 [Dan Poirier]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@734895
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 14 Jan 2009 15:23:06 +0000 (15:23 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@734419
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 14 Jan 2009 15:15:27 +0000 (15:15 +0000)]
update for sync with English docs.
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@734417
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 12 Jan 2009 19:49:52 +0000 (19:49 +0000)]
backport fix for PR 42829?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@733877
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 12 Jan 2009 14:13:55 +0000 (14:13 +0000)]
* Add a docs revision to the proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@733766
13f79535 -47bb-0310-9956-
ffa450edef68