]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
16 years ago* Add a comment
Ruediger Pluem [Mon, 24 Nov 2008 14:42:57 +0000 (14:42 +0000)] 
* Add a comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@720205 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMerge r719357 from trunk:
Jim Jagielski [Mon, 24 Nov 2008 13:54:50 +0000 (13:54 +0000)] 
Merge r719357 from trunk:

Fix MaxRequestsPerChild on the Event MPM.  It hasn't worked for 4 years.

* server/mpm/experimental/event/event.c
    (process_socket): Be consistent about our return value, returning 0
      means this connection is done, and that we can decrement requests_this_child.

Submitted by: pquerna
Reviewed by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@720196 13f79535-47bb-0310-9956-ffa450edef68

16 years agopromote
Jim Jagielski [Mon, 24 Nov 2008 13:53:19 +0000 (13:53 +0000)] 
promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@720195 13f79535-47bb-0310-9956-ffa450edef68

16 years agocast vote
Jim Jagielski [Mon, 24 Nov 2008 13:52:45 +0000 (13:52 +0000)] 
cast vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@720194 13f79535-47bb-0310-9956-ffa450edef68

16 years agoNew backport proposal... PR: 45762
Jim Jagielski [Mon, 24 Nov 2008 13:52:24 +0000 (13:52 +0000)] 
New backport proposal... PR: 45762

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@720193 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMerge r411464 from trunk:
Ruediger Pluem [Mon, 24 Nov 2008 11:30:35 +0000 (11:30 +0000)] 
Merge r411464 from trunk:

* info->expire and info->date are in microseconds. So convert the difference
  to seconds before comparing it to age which is in seconds.

PR: 39713
Submitted by: Owen Taylor <otaylor redhat.com>
Reviewed by: rpluem, jim, jfclere

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@720171 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMerge r711993 from trunk:
Ruediger Pluem [Mon, 24 Nov 2008 11:06:52 +0000 (11:06 +0000)] 
Merge r711993 from trunk:

* Correctly set SSL_LIBS during openssl detection if pkgconfig is not available.

PR: 46018

Submitted by: rpluem
Reviewed by: rpluem, jim, jfclere

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@720165 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Promote
Ruediger Pluem [Mon, 24 Nov 2008 10:30:27 +0000 (10:30 +0000)] 
* Promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@720155 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMy votes.
Jean-Frederic Clere [Mon, 24 Nov 2008 10:25:40 +0000 (10:25 +0000)] 
My votes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@720154 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Vote
Ruediger Pluem [Mon, 24 Nov 2008 09:28:43 +0000 (09:28 +0000)] 
* Vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@720142 13f79535-47bb-0310-9956-ffa450edef68

16 years agovote for a little fix to the event mpm.
Paul Querna [Thu, 20 Nov 2008 20:31:03 +0000 (20:31 +0000)] 
vote for a little fix to the event mpm.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@719361 13f79535-47bb-0310-9956-ffa450edef68

16 years ago+1 baby!
Jim Jagielski [Thu, 20 Nov 2008 16:59:43 +0000 (16:59 +0000)] 
+1 baby!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@719283 13f79535-47bb-0310-9956-ffa450edef68

16 years agobackup offer
Jim Jagielski [Sun, 16 Nov 2008 17:27:42 +0000 (17:27 +0000)] 
backup offer

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@718062 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Note down my intention to T&R.
Ruediger Pluem [Sun, 16 Nov 2008 12:48:35 +0000 (12:48 +0000)] 
* Note down my intention to T&R.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@718017 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMerge r709666 from trunk:
Ruediger Pluem [Sat, 15 Nov 2008 14:25:54 +0000 (14:25 +0000)] 
Merge r709666 from trunk:

* Use distinct char pointers for sending and receiving buffers to avoid
  destroying the pointer to the sending buffer in the ajp message if
  data is received from the backend before all data is sent to the
  backend.

PR: 45911

Submitted by: rpluem
Reviewed by: rpluem, jim, jfclere

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@714273 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMerge r451572 from trunk:
Ruediger Pluem [Sat, 15 Nov 2008 14:16:23 +0000 (14:16 +0000)] 
Merge r451572 from trunk:

