]> granicus.if.org Git - apache/log
apache
19 years agoAdd including of util_charset.h otherwise ap_hdrs_from_ascii is not defined.
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

19 years agoupdate transformation
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

19 years agoupdate German translation
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

19 years agoMETA elements are defined in the document head which is bart of the response body...
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

19 years agoUpdate Japanese translation.
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

19 years agoUpdate copyright to new format and year.
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

19 years agoUpdate copyright notice to new format to show what needs
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

19 years ago Eliminate a very ugly race - the parallel starting threads were picking
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

19 years ago Relative paths were wrong, for the recent ap_release.h patch.
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

19 years agoKill the pool cleanup when closing non cachable connection.
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

19 years ago FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!
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

19 years agoFix closing connection for non-cachable proxies.
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

19 years agoClose the connection for generic forward and
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

19 years agoWe generally call these slashes rather than sloshes.
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

19 years agoSimplify connection address and port resolving for non-cachable workers (gereric...
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

19 years agoDo not cache hostname and port for forward and
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

19 years agoupdate transformation
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

19 years agomod_proxy: Fix a request corruption problem and a buffering problem
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

19 years agoAs per bug 22061, this paragraph predates RedirectMatch, and is thus
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

19 years agoIf we're going to recommend a book, we should recommend the edition
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

19 years agoAs per bug #30308, added example where a virtual host is proxied to
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

19 years agoPorted changes over from 2.0 docs.
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

19 years agoThe current config.guess in APR outputs i386-pc-os2-emx on OS/2 rather than
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

19 years agoupdate transformation
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

19 years agoapply markup in directive description fields
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

19 years agoupdate transformation
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

19 years ago- use better markup
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

19 years agoupdate transformation
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

19 years agoMove the timeout explanation sentence to the proper place in the table.
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

19 years agoExplain new proxy parameters.
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

19 years agoTypo.
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

19 years agoFix the RPM spec file so that an RPM build now works. An RPM
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

19 years agoupdate transformation
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

19 years agosvn:eol-style = native
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

19 years agoAdd the modules/debug directory to the NetWare build
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

19 years agoAdd NetWare make files
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

19 years agoClean up a type mismatch
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

19 years agoPer request, add a short description of the module in CHANGES
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

19 years agosimplify the BalancerMember load factor weighting. Instead of
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

19 years agoFix transnote tag usage.
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

19 years agoChange the names of the debug and release output build directories so they don't...
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

19 years agoupdate transformation
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

19 years agoNew Japanese translation.
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

19 years ago* include/http_config.h: Add missing parameter name.
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

19 years agoClose paren.
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

19 years ago* modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Revert the
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

19 years agoadjust revision reference
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

19 years ago* modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup): Fix segfaults
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

19 years agoBalancer is new, so just has the 2004 copyright.
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

19 years agosvn:eol-style = native
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

19 years agoupdate whole transformation
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

19 years agoadjust properties:
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

19 years agothis module description starts 2004
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

19 years agoFull ignore list
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

19 years ago"transfered" is not a word.
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

19 years agoProp update - ignore
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

19 years agoignore
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

19 years agoFix the directive descriptions
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

19 years agoAnd auto-gened files
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

19 years agoAdd in 1st version docs for mod_dumpio...
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

19 years agoDocument mod_dumpio being added. Docs to come.
Jim Jagielski [Tue, 14 Dec 2004 17:07:23 +0000 (17:07 +0000)]
Document mod_dumpio being added. Docs to come.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111838 13f79535-47bb-0310-9956-ffa450edef68

19 years agoAdd in mod_dumpio in the new debug module directory. Also, place
Jim Jagielski [Tue, 14 Dec 2004 17:04:58 +0000 (17:04 +0000)]
Add in mod_dumpio in the new debug module directory. Also, place
mod_bucketeer in there as well, since it is more a debugging
module (and as per list suggestions)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111837 13f79535-47bb-0310-9956-ffa450edef68

19 years agogrammatical parameter change... "readed" -> "read"
Jim Jagielski [Tue, 14 Dec 2004 16:08:55 +0000 (16:08 +0000)]
grammatical parameter change... "readed" -> "read"

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111830 13f79535-47bb-0310-9956-ffa450edef68

19 years agoMake proxy address cache thread safe and available only
Mladen Turk [Tue, 14 Dec 2004 15:45:19 +0000 (15:45 +0000)]
Make proxy address cache thread safe and available only
to pooled workers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111827 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* Style fixes only. No functional changes. Remove two tabs. Fix an If. Split a String.
Paul Querna [Mon, 13 Dec 2004 16:13:06 +0000 (16:13 +0000)]
* Style fixes only. No functional changes. Remove two tabs. Fix an If. Split a String.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111719 13f79535-47bb-0310-9956-ffa450edef68

19 years agoWe are an int.
Jim Jagielski [Mon, 13 Dec 2004 13:47:29 +0000 (13:47 +0000)]
We are an int.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111712 13f79535-47bb-0310-9956-ffa450edef68

