]>
granicus.if.org Git - apache/log
Jeff Trawick [Tue, 11 Jan 2005 19:32:51 +0000 (19:32 +0000)]
proxy request body handling
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124915
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 11 Jan 2005 17:15:02 +0000 (17:15 +0000)]
Match parameter types
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124912
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Tue, 11 Jan 2005 08:35:46 +0000 (08:35 +0000)]
Rewrite Cookies and other headers in mod_proxy_ajp as configured with
ProxyPassReverse and ProxyPassReverseCookiePath.
* modules/proxy/proxy_ajp.c
(ap_proxy_ajp_request): Update call to ajp_parse_header().
* modules/proxy/ajp.h
(ajp_msg_get_string): constify argument.
(ajp_parse_header): Add conf argument.
* modules/proxy/proxy_util.c
(ap_proxy_location_reverse_map): Promoted from mod_proxy_http.
(ap_proxy_cookie_reverse_map): Promoted from mod_proxy_http;
renamed from proxy_cookie_reverse_map.
* modules/proxy/ajp_msg.c
(ajp_msg_get_string): constify argument.
* modules/proxy/proxy_http.c
(ap_proxy_location_reverse_map, proxy_cookie_reverse_map: Removed.
(process_proxy_header): Update header mapping table to reference the now
public functions.
* modules/proxy/ajp_header.c
(ajp_unmarshal_response): And conf argument. Reverse map cookies and
other headers.
(ajp_parse_header): Update call to ajp_unmarshal_response().
* modules/proxy/mod_proxy.h
(ap_proxy_location_reverse_map, ap_proxy_cookie_reverse_map): Declare
functions that have been promoted to be public.
(ap_proxy_header_reverse_map_fn): Typedef for the signature of the above
two functions (currently used in mod_proxy_http).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124901
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sat, 8 Jan 2005 02:21:30 +0000 (02:21 +0000)]
Sync available error languages with used LanguagePriority.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124607
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sat, 8 Jan 2005 02:08:49 +0000 (02:08 +0000)]
Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124605
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sat, 8 Jan 2005 02:08:15 +0000 (02:08 +0000)]
Fix indentation (no code changes).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124604
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sat, 8 Jan 2005 01:59:45 +0000 (01:59 +0000)]
--with-module can now take more than one module to be statically
linked: --with-module=<modtype>:<modfile>,<modtype>:<modfile>,...
If the <modtype>-subdirectory doesn't exist it will be created and
populated with a standard Makefile.in.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124600
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sat, 8 Jan 2005 01:57:26 +0000 (01:57 +0000)]
For a static module, use a filename with a lib prefix,
see also rev 102381 of acinclude.m4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124599
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Sat, 8 Jan 2005 00:30:41 +0000 (00:30 +0000)]
Update mod_proxy documentation source (final doc still needs to be generated).
* docs/manual/mod/mod_proxy.xml
Rub out some spelling mistakes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124594
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Fri, 7 Jan 2005 22:17:48 +0000 (22:17 +0000)]
Make the combination of mod_proxy_ajp and mod_rewrite work correctly.
* modules/proxy/proxy_ajp.c
(ap_proxy_ajp_request): Update call to ajp_send_header().
* modules/proxy/ajp.h
(ajp_send_header): Add a uri parameter.
* modules/proxy/ajp_header.c
(ajp_marshal_into_msgb): Add a uri parameter and use the
passed in uri instead of r->uri.
(ajp_send_header): Add a uri parameter. Update call to
ajp_marshal_into_msgb().
* modules/mappers/mod_rewrite.c
(is_absolute_uri): Add handling of 'ajp' and 'balancer' schemes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124584
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Fri, 7 Jan 2005 19:45:15 +0000 (19:45 +0000)]
Add Japanese error docs.
See: http://issues.apache.org/bugzilla/show_bug.cgi?id=11521
Submitted by: TAKAHASHI Makoto <hobbit.makoto at nifty.ne.jp>
Reviewed by: Nobuyuki Morita <marika at plum.freemail.ne.jp>,
yoshiki,
kawai
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124566
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 7 Jan 2005 18:29:13 +0000 (18:29 +0000)]
Handle PATH_INFO as opaque byte-wise data for cgi invocation as
handled for other variables with bug 9223.
PR: 32730
Submitted by: Richard Donkin <rd9 donkin.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124556
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 7 Jan 2005 17:49:57 +0000 (17:49 +0000)]
update revision references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124549
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Fri, 7 Jan 2005 17:29:12 +0000 (17:29 +0000)]
Change 'directory' to 'resource': just the word 'directory' led some
users to the wrong assumption that Require isn't allowed in <Files>
sections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124546
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Fri, 7 Jan 2005 17:27:33 +0000 (17:27 +0000)]
Mention configuration details for AJP and the balancer.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124545
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Fri, 7 Jan 2005 17:24:07 +0000 (17:24 +0000)]
Sync backports.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124544
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 6 Jan 2005 11:22:56 +0000 (11:22 +0000)]
update config for pt-br inclusion
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124362
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 6 Jan 2005 11:03:21 +0000 (11:03 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124360
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 6 Jan 2005 10:51:43 +0000 (10:51 +0000)]
add new Portuguese (Brazilian) translations
Submitted by: Eduardo Tompson Pereira <duaspila ig.com.br>
Reviewed by: Luiz Rocha <lsdrocha gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124358
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 6 Jan 2005 10:38:58 +0000 (10:38 +0000)]
update pt-br base file
Submitted by: Luiz Rocha <lsdrocha gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124356
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 6 Jan 2005 10:34:30 +0000 (10:34 +0000)]
build all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124355
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 5 Jan 2005 22:26:53 +0000 (22:26 +0000)]
Use /Apache21/ for the -default- httpd 2.1 root, to assist developers
in working with the dev tree in parallel to the released httpd-2.0.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124285
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 5 Jan 2005 22:23:54 +0000 (22:23 +0000)]
It's perferable to use a debug build of ssleay32/libeay32, but offer
a fallback if they are built as release libraries for creating
mod_ssl in debug mode.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124284
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 5 Jan 2005 22:21:56 +0000 (22:21 +0000)]
limit_req_fieldsize is signed, correct a signedness error using
a cast since it's not possible to have a negative limit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124283
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 5 Jan 2005 21:38:00 +0000 (21:38 +0000)]
The right set of headers to obtain the pre_connection hook.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124280
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 5 Jan 2005 21:35:51 +0000 (21:35 +0000)]
Correct the order of includes to follow httpd conventions, and get
Win32 compiling again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124279
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 5 Jan 2005 21:23:29 +0000 (21:23 +0000)]
Fix another signedness bug
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124278
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 5 Jan 2005 21:23:03 +0000 (21:23 +0000)]
Fix a signedness issue that revealed a serious bug, the 'i' was
reused for character indexing within this loop.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124277
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 5 Jan 2005 21:17:09 +0000 (21:17 +0000)]
Deposit mod_bucketeer.so and mod_dumpio.so into the installed apache2
instance. This does not configure httpd.conf to load them.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124276
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 5 Jan 2005 20:22:53 +0000 (20:22 +0000)]
Fix up our dumpio and bucketeer build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124269
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 5 Jan 2005 19:08:24 +0000 (19:08 +0000)]
This has been coming up rather frequently on IRC, and it's a good
example. It's alluded to in the SetEnvIf docs, but it's not a complete
example there.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124246
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 5 Jan 2005 18:47:26 +0000 (18:47 +0000)]
A few new modules/debug/ projects which need base addr's.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124241
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Wed, 5 Jan 2005 16:16:07 +0000 (16:16 +0000)]
util_charset.h has already the needed #if APR_CHARSET_EBCDIC.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124224
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 5 Jan 2005 07:07:46 +0000 (07:07 +0000)]
Fix some compiler warnings inside the LDAP modules
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124187
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 4 Jan 2005 15:35:57 +0000 (15:35 +0000)]
adjust copyright notices in the style directory
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124113
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 4 Jan 2005 15:10:06 +0000 (15:10 +0000)]
svn:eol-style = native
... svn config adjusted ;-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124110
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 4 Jan 2005 15:08:58 +0000 (15:08 +0000)]
build bootstrap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124109
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 4 Jan 2005 15:06:21 +0000 (15:06 +0000)]
svn:eol-style = native
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124107
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 4 Jan 2005 15:02:39 +0000 (15:02 +0000)]
add pt-br base file
glossarylink was missing, it contains the english version for now
chm commented out (no sitemap yet)
man commented out (english only atm)
Submitted by: Eduardo Tompson Pereira <duaspila ig.com.br>
Reviewed by: Luiz Rocha <lsdrocha gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124106
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 4 Jan 2005 13:38:11 +0000 (13:38 +0000)]
Add a build script to create a solaris package.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124104
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Tue, 4 Jan 2005 09:58:01 +0000 (09:58 +0000)]
Add including of util_charset.h otherwise ap_hdrs_from_ascii is not defined.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124080
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Tue, 4 Jan 2005 02:56:02 +0000 (02:56 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124062
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Tue, 4 Jan 2005 00:38:24 +0000 (00:38 +0000)]
update German translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124046
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Mon, 3 Jan 2005 20:13:03 +0000 (20:13 +0000)]
META elements are defined in the document head which is bart of the response body. So be a little bit more precise at this point.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124024
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Mon, 3 Jan 2005 11:15:32 +0000 (11:15 +0000)]
Update Japanese translation.
English revision: 111581
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123958
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Mon, 3 Jan 2005 00:39:14 +0000 (00:39 +0000)]
Update copyright to new format and year.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123919
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Mon, 3 Jan 2005 00:38:24 +0000 (00:38 +0000)]
Update copyright notice to new format to show what needs
to be done for all of trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123918
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 2 Jan 2005 20:18:58 +0000 (20:18 +0000)]
Eliminate a very ugly race - the parallel starting threads were picking
up thread identifiers other than their own. Because the limit of threads
is an int, stuffing the int into the void* value is a safe argument
convention.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123899
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 2 Jan 2005 08:07:41 +0000 (08:07 +0000)]
Relative paths were wrong, for the recent ap_release.h patch.
Correct to resolve to httpd-src-root/include.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123885
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sun, 2 Jan 2005 08:00:26 +0000 (08:00 +0000)]
Kill the pool cleanup when closing non cachable connection.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123884
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 2 Jan 2005 05:33:44 +0000 (05:33 +0000)]
FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!
Bumped mmn, and ap module cookie, for this function rename.
It's not a deprecation, as ap_http_method would be a lovely function
name sometime in the future: to determine what the function name implies.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123882
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 1 Jan 2005 16:04:25 +0000 (16:04 +0000)]
Fix closing connection for non-cachable proxies.
Do not close the entire connection, just socket if
opened.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123842
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 1 Jan 2005 15:23:51 +0000 (15:23 +0000)]
Close the connection for generic forward and
reverse proxy workers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123840
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 31 Dec 2004 21:03:18 +0000 (21:03 +0000)]
We generally call these slashes rather than sloshes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123821
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Fri, 31 Dec 2004 17:25:58 +0000 (17:25 +0000)]
Simplify connection address and port resolving for non-cachable workers (gereric forward and reverse proxy).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123811
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Fri, 31 Dec 2004 17:01:05 +0000 (17:01 +0000)]
Do not cache hostname and port for forward and
reverse generic proxy workers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123809
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 30 Dec 2004 23:38:39 +0000 (23:38 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123749
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 30 Dec 2004 16:31:13 +0000 (16:31 +0000)]
mod_proxy: Fix a request corruption problem and a buffering problem
which sometimes prevented proxy-sendchunks from working.
strlen() couldn't be used since no space had been allocated
for trailing NUL, so occasionally the T-E header field contained
garbage and a 400 error would be returned by the origin server.
The lack of a flush bucket after the final "0\r\n\r\n" was a
showstopper for my simple tests (reverse proxy to Apache 1.3 +
custom module which read the body).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123727
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 28 Dec 2004 22:28:53 +0000 (22:28 +0000)]
As per bug 22061, this paragraph predates RedirectMatch, and is thus
soemwhat inaccurate.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123579
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 26 Dec 2004 23:43:26 +0000 (23:43 +0000)]
If we're going to recommend a book, we should recommend the edition
that's actually in print.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123371
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 26 Dec 2004 21:50:45 +0000 (21:50 +0000)]
As per bug #30308, added example where a virtual host is proxied to
another server. Thanks go to Matt Burke for submitting the example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123368
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 24 Dec 2004 20:19:58 +0000 (20:19 +0000)]
Ported changes over from 2.0 docs.
Add port designation to test URL for Windows.html
Corrected regular expression in DirectoryMatch document
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123300
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Tue, 21 Dec 2004 12:52:17 +0000 (12:52 +0000)]
The current config.guess in APR outputs i386-pc-os2-emx on OS/2 rather than
i386-pc-os2_emx (dash instead of underscore), adjust the tests to match.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122967
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 21 Dec 2004 00:01:22 +0000 (00:01 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122910
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 20 Dec 2004 23:59:56 +0000 (23:59 +0000)]
apply markup in directive description fields
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122909
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 20 Dec 2004 23:50:19 +0000 (23:50 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122908
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 20 Dec 2004 23:46:06 +0000 (23:46 +0000)]
- use better markup
- it's meta _element_ not tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122907
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 19 Dec 2004 17:13:49 +0000 (17:13 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122773
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sun, 19 Dec 2004 17:05:04 +0000 (17:05 +0000)]
Move the timeout explanation sentence to the proper place in the table.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122772
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sun, 19 Dec 2004 16:34:43 +0000 (16:34 +0000)]
Explain new proxy parameters.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122771
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sun, 19 Dec 2004 16:29:40 +0000 (16:29 +0000)]
Typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122770
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 18 Dec 2004 09:53:10 +0000 (09:53 +0000)]
Fix the RPM spec file so that an RPM build now works. An RPM
build now requires system installations of APR and APR-util.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122711
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 16 Dec 2004 19:28:17 +0000 (19:28 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122572
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 16 Dec 2004 19:18:32 +0000 (19:18 +0000)]
svn:eol-style = native
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122569
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 16 Dec 2004 18:29:30 +0000 (18:29 +0000)]
Add the modules/debug directory to the NetWare build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122559
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 16 Dec 2004 18:28:05 +0000 (18:28 +0000)]
Add NetWare make files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122558
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 16 Dec 2004 18:07:40 +0000 (18:07 +0000)]
Clean up a type mismatch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122557
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 16 Dec 2004 14:12:07 +0000 (14:12 +0000)]
Per request, add a short description of the module in CHANGES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122552
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 16 Dec 2004 14:09:30 +0000 (14:09 +0000)]
simplify the BalancerMember load factor weighting. Instead of
being percentages (and adjusting when the number don't add
up), loadfactors/lbfactors are now normalized values, so
values like:
worker a b c
lbfactor 1 1 2
work as expected (ie: a gets 25%, b gets 25% and c gets 50%).
So we could also have the above as:
worker a b c
lbfactor 25 25 50
or even
worker a b c
lbfactor 15 15 30
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122551
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Thu, 16 Dec 2004 04:38:34 +0000 (04:38 +0000)]
Fix transnote tag usage.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122521
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 15 Dec 2004 22:40:41 +0000 (22:40 +0000)]
Change the names of the debug and release output build directories so they don't conflict with the modules/debug directory.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@112041
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 15 Dec 2004 20:17:16 +0000 (20:17 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@112017
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Wed, 15 Dec 2004 17:47:53 +0000 (17:47 +0000)]
New Japanese translation.
Submitted by: yoshiki
Reveiewd by: kawai
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@112005
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 15 Dec 2004 11:58:18 +0000 (11:58 +0000)]
* include/http_config.h: Add missing parameter name.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111964
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Wed, 15 Dec 2004 11:32:13 +0000 (11:32 +0000)]
Close paren.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111963
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 15 Dec 2004 11:17:22 +0000 (11:17 +0000)]
* modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Revert the
passed-brigade-reuse "fix" which is currently unnecessary.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111962
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 15 Dec 2004 10:15:40 +0000 (10:15 +0000)]
adjust revision reference
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111960
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 15 Dec 2004 10:08:09 +0000 (10:08 +0000)]
* modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup): Fix segfaults
from using ap_log_cerror from a c->pool cleanup; the debug message
triggers too often anyway so just remove it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111959
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 15 Dec 2004 01:27:05 +0000 (01:27 +0000)]
Balancer is new, so just has the 2004 copyright.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111909
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 14 Dec 2004 23:01:47 +0000 (23:01 +0000)]
svn:eol-style = native
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111895
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 14 Dec 2004 22:51:44 +0000 (22:51 +0000)]
update whole transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111894
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 14 Dec 2004 22:45:05 +0000 (22:45 +0000)]
adjust properties:
- svn:eol-style = native
- svn:keywords = LastChangedRevision for mod_dumpio.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111892
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 14 Dec 2004 22:20:15 +0000 (22:20 +0000)]
this module description starts 2004
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111889
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Dec 2004 19:00:24 +0000 (19:00 +0000)]
Full ignore list
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111859
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Tue, 14 Dec 2004 18:58:25 +0000 (18:58 +0000)]
"transfered" is not a word.
s/transfered/transferred/g;
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111858
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Dec 2004 18:58:07 +0000 (18:58 +0000)]
Prop update - ignore
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111857
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Dec 2004 18:42:15 +0000 (18:42 +0000)]
ignore
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111852
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Dec 2004 18:12:01 +0000 (18:12 +0000)]
Fix the directive descriptions
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111850
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Dec 2004 17:57:24 +0000 (17:57 +0000)]
And auto-gened files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111846
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Dec 2004 17:26:51 +0000 (17:26 +0000)]
Add in 1st version docs for mod_dumpio...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111844
13f79535 -47bb-0310-9956-
ffa450edef68