Add force recovery for balancer.
In case all balancer members were in error state 503
was returned until the recovery timeout expired.
The patch forces recovery in case all balancer members
are in error state regardless of recovery timeout
directive.
This fixes the time gap when 503 was returned and
backend was already up and running.

Submitted by: mturk
Reviewed by: jim, rpluem, jfclere

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@714270 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Promote
Ruediger Pluem [Fri, 14 Nov 2008 23:01:40 +0000 (23:01 +0000)] 
* Promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@714182 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMy votes.
Jean-Frederic Clere [Fri, 14 Nov 2008 10:47:59 +0000 (10:47 +0000)] 
My votes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@713973 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Mention the author.
Ruediger Pluem [Wed, 12 Nov 2008 20:10:26 +0000 (20:10 +0000)] 
* Mention the author.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@713486 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Vote
Ruediger Pluem [Wed, 12 Nov 2008 09:54:02 +0000 (09:54 +0000)] 
* Vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@713337 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* This one was backported in r713146.
Ruediger Pluem [Wed, 12 Nov 2008 07:01:23 +0000 (07:01 +0000)] 
* This one was backported in r713146.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@713277 13f79535-47bb-0310-9956-ffa450edef68

16 years agoUserland changes
Jim Jagielski [Tue, 11 Nov 2008 20:09:00 +0000 (20:09 +0000)] 
Userland changes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@713148 13f79535-47bb-0310-9956-ffa450edef68

16 years ago *) mod_proxy: Prevent segmentation faults by correctly adjusting the lifetime
Jim Jagielski [Tue, 11 Nov 2008 20:04:34 +0000 (20:04 +0000)] 
  *) mod_proxy: Prevent segmentation faults by correctly adjusting the lifetime
     of the buckets read from the proxy backend. PR 45792 [Ruediger Pluem]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@713146 13f79535-47bb-0310-9956-ffa450edef68

16 years ago * mod_proxy: Add the possibility to set the worker parameters
Jim Jagielski [Tue, 11 Nov 2008 20:01:59 +0000 (20:01 +0000)] 
   * mod_proxy: Add the possibility to set the worker parameters
     connectiontimeout and ping in milliseconds.
     Trunk version of patch:
       http://svn.apache.org/viewvc?rev=705005&view=rev
       http://svn.apache.org/viewvc?rev=707022&view=rev
     Backport version for 2.2.x of patch:
       http://people.apache.org/~rpluem/patches/milli_seconds.diff
     +1: rpluem, pgollucci, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@713145 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMerge r707163 from trunk:
Jim Jagielski [Tue, 11 Nov 2008 20:00:10 +0000 (20:00 +0000)] 
Merge r707163 from trunk:

Remove potential for memory leak... allocate on this
request which is now viable due to connection pooling.

Reviewed by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@713143 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMerge r708902 from trunk:
Jim Jagielski [Tue, 11 Nov 2008 19:59:22 +0000 (19:59 +0000)] 
Merge r708902 from trunk:

Avoid time traveling :)

Reviewed by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@713142 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMerge r711421 from trunk:
Jim Jagielski [Tue, 11 Nov 2008 19:58:26 +0000 (19:58 +0000)] 
Merge r711421 from trunk:

Holey moley. Marcus Burke noted this in Rich's Nuts/Bolts talk.
How embarassing!

Reviewed by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@713141 13f79535-47bb-0310-9956-ffa450edef68

16 years agoPromote
Jim Jagielski [Tue, 11 Nov 2008 19:57:14 +0000 (19:57 +0000)] 
Promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@713139 13f79535-47bb-0310-9956-ffa450edef68

16 years agoVotes
Jim Jagielski [Tue, 11 Nov 2008 19:56:13 +0000 (19:56 +0000)] 
Votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@713137 13f79535-47bb-0310-9956-ffa450edef68

16 years agocast some votes for backport
Philip M. Gollucci [Tue, 11 Nov 2008 19:37:57 +0000 (19:37 +0000)] 
cast some votes for backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@713127 13f79535-47bb-0310-9956-ffa450edef68

