]> granicus.if.org Git - apache/log
apache
16 years agoMinor tweaks to grammar and examples.
Rich Bowen [Wed, 28 May 2008 02:10:56 +0000 (02:10 +0000)]
Minor tweaks to grammar and examples.

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

16 years agobackported in r660756
Roy T. Fielding [Tue, 27 May 2008 23:14:10 +0000 (23:14 +0000)]
backported in r660756

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

16 years agobackported to 2.2.x in r660728
Eric Covener [Tue, 27 May 2008 21:44:26 +0000 (21:44 +0000)]
backported to 2.2.x in r660728

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

16 years ago* mod_proxy_http.c
Ruediger Pluem [Tue, 27 May 2008 21:40:48 +0000 (21:40 +0000)]
*  mod_proxy_http.c
   Ensure that the EOC bucket is inserted BEFORE an EOS bucket in bb as
   some resource filters like mod_deflate pass everything up to the EOS
   down the chain immediately and sent the remainder of the brigade later
   (or even never). But in this case the ap_http_header_filter does not
   get out of our way soon enough.

   http_filters.c
   Remove all data buckets that are in a brigade after an EOC bucket
   was seen, as an EOC bucket tells us that no (further) resource
   and protocol data should go out to the client. OTOH meta buckets
   are still welcome as they might trigger needed actions down in
   the chain (e.g. in network filters like SSL).
   Remark 1: It is needed to dump ALL data buckets in the brigade
             since an filter in between might have inserted data
             buckets BEFORE the EOC bucket sent by the original
             sender and we do NOT want this data to be sent.
   Remark 2: Dumping all data buckets here does not necessarily mean
             that no further data is send to the client as:
             1. Network filters like SSL can still be triggered via
                meta buckets to talk with the client e.g. for a
                clean shutdown.
             2. There could be still data that was buffered before
                down in the chain that gets flushed by a FLUSH or an
                EOS bucket.

PR: 37770

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

16 years agopart of ab sync
Roy T. Fielding [Tue, 27 May 2008 20:51:44 +0000 (20:51 +0000)]
part of ab sync

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

16 years agoBackported as of r660587
Jim Jagielski [Tue, 27 May 2008 16:29:57 +0000 (16:29 +0000)]
Backported as of r660587

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

16 years ago* These are now backported.
Ruediger Pluem [Tue, 27 May 2008 16:01:23 +0000 (16:01 +0000)]
* These are now backported.

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

16 years ago* Make setting of HttpOnly flag more explicit.
Ruediger Pluem [Tue, 27 May 2008 15:49:30 +0000 (15:49 +0000)]
* Make setting of HttpOnly flag more explicit.

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

16 years agoupdate Turkish translations
Takashi Sato [Tue, 27 May 2008 15:38:42 +0000 (15:38 +0000)]
update Turkish translations

submitted by: Nilgün Belma Bugüner <nilgun belgeler.gen tr>

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

16 years agoupdate transformation
Takashi Sato [Tue, 27 May 2008 14:53:45 +0000 (14:53 +0000)]
update transformation

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

16 years agoCorrect the format errors of revesion reference in translations
Takashi Sato [Tue, 27 May 2008 14:38:45 +0000 (14:38 +0000)]
Correct the format errors of revesion reference in translations

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

16 years agoupdate French translations
Takashi Sato [Tue, 27 May 2008 14:06:50 +0000 (14:06 +0000)]
update French translations

submitted by: Lucien GENTIS <lucien.gentis lorraine.iufm.fr>

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

16 years agomention fix in r659560
Jeff Trawick [Tue, 27 May 2008 12:27:04 +0000 (12:27 +0000)]
mention fix in r659560

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

16 years ago* Handle the case that secure is NULL
Ruediger Pluem [Tue, 27 May 2008 10:50:23 +0000 (10:50 +0000)]
* Handle the case that secure is NULL

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

16 years ago* Introduce a flag to decide whether we sent an body to the backend or not.
Ruediger Pluem [Mon, 26 May 2008 15:04:55 +0000 (15:04 +0000)]
* Introduce a flag to decide whether we sent an body to the backend or not.

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

16 years agoApply r659902 to some translations to prevent them from being
Takashi Sato [Sun, 25 May 2008 05:02:22 +0000 (05:02 +0000)]
Apply r659902 to some translations to prevent them from being
marked as outdated.
I'm leaving translations that are already outdated.

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