19 years agoSeems to me that if we have a worker which is usable, we
Jim Jagielski [Mon, 13 Dec 2004 13:40:25 +0000 (13:40 +0000)]
Seems to me that if we have a worker which is usable, we
should return that. Otherwise we have no worker (worker
is NULL) and we should return that or else the if clause
takes care of setting worker correctly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111711 13f79535-47bb-0310-9956-ffa450edef68

19 years agoFilterDeclare declares.
Yoshiki Hayashi [Sun, 12 Dec 2004 02:56:31 +0000 (02:56 +0000)]
FilterDeclare declares.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111628 13f79535-47bb-0310-9956-ffa450edef68

19 years agoUpdate Japanese translation.
Yoshiki Hayashi [Sun, 12 Dec 2004 00:05:44 +0000 (00:05 +0000)]
Update Japanese translation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111623 13f79535-47bb-0310-9956-ffa450edef68

19 years agoswitch to the new format for outdated revision references
André Malo [Sat, 11 Dec 2004 18:21:42 +0000 (18:21 +0000)]
switch to the new format for outdated revision references

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111611 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* Add bits to use APR_TCP_DEFER_ACCEPT
Paul Querna [Sat, 11 Dec 2004 09:53:16 +0000 (09:53 +0000)]
* Add bits to use APR_TCP_DEFER_ACCEPT
* Log Warnings when adding defer accept or an accept filter fails.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111596 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* core_filters.c: If APR_MAX_IOVEC_SIZE is defined, make sure we are under that limit.
Paul Querna [Sat, 11 Dec 2004 09:34:19 +0000 (09:34 +0000)]
* core_filters.c: If APR_MAX_IOVEC_SIZE is defined, make sure we are under that limit.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111594 13f79535-47bb-0310-9956-ffa450edef68

19 years agobuild all.
Paul Querna [Sat, 11 Dec 2004 09:14:57 +0000 (09:14 +0000)]
build all.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111593 13f79535-47bb-0310-9956-ffa450edef68

19 years agoPCRE was ugpraded to 5.0.
Paul Querna [Sat, 11 Dec 2004 09:13:32 +0000 (09:13 +0000)]
PCRE was ugpraded to 5.0.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111592 13f79535-47bb-0310-9956-ffa450edef68

19 years agobuild all
André Malo [Sat, 11 Dec 2004 08:51:30 +0000 (08:51 +0000)]
build all

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111590 13f79535-47bb-0310-9956-ffa450edef68

19 years agoMention TLS Upgrade Support as a new feature.
Paul Querna [Sat, 11 Dec 2004 08:48:01 +0000 (08:48 +0000)]
Mention TLS Upgrade Support as a new feature.
Add blurb about the new -M option to httpd.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111589 13f79535-47bb-0310-9956-ffa450edef68

19 years agoMention that SSLEngine can be set to 'option' to enable TLS Upgrade.
Paul Querna [Sat, 11 Dec 2004 08:46:23 +0000 (08:46 +0000)]
Mention that SSLEngine can be set to 'option' to enable TLS Upgrade.
A more detailed section explaining TLS Upgrade would be helpful.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111588 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* mod/mod_proxy.xml: First Draft trying to explain how to tune pooled connections.
Paul Querna [Sat, 11 Dec 2004 08:25:39 +0000 (08:25 +0000)]
* mod/mod_proxy.xml: First Draft trying to explain how to tune pooled connections.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111587 13f79535-47bb-0310-9956-ffa450edef68

19 years agoupdate transformation
André Malo [Sat, 11 Dec 2004 08:24:03 +0000 (08:24 +0000)]
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111586 13f79535-47bb-0310-9956-ffa450edef68

19 years agoRemove AddDefaultCharset from the default configuration because
Roy T. Fielding [Sat, 11 Dec 2004 05:57:29 +0000 (05:57 +0000)]
Remove AddDefaultCharset from the default configuration because
setting a site-wide default does more harm than good.

PR: 23421

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111581 13f79535-47bb-0310-9956-ffa450edef68

19 years agoAdd charset to the painfully old example scripts.
Roy T. Fielding [Sat, 11 Dec 2004 05:52:29 +0000 (05:52 +0000)]
Add charset to the painfully old example scripts.
These should really be replaced with proper encoding
of the output.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111580 13f79535-47bb-0310-9956-ffa450edef68

19 years agoMore authn/authz error.
Yoshiki Hayashi [Sat, 11 Dec 2004 00:35:37 +0000 (00:35 +0000)]
More authn/authz error.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111560 13f79535-47bb-0310-9956-ffa450edef68

19 years agoupdate transformation
André Malo [Fri, 10 Dec 2004 18:08:49 +0000 (18:08 +0000)]
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111535 13f79535-47bb-0310-9956-ffa450edef68

19 years agoavoid vim autoindent :)
Jim Jagielski [Fri, 10 Dec 2004 16:49:16 +0000 (16:49 +0000)]
avoid vim autoindent :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111520 13f79535-47bb-0310-9956-ffa450edef68