16 years agoSome typos
Lucien Gentis [Tue, 11 Nov 2008 16:55:51 +0000 (16:55 +0000)] 
Some typos

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@713081 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Add a remark regarding a regression fixed.
Ruediger Pluem [Mon, 10 Nov 2008 21:33:16 +0000 (21:33 +0000)] 
* Add a remark regarding a regression fixed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@712841 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Update proposal
Ruediger Pluem [Mon, 10 Nov 2008 21:19:48 +0000 (21:19 +0000)] 
* Update proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@712838 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Whitespace fixes.
Ruediger Pluem [Mon, 10 Nov 2008 21:01:10 +0000 (21:01 +0000)] 
* Whitespace fixes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@712831 13f79535-47bb-0310-9956-ffa450edef68

16 years agobackport 704771 & 704883 from trunk
Thomas J. Donovan [Sun, 9 Nov 2008 16:59:45 +0000 (16:59 +0000)] 
backport 704771 & 704883 from trunk
Windows: Always build the odbc dbd driver on windows,
to be consistent with the apr-util default.
DBD_LIST is still used to build additional dbd drivers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@712514 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Add proposal
Ruediger Pluem [Sun, 9 Nov 2008 16:10:15 +0000 (16:10 +0000)] 
* Add proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@712507 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Add another proposal.
Ruediger Pluem [Thu, 6 Nov 2008 22:49:34 +0000 (22:49 +0000)] 
* Add another proposal.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@712001 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Add a proposal.
Ruediger Pluem [Thu, 6 Nov 2008 22:36:14 +0000 (22:36 +0000)] 
* Add a proposal.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@711995 13f79535-47bb-0310-9956-ffa450edef68

16 years agoHold off until I learn more from Ruediger
Jim Jagielski [Thu, 6 Nov 2008 16:06:54 +0000 (16:06 +0000)] 
Hold off until I learn more from Ruediger

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@711886 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMerge r707649, r707665 from trunk:
Ruediger Pluem [Thu, 6 Nov 2008 12:23:17 +0000 (12:23 +0000)] 
Merge r707649, r707665 from trunk:

AJP was dropping pre-existing cookies. Use same logic
as HTTP to tuck them away

* save_table needs to be declared first before it can be used.

Reviewed by: rpluem, jim, mturk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@711850 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Revoke vote and add a comment
Ruediger Pluem [Thu, 6 Nov 2008 12:15:33 +0000 (12:15 +0000)] 
* Revoke vote and add a comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@711847 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Promote
Ruediger Pluem [Thu, 6 Nov 2008 12:13:42 +0000 (12:13 +0000)] 
* Promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@711846 13f79535-47bb-0310-9956-ffa450edef68

16 years agoAlways send body (zero size at least) whenever C-L is present in the request
Mladen Turk [Thu, 6 Nov 2008 06:51:32 +0000 (06:51 +0000)] 
Always send body (zero size at least) whenever C-L is present in the request
Backport r696614 from truk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@711779 13f79535-47bb-0310-9956-ffa450edef68

16 years agoCast in some votes
Mladen Turk [Thu, 6 Nov 2008 06:34:43 +0000 (06:34 +0000)] 
Cast in some votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@711777 13f79535-47bb-0310-9956-ffa450edef68

16 years agosync
Nilgun Belma Buguner [Wed, 5 Nov 2008 08:19:07 +0000 (08:19 +0000)] 
sync

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@711532 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Thats an easy vote.
Ruediger Pluem [Tue, 4 Nov 2008 21:55:33 +0000 (21:55 +0000)] 
* Thats an easy vote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@711429 13f79535-47bb-0310-9956-ffa450edef68

16 years agoOops :) How embarassing :)
Jim Jagielski [Tue, 4 Nov 2008 21:47:08 +0000 (21:47 +0000)] 
Oops :) How embarassing :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@711425 13f79535-47bb-0310-9956-ffa450edef68