16 years agoStyle fix. Almost all are detabs.
Takashi Sato [Sun, 25 May 2008 03:28:34 +0000 (03:28 +0000)]
Style fix. Almost all are detabs.

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

16 years agoFor now don't build mod_session_crypto on NetWare
Bradley Nicholes [Fri, 23 May 2008 20:22:03 +0000 (20:22 +0000)]
For now don't build mod_session_crypto on NetWare

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

16 years agoBuild mod_request on NetWare
Bradley Nicholes [Fri, 23 May 2008 19:55:14 +0000 (19:55 +0000)]
Build mod_request on NetWare

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

16 years agoAdd new exports
Bradley Nicholes [Fri, 23 May 2008 19:52:03 +0000 (19:52 +0000)]
Add new exports

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

16 years agoAdd an include path to mod_request.h
Bradley Nicholes [Fri, 23 May 2008 19:51:12 +0000 (19:51 +0000)]
Add an include path to mod_request.h

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

16 years agoThe response to the TRACE method is partially garbled on an EBCDIC platform.
Greg Ames [Fri, 23 May 2008 14:52:33 +0000 (14:52 +0000)]
The response to the TRACE method is partially garbled on an EBCDIC platform.
Send the request line and trailing CRLF in ASCII.

Submitted by:           David Jones <oscaremma gmail.com>
Reviewed and tested by: gregames

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

16 years agoDetermine registered authn/z providers directly in ap_setup_auth_internal(),
Chris Darroch [Thu, 22 May 2008 17:01:14 +0000 (17:01 +0000)]
Determine registered authn/z providers directly in ap_setup_auth_internal(),
which allows optional functions that just wrapped ap_list_provider_names()
to be removed from authn/z modules.

This change requires modules/aaa/mod_auth.h to be included into
server/request.c, which necessitates a minor change to configure.in for
Unix platforms.

I'm unable to tell whether a similar change is necessary for Windows and
NetWare builds or not.  Could developers with access to those platforms
please test and make any needed configuration or build alterations?  Thanks!

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

16 years agofix the dead links to the rewrite guide
Takashi Sato [Thu, 22 May 2008 10:12:01 +0000 (10:12 +0000)]
fix the dead links to the rewrite guide

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

16 years agoupdate transformation
Takashi Sato [Wed, 21 May 2008 23:50:10 +0000 (23:50 +0000)]
update transformation

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

16 years agoadd a module <compatibility>
Takashi Sato [Wed, 21 May 2008 23:35:52 +0000 (23:35 +0000)]
add a module <compatibility>

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

16 years agoremove directive <compatiblity>s and
Takashi Sato [Wed, 21 May 2008 23:35:09 +0000 (23:35 +0000)]
remove directive <compatiblity>s and
add a module <compatibility>

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

16 years agothe example for IfDefine
Takashi Sato [Wed, 21 May 2008 18:10:16 +0000 (18:10 +0000)]
the example for IfDefine

* add missing white space
* stop using libproxy.so
* add mod_proxy_http
* mod_rewrite is not needed for reverse proxy

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

16 years agoupdate transformation
Takashi Sato [Wed, 21 May 2008 04:22:41 +0000 (04:22 +0000)]
update transformation

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

16 years agomake the example for IfDefine use multiple-parameter.
Takashi Sato [Wed, 21 May 2008 04:10:22 +0000 (04:10 +0000)]
make the example for IfDefine use multiple-parameter.
Pointed out by: Andrew Ford <A.Ford ford-mason.co uk>

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

16 years agoWe should not use someone's domains for examples.
Takashi Sato [Wed, 21 May 2008 03:35:32 +0000 (03:35 +0000)]
We should not use someone's domains for examples.

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

16 years agofix missing committer name
Chris Darroch [Tue, 20 May 2008 23:54:44 +0000 (23:54 +0000)]
fix missing committer name

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

16 years agoupdate transformation
André Malo [Tue, 20 May 2008 20:45:01 +0000 (20:45 +0000)]
update transformation

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

16 years agoUpdate transformations
Vincent Bray [Tue, 20 May 2008 16:33:51 +0000 (16:33 +0000)]
Update transformations

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

16 years agoRemove bogus instruction
Vincent Bray [Tue, 20 May 2008 16:10:28 +0000 (16:10 +0000)]
Remove bogus instruction

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

