]>
granicus.if.org Git - apache/log
Paul Querna [Tue, 2 Dec 2008 08:13:36 +0000 (08:13 +0000)]
API Cleanup in preperation for 2.4.x, make sure all exported functions or variables contain an ap_ prefix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722399
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 2 Dec 2008 08:11:17 +0000 (08:11 +0000)]
Don't do anything by defautl if we haven't been configured.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722398
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 2 Dec 2008 08:10:49 +0000 (08:10 +0000)]
When not configured, don't do anything by default.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722397
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 2 Dec 2008 08:10:23 +0000 (08:10 +0000)]
Make dialup_callback a static function.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722396
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 1 Dec 2008 20:27:27 +0000 (20:27 +0000)]
* Avoid sending no answer at all if a custom error page causes an
AP_FILTER_ERROR.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722213
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 1 Dec 2008 18:12:46 +0000 (18:12 +0000)]
Add the new modules to the netware build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722156
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 1 Dec 2008 18:11:48 +0000 (18:11 +0000)]
Move the variable declarations to the beginning of the code blocks to avoid compiler errors on netware.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722155
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 1 Dec 2008 16:42:56 +0000 (16:42 +0000)]
Allow for external PCRE on netware
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722122
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 1 Dec 2008 14:31:51 +0000 (14:31 +0000)]
To be safe, consume the entire brigade after processing an error bucket in
the HTTP output filter.
Submitted by: Rudeiger Pluem
Reviewed by: niq, covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722081
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 1 Dec 2008 07:25:11 +0000 (07:25 +0000)]
Add a new module to read in the heartbeat file and do load balancing for
mod_proxy based upon it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721987
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 1 Dec 2008 05:12:22 +0000 (05:12 +0000)]
Add a new module, mod_ratelimit, which can rate limit the outgoing bandwidth
to a client.
This module was originally written at Joost by Sander Striker, Justin
Erenkrantz, and myself. We have been given permission by our employer to
contribute this module.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721965
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 1 Dec 2008 03:10:49 +0000 (03:10 +0000)]
Move variable declartions to the top of functions for c89'ness.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721956
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 1 Dec 2008 02:55:14 +0000 (02:55 +0000)]
Add two new modules to handle load balancing across multiple apache servers
within the same datacenter.
mod_heartbeat generates multicast status messages with the current number of
clients connected, but the formated can easily be extended to include other
things.
mod_heartmonitor collects these messages into a static file, which then can be
used for other modules to make load balancing decisions on.
This module was originally written at Joost by Sander Striker, Justin
Erenkrantz, and myself. We have been given permission by our employer to
contribute this module.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721952
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Mon, 1 Dec 2008 00:16:52 +0000 (00:16 +0000)]
sync with IANA registry as of 2008 Nov 30 14:17 PST
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721938
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 30 Nov 2008 11:23:26 +0000 (11:23 +0000)]
* Enable the use of autoconf >= 2.62 without causing APR / APR-UTIL options
passed to the configure script issue warnings about unknown options.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721796
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 30 Nov 2008 05:49:23 +0000 (05:49 +0000)]
Remove c99 style comment.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721763
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 29 Nov 2008 13:09:36 +0000 (13:09 +0000)]
allow ap_invoke_handler() to pass-through AP_FILTER_ERROR as if it were
a reserved status code (OK/DECLINED/SUSPENDED). Prevents ap_die() from
seeing a 500 error when the http header filter has already taken
care of the proper error response
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721679
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 29 Nov 2008 12:59:50 +0000 (12:59 +0000)]
correct syntax of DirectoryIndex feature, CHANGES only
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721678
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 29 Nov 2008 12:57:42 +0000 (12:57 +0000)]
Prevent AP_FILTER_ERROR from being misinterpreted as SUSPENDED when checking
the status code returned by a handler by updating the values of the filter
error macros and consolidating them in httpd.h
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721677
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 28 Nov 2008 16:51:07 +0000 (16:51 +0000)]
* buildconf, configure.in: Don't attempt to configure the
no-longer-bundled pcre.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721533
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 26 Nov 2008 23:25:37 +0000 (23:25 +0000)]
Backported
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721034
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Wed, 26 Nov 2008 22:53:34 +0000 (22:53 +0000)]
Stop bundling PCRE in trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721020
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 26 Nov 2008 19:22:17 +0000 (19:22 +0000)]
Slight clarification to the way rewrite works in per-directory context.
Suggested by Peter Kehl on the users mailing list.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720955
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 25 Nov 2008 18:12:04 +0000 (18:12 +0000)]
Fix up the netware build with the additions in the filter modules.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720556
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Tue, 25 Nov 2008 13:49:53 +0000 (13:49 +0000)]
Delete the images from docroot/.
These are not needed after r105393.
The same images are still in icons/.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720500
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Tue, 25 Nov 2008 13:45:29 +0000 (13:45 +0000)]
merge r358287:
Update 'apache_pb2' images for Apache-2.2 (NOTE: not for 2.3!)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720496
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Tue, 25 Nov 2008 04:53:06 +0000 (04:53 +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/trunk@720414
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Tue, 25 Nov 2008 04:51:25 +0000 (04:51 +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/trunk@720413
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 24 Nov 2008 18:33:09 +0000 (18:33 +0000)]
Make %k work as it should. No regression noted in perl
test framework.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720250
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Mon, 24 Nov 2008 12:55:20 +0000 (12:55 +0000)]
quote MaxRequestsPerChild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720186
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 24 Nov 2008 11:31:12 +0000 (11:31 +0000)]
* These are now backported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720172
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 23 Nov 2008 22:49:30 +0000 (22:49 +0000)]
So close ;-) Nicely done Jim
Add the sed sources to mod_sed, no different than the sed_obj
list from config.m4 (.h files just for easy reference).
Apache.dsw is simply sorted entries, and picking to drop
a new module under BuildBin (common) or BuildAll (test and
nonstandard extensions). Give us mod_sed :)
Makefile.win is simply the invocation of the .mak file that
gets exported, and the copy of that module (pdb debugging)
binary.
Can't update BaseAddr.ref except from windows, however, we
have to build once and determine how many 64k pages this
object is going to eat. Turns out, it's only one.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720062
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 23 Nov 2008 18:02:47 +0000 (18:02 +0000)]
Simple cut/paste to create a mod_sed template
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720021
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 23 Nov 2008 18:02:11 +0000 (18:02 +0000)]
No idea if this is 100% correct, but provide a template
at least
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720020
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 23 Nov 2008 17:57:07 +0000 (17:57 +0000)]
testing indicates a large buffsize (~8k) is better...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720018
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 23 Nov 2008 17:55:32 +0000 (17:55 +0000)]
Note that the current mishmash is ugly... hope to
find time to restart working on the cleanup I started
at ACUS, but got sidetracked with confusion on where the
divisions actually were...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720017
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 23 Nov 2008 17:51:46 +0000 (17:51 +0000)]
update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720016
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 23 Nov 2008 14:44:40 +0000 (14:44 +0000)]
Style correction
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@719992
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Thu, 20 Nov 2008 20:27:07 +0000 (20:27 +0000)]
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.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@719357
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Wed, 19 Nov 2008 16:19:56 +0000 (16:19 +0000)]
Typos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@719004
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 16 Nov 2008 22:41:53 +0000 (22:41 +0000)]
mod_buffer: Honour the flush bucket and flush the buffer in the
input filter. Make sure that metadata buckets are written to
the buffer, not to the final brigade.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@718132
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 16 Nov 2008 22:23:25 +0000 (22:23 +0000)]
mod_buffer: Optimise the buffering of heap buckets when the heap
buckets stay exactly APR_BUCKET_BUFF_SIZE long.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@718125
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 16 Nov 2008 19:32:34 +0000 (19:32 +0000)]
Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@718087
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 16 Nov 2008 19:32:13 +0000 (19:32 +0000)]
Clarify the documentation for mod_buffer to better explain where the
buffer might be useful, and that buffering is not guaranteed to improve
performance in all cases.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@718086
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 16 Nov 2008 19:22:41 +0000 (19:22 +0000)]
Refactor the input buffer filter to use a context as the output buffer
filter does. Ensure that the filter properly handles the non blocking
case, both when a downstream filter returns EAGAIN, or if a filter
returns APR_SUCCESS and an empty brigade.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@718082
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 16 Nov 2008 12:43:06 +0000 (12:43 +0000)]
* Fix properties.
Submitted by: Takashi Sato <takashi lans-tv.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@718015
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 15 Nov 2008 15:57:04 +0000 (15:57 +0000)]
Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@717870
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 15 Nov 2008 15:49:28 +0000 (15:49 +0000)]
mod_buffer: Optional support for buffering of the input and output
filter stacks. Can collapse many small buckets into fewer larger
buckets, and prevents excessively small chunks being sent over
the wire.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@717867
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 15 Nov 2008 14:26:54 +0000 (14:26 +0000)]
* This one is now backported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@714274
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Fri, 14 Nov 2008 16:12:59 +0000 (16:12 +0000)]
Minor typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@714054
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 14 Nov 2008 15:57:50 +0000 (15:57 +0000)]
Add mod_privileges to CHANGES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@714049
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 14 Nov 2008 14:02:59 +0000 (14:02 +0000)]
* Don't build mod_privileges by default.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@714007
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 14 Nov 2008 13:09:18 +0000 (13:09 +0000)]
Update doc transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713993
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Fri, 14 Nov 2008 12:59:17 +0000 (12:59 +0000)]
Update Japanese translation
English Revision: 659902
Submitted by: kawai
Reviewed by: takashi
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713987
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Fri, 14 Nov 2008 12:56:56 +0000 (12:56 +0000)]
use <transnote>
Submitted by: takashi
Reviewed by: kawai
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713986
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 14 Nov 2008 09:48:39 +0000 (09:48 +0000)]
Introduce mod_privileges: a platform-specific module offering enhanced
security and a (limited) solution to the "perchild" problem.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713961
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Thu, 13 Nov 2008 01:24:15 +0000 (01:24 +0000)]
Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713606
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Thu, 13 Nov 2008 01:23:00 +0000 (01:23 +0000)]
Grammar fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713605
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Thu, 13 Nov 2008 01:05:21 +0000 (01:05 +0000)]
Update 'all' transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713596
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Thu, 13 Nov 2008 00:53:09 +0000 (00:53 +0000)]
Initial build of mod_unixd.html* plus props
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713590
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Thu, 13 Nov 2008 00:51:26 +0000 (00:51 +0000)]
Update transformations (from introduction of mod_unixd)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713589
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Thu, 13 Nov 2008 00:18:02 +0000 (00:18 +0000)]
Minor grammatical issues
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713575
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 12 Nov 2008 20:44:53 +0000 (20:44 +0000)]
* The nitpicker of the space police. No functional change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713504
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 12 Nov 2008 20:10:29 +0000 (20:10 +0000)]
temporary dbg message and unnecessary continue, per rpluem review
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713487
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 12 Nov 2008 19:25:03 +0000 (19:25 +0000)]
change short-lived behavior of "DirectoryIndex None" based on feedback from wrowe:
Doesn't search for anything:
DirectoryIndex disabled
Does search for literal "disabled":
DirectoryIndex disabled foo.
DirectoryIndex foo disabled
DirectoryIndex disabled disabled
Does search:
DirectoryIndex disabled.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713462
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 12 Nov 2008 01:31:39 +0000 (01:31 +0000)]
Introduce mod_unixd into the documentation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713242
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 11 Nov 2008 20:12:25 +0000 (20:12 +0000)]
These are in 2.2.11-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713152
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Tue, 11 Nov 2008 16:19:40 +0000 (16:19 +0000)]
Some typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713075
13f79535 -47bb-0310-9956-
ffa450edef68
Philip M. Gollucci [Mon, 10 Nov 2008 21:38:46 +0000 (21:38 +0000)]
o cast some votes
o FreeBSD 5.x is no longer supported in even security patches.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@712843
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 10 Nov 2008 21:16:41 +0000 (21:16 +0000)]
* Adjust changes entry to what is really done to fix it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@712837
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 10 Nov 2008 05:48:21 +0000 (05:48 +0000)]
Add Simple MPM to example mpm config.
Submited by: Ryan Phillips <ryan trolocsis.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@712611
13f79535 -47bb-0310-9956-
ffa450edef68
Thomas J. Donovan [Sun, 9 Nov 2008 17:03:29 +0000 (17:03 +0000)]
Always build odbc on Windows - backported from trunk to 2.2.x
trunk: r704771 & r704883
2.2.x: r712514
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@712515
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 8 Nov 2008 11:09:38 +0000 (11:09 +0000)]
* Rip out the old flushing approach for solving lifetime issues between the
backend connection bucket allocator and front end connection bucket allocator.
Instead copy the buckets from the backend over to ones that have been created
using the front end bucket allocator. For metabucket this is done by recreating
them, for data buckets this is done by reading them and putting the read data
in a transient bucket.
PR: 45792
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@712375
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 8 Nov 2008 03:18:13 +0000 (03:18 +0000)]
mod_unixd: use APR_HOOK_MIDDLE for drop_privileges.
We're the canonical module for that hook!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@712347
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Fri, 7 Nov 2008 16:24:27 +0000 (16:24 +0000)]
Update following original file modification.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@712184
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Fri, 7 Nov 2008 02:22:45 +0000 (02:22 +0000)]
Note mod_authn_alias doesn't exist in 2.3/2.4.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@712041
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Thu, 6 Nov 2008 23:10:56 +0000 (23:10 +0000)]
update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@712006
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 6 Nov 2008 22:23:21 +0000 (22:23 +0000)]
* Correctly set SSL_LIBS during openssl detection if pkgconfig is not available.
PR: 46018
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711993
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Thu, 6 Nov 2008 14:58:17 +0000 (14:58 +0000)]
Typo correction line 409
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711868
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Wed, 5 Nov 2008 16:11:15 +0000 (16:11 +0000)]
A reverse DNS lookup followed by a direct DNS lookup mean "double DNS lookup" instead of "double reverse DNS lookup"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711598
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Wed, 5 Nov 2008 15:48:23 +0000 (15:48 +0000)]
Update in reference to original files modification.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711592
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 5 Nov 2008 14:41:02 +0000 (14:41 +0000)]
* mod_mem_cache is dead. So remove all hints on it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711576
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Wed, 5 Nov 2008 11:59:18 +0000 (11:59 +0000)]
Eemove the remained English text and fix the XML validation error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711555
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 5 Nov 2008 09:13:34 +0000 (09:13 +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/trunk@711537
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Wed, 5 Nov 2008 06:49:29 +0000 (06:49 +0000)]
Remove mod_mem_cache from documents
(Sync with r711470)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711521
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Wed, 5 Nov 2008 03:10:16 +0000 (03:10 +0000)]
Sync.
English Revision: 504183
Submitted by kawai,takashi
Reviewed by takashi,kawai
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711499
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Wed, 5 Nov 2008 03:02:47 +0000 (03:02 +0000)]
Sync.
English Revision: 689261
Submitted by takashi
Reviewed by kawai
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711496
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 4 Nov 2008 23:26:14 +0000 (23:26 +0000)]
The mem_cache is dead, long live disk_cache.
Reviewed by: wrowe, sander, fielding, abida, pquerna, jesus, lars
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711470
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 4 Nov 2008 21:42:17 +0000 (21:42 +0000)]
Holey moley. Marcus Burke noted this in Rich's Nuts/Bolts talk.
How embarassing!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711421
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 4 Nov 2008 14:59:23 +0000 (14:59 +0000)]
* We now need mod_unixd for worker, prefork and event as well.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711268
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Tue, 4 Nov 2008 14:34:47 +0000 (14:34 +0000)]
Updating
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711262
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 4 Nov 2008 11:55:25 +0000 (11:55 +0000)]
* Instead of unixd_setup_child run the drop_privileges hook to switch the
userid / groupid.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711234
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 4 Nov 2008 11:36:31 +0000 (11:36 +0000)]
* unixd_setup_child is no longer implemented by unixd.c.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711228
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 4 Nov 2008 11:35:21 +0000 (11:35 +0000)]
* Move code to a more conveniant place
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711227
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Tue, 4 Nov 2008 07:06:22 +0000 (07:06 +0000)]
Update a Japanese translation.
Submitted by: kawai
Reviewed by: takashi
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711194
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Tue, 4 Nov 2008 06:56:23 +0000 (06:56 +0000)]
Update a Japanese translation.
Submitted by: kawai
Reviewed by: takashi
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711191
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Tue, 4 Nov 2008 03:46:54 +0000 (03:46 +0000)]
Update Japanese translations.
Submitted by: kawai
Reviewed by: takashi
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711166
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 4 Nov 2008 00:44:56 +0000 (00:44 +0000)]
Further unixd hacks to remove duplication between old-unixd and mod_unixd,
and get it working with old MPMS[1] + mod_unixd. It's still an uneasy
split, as some modules (mod_cgid, suexec)[2] also use unixd.
More thinking+hacking due.
[1] Should be prefork/worker/event, but only worker is tested.
[2] cgid is OK, suexec is untested.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711146
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 3 Nov 2008 23:19:54 +0000 (23:19 +0000)]
Ummm why bother setting vars if we are bailing?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@710218
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 3 Nov 2008 20:43:43 +0000 (20:43 +0000)]
Trivial fix - insert missing space.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@710153
13f79535 -47bb-0310-9956-
ffa450edef68