16 years agobackport rr711421
Jim Jagielski [Tue, 4 Nov 2008 21:46:46 +0000 (21:46 +0000)] 
backport rr711421

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@711424 13f79535-47bb-0310-9956-ffa450edef68

16 years agoTrivial fix - insert missing space.
Rich Bowen [Mon, 3 Nov 2008 20:41:39 +0000 (20:41 +0000)] 
Trivial fix - insert missing space.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@710152 13f79535-47bb-0310-9956-ffa450edef68

16 years agoTrivial fix - insert missing space.
Rich Bowen [Mon, 3 Nov 2008 20:40:15 +0000 (20:40 +0000)] 
Trivial fix - insert missing space.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@710151 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Add a proposal
Ruediger Pluem [Sun, 2 Nov 2008 19:44:04 +0000 (19:44 +0000)] 
* Add a proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@709915 13f79535-47bb-0310-9956-ffa450edef68

16 years agoNote location of 2.2 specific patchfile.
Jim Jagielski [Tue, 28 Oct 2008 13:47:01 +0000 (13:47 +0000)] 
Note location of 2.2 specific patchfile.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@708577 13f79535-47bb-0310-9956-ffa450edef68

16 years agoNote backport currently being fully tested/vetted.
Jim Jagielski [Tue, 28 Oct 2008 13:36:38 +0000 (13:36 +0000)] 
Note backport currently being fully tested/vetted.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@708569 13f79535-47bb-0310-9956-ffa450edef68

16 years agoYep.
Jim Jagielski [Tue, 28 Oct 2008 13:34:05 +0000 (13:34 +0000)] 
Yep.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@708568 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMerge r706318 from trunk:
Jim Jagielski [Mon, 27 Oct 2008 14:13:57 +0000 (14:13 +0000)] 
Merge r706318 from trunk:

ap_proxy_determine_connection modifies the url if we are retrying the result we should retry using the orginal url.

Submitted by: jfclere
Reviewed by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@708194 13f79535-47bb-0310-9956-ffa450edef68

16 years agoPromote
Jim Jagielski [Mon, 27 Oct 2008 14:11:03 +0000 (14:11 +0000)] 
Promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@708191 13f79535-47bb-0310-9956-ffa450edef68