16 years agoConvert common provider version strings ("0") to
Chris Darroch [Mon, 19 May 2008 23:53:05 +0000 (23:53 +0000)]
Convert common provider version strings ("0") to
AUTHN/Z_PROVIDER_VERSION macros defined in mod_auth.h.

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

16 years ago* Only send 100-continue if the status code so far indicates success.
Ruediger Pluem [Mon, 19 May 2008 19:30:15 +0000 (19:30 +0000)]
* Only send 100-continue if the status code so far indicates success.

PR: 43711

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

16 years agoupdate transformation
Takashi Sato [Mon, 19 May 2008 14:57:19 +0000 (14:57 +0000)]
update transformation

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

16 years agouse example.com for example domain name
Takashi Sato [Mon, 19 May 2008 14:44:47 +0000 (14:44 +0000)]
use example.com for example domain name

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

16 years agonew Japanese translation
Takashi Sato [Mon, 19 May 2008 12:19:42 +0000 (12:19 +0000)]
new Japanese translation
Submitted by: takashi
Reviewed by: OKANO Takayoshi <kano na.rim.or jp>

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

16 years agoUpdate transformations.
Jason S. Lingohr [Mon, 19 May 2008 11:21:08 +0000 (11:21 +0000)]
Update transformations.

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

16 years agoTypo fix as per PR44905, submitted by Jamie Taylor <jamie.taylor@pobox.com>.
Jason S. Lingohr [Mon, 19 May 2008 11:16:07 +0000 (11:16 +0000)]
Typo fix as per PR44905, submitted by Jamie Taylor <jamie.taylor@pobox.com>.

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

16 years agoNote "acquire" is in milliseconds.
Takashi Sato [Mon, 19 May 2008 08:58:05 +0000 (08:58 +0000)]
Note "acquire" is in milliseconds.
PR: 45033

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

16 years agorevert bogus transformation (r657505)
Takashi Sato [Sun, 18 May 2008 10:14:58 +0000 (10:14 +0000)]
revert bogus transformation (r657505)

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

16 years agoupdate transformation
Takashi Sato [Sun, 18 May 2008 07:41:47 +0000 (07:41 +0000)]
update transformation

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

16 years agoAdd default value for DBDExpire, DBDKeep, DBDMin and DBDMax.
Takashi Sato [Sun, 18 May 2008 06:52:28 +0000 (06:52 +0000)]
Add default value for DBDExpire, DBDKeep, DBDMin and DBDMax.
Pointed out by: Andrew Ford <A.Ford ford-mason.co uk>

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

16 years agoRevert unintentional changes in r657354
Nick Kew [Sat, 17 May 2008 20:47:03 +0000 (20:47 +0000)]
Revert unintentional changes in r657354

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

16 years ago* These are now backported
Ruediger Pluem [Sat, 17 May 2008 19:52:10 +0000 (19:52 +0000)]
* These are now backported

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

16 years ago* Include <limits.h> earlier if available since INT_MAX is defined there on
Ruediger Pluem [Sat, 17 May 2008 19:32:01 +0000 (19:32 +0000)]
* Include <limits.h> earlier if available since INT_MAX is defined there on
  Windows and we need INT_MAX already for the definition of MAX_REQUESTS.

PR: 45024

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

16 years agoconfigure: Don't reject libtool 2.x
Nick Kew [Sat, 17 May 2008 13:34:58 +0000 (13:34 +0000)]
configure: Don't reject libtool 2.x
PR 44817

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

16 years agoUpdate transformations.
Jason S. Lingohr [Sat, 17 May 2008 07:39:27 +0000 (07:39 +0000)]
Update transformations.

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

16 years agobuild.sh stuff.
Jason S. Lingohr [Sat, 17 May 2008 07:37:04 +0000 (07:37 +0000)]
build.sh stuff.

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

16 years agoMinor doc cleanups as submitted by David Shane Holden <dpejesh@apache.org>.
Jason S. Lingohr [Sat, 17 May 2008 06:21:58 +0000 (06:21 +0000)]
Minor doc cleanups as submitted by David Shane Holden <dpejesh@apache.org>.
Some minor changes by myself from his patch.

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

16 years agoPR 39799: add note to mod_mem_cache docs
Nick Kew [Thu, 15 May 2008 16:58:04 +0000 (16:58 +0000)]
PR 39799: add note to mod_mem_cache docs

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