19 years agoDangerous assumption, especially if apr_dir_read uses readdir_r.
Jim Jagielski [Fri, 10 Dec 2004 15:54:17 +0000 (15:54 +0000)]
Dangerous assumption, especially if apr_dir_read uses readdir_r.
Be safe.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111516 13f79535-47bb-0310-9956-ffa450edef68

19 years agoIt's authn that manages authentication.
Yoshiki Hayashi [Fri, 10 Dec 2004 07:38:02 +0000 (07:38 +0000)]
It's authn that manages authentication.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111481 13f79535-47bb-0310-9956-ffa450edef68

19 years agoOne more s/authentication/authorization/.
Yoshiki Hayashi [Fri, 10 Dec 2004 07:27:32 +0000 (07:27 +0000)]
One more s/authentication/authorization/.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111480 13f79535-47bb-0310-9956-ffa450edef68

19 years agoThese modules are for authorization, not authentication.
Yoshiki Hayashi [Fri, 10 Dec 2004 07:10:49 +0000 (07:10 +0000)]
These modules are for authorization, not authentication.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111474 13f79535-47bb-0310-9956-ffa450edef68

19 years agoundo changes made in 111386 due to veto
Geoffrey Young [Thu, 9 Dec 2004 21:09:26 +0000 (21:09 +0000)]
undo changes made in 111386 due to veto

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111432 13f79535-47bb-0310-9956-ffa450edef68

19 years agoMinor update to running the dftables utility on NetWare
Bradley Nicholes [Thu, 9 Dec 2004 18:01:23 +0000 (18:01 +0000)]
Minor update to running the dftables utility on NetWare

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111410 13f79535-47bb-0310-9956-ffa450edef68

19 years agowhoops, wrong PR number
Geoffrey Young [Thu, 9 Dec 2004 14:19:18 +0000 (14:19 +0000)]
whoops, wrong PR number

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111387 13f79535-47bb-0310-9956-ffa450edef68

19 years agoadd response code 226 constant (HTTP_IM_USED) and status
Geoffrey Young [Thu, 9 Dec 2004 14:16:16 +0000 (14:16 +0000)]
add response code 226 constant (HTTP_IM_USED) and status
line ("226 IM Used").  PR 31128.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111386 13f79535-47bb-0310-9956-ffa450edef68

19 years agoap_queue_push: update comment to reflect reality
Greg Ames [Thu, 9 Dec 2004 14:11:29 +0000 (14:11 +0000)]
ap_queue_push:  update comment to reflect reality

pointed out by: Ron Park (ronp cnet.com)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111385 13f79535-47bb-0310-9956-ffa450edef68

19 years agoSet the connection addr from connection pool addres
Mladen Turk [Thu, 9 Dec 2004 08:07:27 +0000 (08:07 +0000)]
Set the connection addr from connection pool addres
since proxy_ftp does not use the determine_connection
call.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111359 13f79535-47bb-0310-9956-ffa450edef68

19 years agoOnward ho to 2.1.3...
Justin Erenkrantz [Thu, 9 Dec 2004 04:52:33 +0000 (04:52 +0000)]
Onward ho to 2.1.3...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111353 13f79535-47bb-0310-9956-ffa450edef68

19 years agoIt's time for 2.1.2.
Justin Erenkrantz [Thu, 9 Dec 2004 04:50:10 +0000 (04:50 +0000)]
It's time for 2.1.2.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111351 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* modules/arch/netware/mod_nw_ssl.c (ssl_io_filter_Upgrade): Simplify the
Bradley Nicholes [Wed, 8 Dec 2004 23:22:09 +0000 (23:22 +0000)]
* modules/arch/netware/mod_nw_ssl.c (ssl_io_filter_Upgrade): Simplify the
Upgrade header check; allow upgrades on any method; don't drop the
ap_pass_brigade return value.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111327 13f79535-47bb-0310-9956-ffa450edef68

19 years agomod_proxy: Respect errors reported by pre_connection hooks.
Jeff Trawick [Wed, 8 Dec 2004 20:19:04 +0000 (20:19 +0000)]
mod_proxy: Respect errors reported by pre_connection hooks.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111304 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify): Use
Joe Orton [Wed, 8 Dec 2004 09:43:21 +0000 (09:43 +0000)]
* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify): Use
X509_STORE_CTX_get_ex_data() and SSL_get_ex_data_X509_STORE_CTX_idx()
to use the correct ex_data index from the context in pathological
cases where SSL_get_ex_data_X509_STORE_CTX_idx() does not return 0.

PR: 32529

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111241 13f79535-47bb-0310-9956-ffa450edef68

19 years agoUse sligthly better markup.
Yoshiki Hayashi [Wed, 8 Dec 2004 03:00:41 +0000 (03:00 +0000)]
Use sligthly better markup.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111199 13f79535-47bb-0310-9956-ffa450edef68