16 years agoCast votes and note when 2.2.10 was released
Jim Jagielski [Mon, 27 Oct 2008 14:09:54 +0000 (14:09 +0000)] 
Cast votes and note when 2.2.10 was released

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@708190 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Add a proposal
Ruediger Pluem [Mon, 27 Oct 2008 12:19:48 +0000 (12:19 +0000)] 
* Add a proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@708156 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Add proposals
Ruediger Pluem [Sat, 25 Oct 2008 13:57:21 +0000 (13:57 +0000)] 
* Add proposals

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@707845 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Add a proposal
Ruediger Pluem [Sat, 25 Oct 2008 10:13:21 +0000 (10:13 +0000)] 
* Add a proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@707832 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate transformation
Nilgun Belma Buguner [Thu, 23 Oct 2008 16:41:08 +0000 (16:41 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@707412 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate transformation
Nilgun Belma Buguner [Thu, 23 Oct 2008 16:40:43 +0000 (16:40 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@707411 13f79535-47bb-0310-9956-ffa450edef68

16 years agoNew Turkish translation
Nilgun Belma Buguner [Thu, 23 Oct 2008 13:09:14 +0000 (13:09 +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@707366 13f79535-47bb-0310-9956-ffa450edef68

16 years agomissing "if"
Eric Covener [Wed, 22 Oct 2008 13:42:41 +0000 (13:42 +0000)] 
missing "if"

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@707074 13f79535-47bb-0310-9956-ffa450edef68

16 years agoleave a hint about some non-intuitive startup behavior for RewriteMap programs
Eric Covener [Wed, 22 Oct 2008 11:46:51 +0000 (11:46 +0000)] 
leave a hint about some non-intuitive startup behavior for RewriteMap programs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@707043 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Add proposal
Ruediger Pluem [Wed, 22 Oct 2008 10:47:44 +0000 (10:47 +0000)] 
* Add proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@707030 13f79535-47bb-0310-9956-ffa450edef68

16 years agopre-translation improvements
Nilgun Belma Buguner [Wed, 22 Oct 2008 08:05:04 +0000 (08:05 +0000)] 
pre-translation improvements

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@706883 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Vote
Ruediger Pluem [Tue, 21 Oct 2008 11:25:28 +0000 (11:25 +0000)] 
* Vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@706579 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate for sync with English docs.
Nilgun Belma Buguner [Tue, 21 Oct 2008 06:00:53 +0000 (06:00 +0000)] 
update for sync with English docs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@706526 13f79535-47bb-0310-9956-ffa450edef68

16 years agoPropose my patch for backport.
Jean-Frederic Clere [Mon, 20 Oct 2008 16:00:00 +0000 (16:00 +0000)] 
Propose my patch for backport.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@706325 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMerge r703441 from trunk:
Takashi Sato [Mon, 20 Oct 2008 15:04:34 +0000 (15:04 +0000)] 
Merge r703441 from trunk:

fix MaxClients description (r692325, r692459) suggested by wrowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@706316 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMerge r703997 from trunk:
Takashi Sato [Mon, 20 Oct 2008 14:59:48 +0000 (14:59 +0000)] 
Merge r703997 from trunk:

Note modules such as mod_headers affect %{Foobar}i

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@706314 13f79535-47bb-0310-9956-ffa450edef68

16 years agoremove proposal to come up with a scheme that doesn't stomp on
Eric Covener [Mon, 20 Oct 2008 00:11:17 +0000 (00:11 +0000)] 
remove proposal to come up with a scheme that doesn't stomp on
unfortunately named index files

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@706090 13f79535-47bb-0310-9956-ffa450edef68

16 years agopropose "DirectoryIndex none"
Eric Covener [Sun, 19 Oct 2008 12:43:35 +0000 (12:43 +0000)] 
propose "DirectoryIndex none"

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@706002 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMerge r702867 from trunk:
Ruediger Pluem [Sat, 18 Oct 2008 10:19:32 +0000 (10:19 +0000)] 
Merge r702867 from trunk:

* Recheck again if idle workers are still available when we are signaled that
  they are. This is needed since it can happen that we are signaled by a
  worker thread that went idle but received a context switch before it could
  tell us. If it does signal us later once it is on CPU again there might be
  no idle worker left. See
  https://issues.apache.org/bugzilla/show_bug.cgi?id=45605#c4

PR: 45605
Submitted by: Denis Ustimenko <denusk gmail.com>
Reviewed by: rpluem, jim, gregames

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@705872 13f79535-47bb-0310-9956-ffa450edef68

16 years agovote & promote.
Greg Ames [Fri, 17 Oct 2008 21:40:06 +0000 (21:40 +0000)] 
vote & promote.

this is clearly an improvement.  but I am partial to the Event version which
eliminates unneeded condition signalling.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@705764 13f79535-47bb-0310-9956-ffa450edef68

16 years agobackport making text match example.
Mads Toftum [Thu, 16 Oct 2008 10:16:17 +0000 (10:16 +0000)] 
backport making text match example.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@705199 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Add a comment
Ruediger Pluem [Wed, 15 Oct 2008 18:51:40 +0000 (18:51 +0000)] 
* Add a comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@704992 13f79535-47bb-0310-9956-ffa450edef68

16 years agoAdd v2.2 version of patch
Graham Leggett [Wed, 15 Oct 2008 16:42:26 +0000 (16:42 +0000)] 
Add v2.2 version of patch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@704952 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Add a comment
Ruediger Pluem [Wed, 15 Oct 2008 13:26:25 +0000 (13:26 +0000)] 
* Add a comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@704906 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Remove obsolete backport proposal.
Ruediger Pluem [Wed, 15 Oct 2008 13:19:11 +0000 (13:19 +0000)] 
* Remove obsolete backport proposal.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@704903 13f79535-47bb-0310-9956-ffa450edef68

16 years agowindows .dsw file update for backport of r704771 (r704883)
Thomas J. Donovan [Wed, 15 Oct 2008 12:28:12 +0000 (12:28 +0000)] 
windows .dsw file update for backport of r704771 (r704883)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@704884 13f79535-47bb-0310-9956-ffa450edef68

16 years agoUpdate the backport proposal
Graham Leggett [Wed, 15 Oct 2008 10:10:45 +0000 (10:10 +0000)] 
Update the backport proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@704849 13f79535-47bb-0310-9956-ffa450edef68

16 years agoBackport proposal: r704771
Thomas J. Donovan [Wed, 15 Oct 2008 03:38:29 +0000 (03:38 +0000)] 
Backport proposal: r704771

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@704772 13f79535-47bb-0310-9956-ffa450edef68

16 years agoRevoke vote... good catch rp :)
Jim Jagielski [Wed, 15 Oct 2008 00:37:14 +0000 (00:37 +0000)] 
Revoke vote... good catch rp :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@704752 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Veto a backport
Ruediger Pluem [Wed, 15 Oct 2008 00:22:04 +0000 (00:22 +0000)] 
* Veto a backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@704751 13f79535-47bb-0310-9956-ffa450edef68

16 years agoPropose a backport
Graham Leggett [Tue, 14 Oct 2008 22:42:58 +0000 (22:42 +0000)] 
Propose a backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@704727 13f79535-47bb-0310-9956-ffa450edef68

16 years agoBackport proposal: r703998
Jim Jagielski [Tue, 14 Oct 2008 21:45:52 +0000 (21:45 +0000)] 
Backport proposal: r703998

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@704700 13f79535-47bb-0310-9956-ffa450edef68

16 years agoHeck yeah!
Jim Jagielski [Tue, 14 Oct 2008 21:37:19 +0000 (21:37 +0000)] 
Heck yeah!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@704696 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate transformation
André Malo [Sun, 12 Oct 2008 11:14:02 +0000 (11:14 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@703789 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Add a proposal
Ruediger Pluem [Sat, 11 Oct 2008 18:41:56 +0000 (18:41 +0000)] 
* Add a proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@703707 13f79535-47bb-0310-9956-ffa450edef68

16 years agoincrement version.ent
Takashi Sato [Sat, 11 Oct 2008 00:37:39 +0000 (00:37 +0000)] 
increment version.ent

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@703616 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate transformation
Nilgun Belma Buguner [Fri, 10 Oct 2008 06:21:01 +0000 (06:21 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@703332 13f79535-47bb-0310-9956-ffa450edef68

16 years agoNew Turkish translation
Nilgun Belma Buguner [Fri, 10 Oct 2008 06:02:36 +0000 (06:02 +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@703327 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate for sync with English doc.
Nilgun Belma Buguner [Fri, 10 Oct 2008 05:41:33 +0000 (05:41 +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@703323 13f79535-47bb-0310-9956-ffa450edef68

16 years agoWe are at 2.2.11-dev
Jim Jagielski [Tue, 7 Oct 2008 15:24:39 +0000 (15:24 +0000)] 
We are at 2.2.11-dev

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@702517 13f79535-47bb-0310-9956-ffa450edef68

16 years agoGet ready to tag as 2.2.10
Jim Jagielski [Tue, 7 Oct 2008 15:20:24 +0000 (15:20 +0000)] 
Get ready to tag as 2.2.10

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@702514 13f79535-47bb-0310-9956-ffa450edef68

16 years agoUpdate 2.2 doccos
Jim Jagielski [Tue, 7 Oct 2008 15:07:57 +0000 (15:07 +0000)] 
Update 2.2 doccos

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@702508 13f79535-47bb-0310-9956-ffa450edef68

16 years agoAllow smax to be 0
Jim Jagielski [Tue, 7 Oct 2008 14:59:48 +0000 (14:59 +0000)] 
Allow smax to be 0
PR 43371

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@702502 13f79535-47bb-0310-9956-ffa450edef68

16 years agovote & promote proxy smax patch
Greg Ames [Tue, 7 Oct 2008 14:51:07 +0000 (14:51 +0000)] 
vote & promote proxy smax patch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@702500 13f79535-47bb-0310-9956-ffa450edef68