16 years ago* Fix style by doing correct indenting
Ruediger Pluem [Wed, 14 May 2008 20:26:35 +0000 (20:26 +0000)]
* Fix style by doing correct indenting

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

16 years agoCheck return value of apr_file_read_full.
Paul Querna [Wed, 14 May 2008 20:14:29 +0000 (20:14 +0000)]
Check return value of apr_file_read_full.

Reported By: BOYA SUN <boya.sun case.edu>

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

16 years ago* Check for failure of apr_file_info_get call
Ruediger Pluem [Wed, 14 May 2008 20:08:45 +0000 (20:08 +0000)]
* Check for failure of apr_file_info_get call

Reported By: BOYA SUN <boya.sun case.edu>

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

16 years agoSSIEnableAccess -> SSIAccessEnable
Takashi Sato [Wed, 14 May 2008 14:20:54 +0000 (14:20 +0000)]
SSIEnableAccess -> SSIAccessEnable

Submitted by: Andrew Ford <A.Ford ford-mason.co uk>

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

16 years agor656000
Jim Jagielski [Tue, 13 May 2008 20:34:37 +0000 (20:34 +0000)]
r656000

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

16 years agor655998
Jim Jagielski [Tue, 13 May 2008 20:33:02 +0000 (20:33 +0000)]
r655998

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

16 years agoupdate transformation
Takashi Sato [Tue, 13 May 2008 16:15:50 +0000 (16:15 +0000)]
update transformation

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

16 years agosync. English Revision: 420990
Takashi Sato [Tue, 13 May 2008 15:45:59 +0000 (15:45 +0000)]
sync. English Revision: 420990

Submitted by: kawai and <kano na.rim.or jp>
Reviewed by: takashi

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

16 years agocopy up-to-date Japanese translations of 2.2 to trunk.
Takashi Sato [Tue, 13 May 2008 15:29:51 +0000 (15:29 +0000)]
copy up-to-date Japanese translations of 2.2 to trunk.
The English versions of these are the same between trunk and 2.2.

English revisions
mod/mod_cgid.xml    trunk: 425124    2.2: 425131
mod/mod_ident.xml   trunk: 420993    2.2: 421100

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

16 years ago* Don't track 1.3 compatibility
Takashi Sato [Tue, 13 May 2008 14:48:04 +0000 (14:48 +0000)]
* Don't track 1.3 compatibility
* SeeRequestTail was backported to 2.2 in r602508

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

16 years agoremove BOM
Takashi Sato [Tue, 13 May 2008 14:02:24 +0000 (14:02 +0000)]
remove BOM

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

16 years agogen_test_char: add double-quote to the list of T_HTTP_TOKEN_STOP.
Roy T. Fielding [Tue, 13 May 2008 02:51:06 +0000 (02:51 +0000)]
gen_test_char: add double-quote to the list of T_HTTP_TOKEN_STOP.

PR: 9727
Submitted by: Ville Skytt <ville.skytta iki.fi>

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

16 years agoWhen group is given as a numeric gid, validate it by looking up the
Roy T. Fielding [Tue, 13 May 2008 02:21:33 +0000 (02:21 +0000)]
When group is given as a numeric gid, validate it by looking up the
actual group name such that the name can be used in log entries.

PR: 7862
Submitted by: <y-koga apache.or.jp>, Leif W <warp-9.9 usa.net>

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

16 years agoImprove client performance by clearing connection pool instead
Roy T. Fielding [Mon, 12 May 2008 21:24:26 +0000 (21:24 +0000)]
Improve client performance by clearing connection pool instead
of destroying it.

PR 40054
Submitted by: Brad Roberts <braddr puremagic.com>

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

16 years agoDon't stop sending a request if EAGAIN is returned, which will only
Roy T. Fielding [Mon, 12 May 2008 20:53:13 +0000 (20:53 +0000)]
Don't stop sending a request if EAGAIN is returned, which will only
happen if both the write and subsequent wait are returning EAGAIN,
and count posted bytes correctly when the initial write of a request
is not complete.

PR 10038, 38861, 39679
Submitted by: Patrick McManus <mcmanus datapower.com> (in 2003)
              Stefan Fleiter <stefan.fleiter web.de>  (in 2006)
              and Davanum Srinivas (in 2006).  Committed patch
              contains parts of all three, tweaked by Roy (2008).

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

16 years agodocc
Jim Jagielski [Mon, 12 May 2008 16:07:13 +0000 (16:07 +0000)]
docc

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

16 years agobackported r655540
Jim Jagielski [Mon, 12 May 2008 16:06:42 +0000 (16:06 +0000)]
backported r655540

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

16 years agoupdate transformation
Takashi Sato [Mon, 12 May 2008 11:16:41 +0000 (11:16 +0000)]
update transformation

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

16 years agoAdd Turkish translations
Takashi Sato [Mon, 12 May 2008 10:25:02 +0000 (10:25 +0000)]
Add Turkish translations

Submitted by: Nilgün Belma Bugüner <nilgun belgeler.org>
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@655459 13f79535-47bb-0310-9956-ffa450edef68

16 years agonote that KeepAliveTimeout of the first defined virtual host
Takashi Sato [Mon, 12 May 2008 08:22:38 +0000 (08:22 +0000)]
note that KeepAliveTimeout of the first defined virtual host
in the set of NameVirtualHost will be used

improve r653856
PR: 36770

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

16 years agoMerge r332981 from 2.2:
Takashi Sato [Sun, 11 May 2008 14:44:32 +0000 (14:44 +0000)]
Merge r332981 from 2.2:
typo

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

16 years agoOverhaul ab.c stats collection and reporting to avoid integer
Roy T. Fielding [Sun, 11 May 2008 00:36:27 +0000 (00:36 +0000)]
Overhaul ab.c stats collection and reporting to avoid integer
truncation and time divisions within the test loop, retain
native time resolution until output, remove unused data,
avoid structure copies, consistently round milliseconds, and
generally avoid losing accuracy of calculation due to type casts.

Incidentally fixes output bug on gnuplot (seconds were being
output as microseconds).  It would make more sense to output
gnuplot stats as microseconds after the start of test, but
this change returns us to consistency with pre-apr versions of ab.

PR: 44878, 44931.

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

16 years agoMake sure the optional function calls are used for ap_session_set and
Graham Leggett [Sat, 10 May 2008 22:57:36 +0000 (22:57 +0000)]
Make sure the optional function calls are used for ap_session_set and
ap_session_get. [Brad Nicholes]

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

16 years agofix uninitialized variable
Roy T. Fielding [Sat, 10 May 2008 06:44:44 +0000 (06:44 +0000)]
fix uninitialized variable

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

16 years ago* Unify the spelling of my name in changelog entries. Long time ago I decided
Ruediger Pluem [Sat, 10 May 2008 06:19:03 +0000 (06:19 +0000)]
* Unify the spelling of my name in changelog entries. Long time ago I decided
  to transliterate the ü with ue.

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

16 years agoWhen testing for slash-terminated configuration paths in
Chris Darroch [Sat, 10 May 2008 00:49:03 +0000 (00:49 +0000)]
When testing for slash-terminated configuration paths in
ap_location_walk(), don't look past the start of an empty string
such as that created by a <Location ""> directive.

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

16 years agoRemove extra cruft that ended up in a commit.
Graham Leggett [Fri, 9 May 2008 23:41:10 +0000 (23:41 +0000)]
Remove extra cruft that ended up in a commit.

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

16 years agocore, mod_proxy: If a kept_body is present, it becomes safe for
Graham Leggett [Fri, 9 May 2008 22:40:01 +0000 (22:40 +0000)]
core, mod_proxy: If a kept_body is present, it becomes safe for
subrequests to support message bodies. Make sure that safety
checks within the core and within the proxy are not triggered
when kept_body is present. This makes it possible to embed
proxied POST requests within mod_include.

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

16 years agomod_auth_form: Make sure the input filter stack is properly set
Graham Leggett [Fri, 9 May 2008 22:15:37 +0000 (22:15 +0000)]
mod_auth_form: Make sure the input filter stack is properly set
up before reading the login form. Make sure the kept body filter
is correctly inserted to ensure the body can be read a second
time safely should the authn be successful. [Graham Leggett,
Ruediger Pluem]

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

16 years agomod_request: Insert the KEPT_BODY filter via the insert_filter
Graham Leggett [Fri, 9 May 2008 21:59:02 +0000 (21:59 +0000)]
mod_request: Insert the KEPT_BODY filter via the insert_filter
hook instead of during fixups. Add a safety check to ensure the
filters cannot be inserted more than once. [Graham Leggett,
Ruediger Pluem]

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

16 years agosync with 2.2.x
Jeff Trawick [Fri, 9 May 2008 13:43:48 +0000 (13:43 +0000)]
sync with 2.2.x

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

16 years agobackported to r654801
Jim Jagielski [Fri, 9 May 2008 13:28:45 +0000 (13:28 +0000)]
backported to r654801

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

16 years agosync with 2.2.x
Jeff Trawick [Fri, 9 May 2008 12:20:24 +0000 (12:20 +0000)]
sync with 2.2.x

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

16 years agoMerge r351614 from 2.2:
Takashi Sato [Fri, 9 May 2008 12:12:34 +0000 (12:12 +0000)]
Merge r351614 from 2.2:
It is mod_authN_file, not mod_auth_file

Merge r356658 from 2.2:
Mention mod_authz_user and mod_version, a new module in 2.2.

Merge r370945 from 2.2:
Fix spelling of occur.
Submitted By: Ãvar Arnfjörð Bjarmason <avarab gmail.com>

Merge r559984 from 2.2:
Fixed typo "separate" from PR 40454

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

16 years agoupdate transformation
Takashi Sato [Thu, 8 May 2008 16:57:02 +0000 (16:57 +0000)]
update transformation

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

16 years agomention the default for ProtocolEcho.
Takashi Sato [Thu, 8 May 2008 12:30:26 +0000 (12:30 +0000)]
mention the default for ProtocolEcho.

Pointed out by: Andrew Ford <A.Ford ford-mason.co.uk>

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

16 years agofix OS name for searchability
Jeff Trawick [Thu, 8 May 2008 12:20:13 +0000 (12:20 +0000)]
fix OS name for searchability

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

16 years agobackported to 2.2.x in r654348
Eric Covener [Thu, 8 May 2008 00:35:52 +0000 (00:35 +0000)]
backported to 2.2.x in r654348

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

16 years ago*) mod_cgid: Explicitly set permissions of the socket (ScriptSock) shared by
Eric Covener [Thu, 8 May 2008 00:09:53 +0000 (00:09 +0000)]
*) mod_cgid: Explicitly set permissions of the socket (ScriptSock) shared by
   mod_cgid and request processing threads, for OS'es such as HPUX and AIX
   that do not use umask for AF_UNIX socket permissions.
   [Eric Covener, Jeff Trawick]

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

16 years agomod_cgid: Don't try to restart the daemon if it fails to initialize the socket.
Jeff Trawick [Wed, 7 May 2008 19:38:50 +0000 (19:38 +0000)]
mod_cgid: Don't try to restart the daemon if it fails to initialize the socket.
It won't get any better without intervention, and it will fork() until some
sort of intervention.

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

16 years ago* Make code more readable by using OR (which is also Roys preference over AND)
Ruediger Pluem [Wed, 7 May 2008 19:24:54 +0000 (19:24 +0000)]
* Make code more readable by using OR (which is also Roys preference over AND)
  instead of XOR.

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

16 years agoFix the method used to detect the root of the request tree when subrequests
Graham Leggett [Wed, 7 May 2008 15:03:58 +0000 (15:03 +0000)]
Fix the method used to detect the root of the request tree when subrequests
are present.

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

16 years ago* modules/ssl/mod_ssl.c (ssl_cleanup_pre_config): Remove the call to
Joe Orton [Wed, 7 May 2008 14:17:31 +0000 (14:17 +0000)]
* modules/ssl/mod_ssl.c (ssl_cleanup_pre_config): Remove the call to
  CRYPTO_cleanup_all_ex_data here, fixing a per-connection memory leak
  which occurs if the client indicates support for a compression
  algorithm in the initial handshake, and mod_ssl is linked against
  OpenSSL >= 0.9.8f.

Thanks to Amund Elstad and Dr Stephen Henson for analysis of this
issue.

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

16 years agomention that KeepAliveTimeout will be ignored in a name-based virtual host context.
Takashi Sato [Tue, 6 May 2008 17:56:59 +0000 (17:56 +0000)]
mention that KeepAliveTimeout will be ignored in a name-based virtual host context.
PR: 36770

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

16 years agoBackported to 2.2.x in r653772
Jim Jagielski [Tue, 6 May 2008 13:38:42 +0000 (13:38 +0000)]
Backported to 2.2.x in r653772

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

16 years agoupdate transformation
Takashi Sato [Tue, 6 May 2008 08:31:14 +0000 (08:31 +0000)]
update transformation

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