]> granicus.if.org Git - apache/log
apache
17 years agoDon't try to compress/decompress where there's a Content-Range.
Nick Kew [Mon, 6 Aug 2007 14:37:42 +0000 (14:37 +0000)]
Don't try to compress/decompress where there's a Content-Range.
According to RFC2616, the range would have to apply *after*
applying content-encoding, so anything that's been set before
running the deflate filter is going to be broken.

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

17 years agoThese atomics expect apr_uint32_t *... The expectation, of course,
Jim Jagielski [Mon, 6 Aug 2007 14:20:24 +0000 (14:20 +0000)]
These atomics expect apr_uint32_t *... The expectation, of course,
is that the add/inc still works "as expected" even though we
are using signed values.

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

17 years agoAha! This explains some of the weird things I was seeing.
Jim Jagielski [Mon, 6 Aug 2007 14:08:37 +0000 (14:08 +0000)]
Aha! This explains some of the weird things I was seeing.
Pull down and fold in patch from r109510 for event.c

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

17 years agomod_deflate - discussion on dev@
Nick Kew [Mon, 6 Aug 2007 13:53:35 +0000 (13:53 +0000)]
mod_deflate - discussion on dev@
Postpone unsetting of headers until after first get_brigade from upstream

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

17 years ago* Avoid that relative changes to Options change the settings for FileETag.
Ruediger Pluem [Sun, 5 Aug 2007 12:47:44 +0000 (12:47 +0000)]
* Avoid that relative changes to Options change the settings for FileETag.
  This does NOT address the remaining issues with relative settings and
  FileETag mentioned in PR 42027, but at least it isolates the problem
  to them. Currently these issues can be worked around with absolute
  settings.

PR: 42027
Submitted by: Rici Lake <rici ricilake.net>
Reviewed by: rpluem

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

17 years agoTrying to fill in some of the flags here, complete with detailed
Rich Bowen [Sun, 5 Aug 2007 12:24:31 +0000 (12:24 +0000)]
Trying to fill in some of the flags here, complete with detailed
explanations and examples.

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

17 years ago *) mod_proxy: Improve network performance by setting APR_TCP_NODELAY
Jim Jagielski [Fri, 3 Aug 2007 15:57:27 +0000 (15:57 +0000)]
  *) mod_proxy: Improve network performance by setting APR_TCP_NODELAY
     (disable Nagle algorithm) on sockets if implemented.
     PR 42871 [Christian BOITEL <christian_boitel yahoo.fr>, Jim Jagielski]

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

17 years agoGeneralise the content encoding detection and protocol:
Nick Kew [Fri, 3 Aug 2007 15:42:30 +0000 (15:42 +0000)]
Generalise the content encoding detection and protocol:
so it aslo works in inflate out filter, as suggested by rpluem.

NOTE: this fails with some generators (cgi, asis) due to a deeper bug:
content-encoding is set later than mod_deflate sees it.  This has always
been the case, and could use a separate fix if anyone wants inflate_out
other than in a proxy situation.  And it's not mod_deflate's problem.

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

17 years agoPR 42847.
Jim Jagielski [Fri, 3 Aug 2007 15:26:34 +0000 (15:26 +0000)]
PR 42847.

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

17 years agoSync with 2.2.5-dev
Jim Jagielski [Fri, 3 Aug 2007 15:24:37 +0000 (15:24 +0000)]
Sync with 2.2.5-dev

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

17 years agoFormat changes
Jim Jagielski [Fri, 3 Aug 2007 15:22:54 +0000 (15:22 +0000)]
Format changes

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

17 years agoNon-functional change. Simple cleanup.
Jim Jagielski [Fri, 3 Aug 2007 14:54:40 +0000 (14:54 +0000)]
Non-functional change. Simple cleanup.
PR: 42805

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

17 years agoUpdate doccos w/ latest xforms
Jim Jagielski [Fri, 3 Aug 2007 12:38:17 +0000 (12:38 +0000)]
Update doccos w/ latest xforms

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

17 years agoremove BOM character. If using vim, add "set nobomb" to ~/.vimrc
Roy T. Fielding [Thu, 2 Aug 2007 21:25:03 +0000 (21:25 +0000)]
remove BOM character.  If using vim, add "set nobomb" to ~/.vimrc

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

17 years agoNote mime.types updates
Nick Kew [Thu, 2 Aug 2007 20:22:01 +0000 (20:22 +0000)]
Note mime.types updates

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

17 years agoA couple of cleanups to the nested group code based on review comments.
Paul J. Reder [Thu, 2 Aug 2007 16:17:17 +0000 (16:17 +0000)]
A couple of cleanups to the nested group code based on review comments.

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

17 years agoUpdated ad per PR 38698.
Tony Stevenson [Thu, 2 Aug 2007 11:34:22 +0000 (11:34 +0000)]
Updated ad per PR 38698.

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

17 years agoPatched, as per PR 41793. Issue raised by Joel Nelson.
Tony Stevenson [Thu, 2 Aug 2007 11:02:36 +0000 (11:02 +0000)]
Patched, as per PR 41793. Issue raised by Joel Nelson.

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

17 years agoImprovement suggested by rpluem to proxy_date fix
Nick Kew [Thu, 2 Aug 2007 10:17:25 +0000 (10:17 +0000)]
Improvement suggested by rpluem to proxy_date fix

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

17 years agoChange the flag list to a <dl> instead of <ul>. Seems much more readable to me.
Joshua Slive [Wed, 1 Aug 2007 19:04:21 +0000 (19:04 +0000)]
Change the flag list to a <dl> instead of <ul>. Seems much more readable to me.

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

17 years agoNote the L doesn't necessarily mean no more rewriting.
Joshua Slive [Wed, 1 Aug 2007 18:50:43 +0000 (18:50 +0000)]
Note the L doesn't necessarily mean no more rewriting.

PR: 40004

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

17 years agoR flag to mod_rewrite can set any status code
Joshua Slive [Wed, 1 Aug 2007 18:39:04 +0000 (18:39 +0000)]
R flag to mod_rewrite can set any status code

PR: 25917

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

17 years agoFix DNS load balancing example.
Joshua Slive [Wed, 1 Aug 2007 17:52:15 +0000 (17:52 +0000)]
Fix DNS load balancing example.

Submitted by: Takashi Sato <serai lans-tv.com>
PR: 23501

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

17 years agoSome updates to the RewriteRule docs, mostly focusing on clearly
Joshua Slive [Wed, 1 Aug 2007 15:21:31 +0000 (15:21 +0000)]
Some updates to the RewriteRule docs, mostly focusing on clearly
describing what can be in the substitution string. Included is
a description of how mod_rewrite decides whether to treat the
substitution as a file-system or URL-path.

PR: 22529

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

17 years agoA couple small fixes suggested by Vincent.
Joshua Slive [Wed, 1 Aug 2007 13:54:06 +0000 (13:54 +0000)]
A couple small fixes suggested by Vincent.

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

17 years agocreate the brigate outside ap_proxygetline and reuse it.
Jean-Frederic Clere [Wed, 1 Aug 2007 12:20:34 +0000 (12:20 +0000)]
create the brigate outside ap_proxygetline and reuse it.
correct the overflow handling. (returning APR_ENOSPC was
changing the behaviour).

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

17 years agoFix buffer overflow in date handling
Nick Kew [Wed, 1 Aug 2007 00:58:20 +0000 (00:58 +0000)]
Fix buffer overflow in date handling
PR 41144 (Davi Arnaut)

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

17 years agoUpdate the generated man page for -D change.
Joshua Slive [Tue, 31 Jul 2007 20:23:38 +0000 (20:23 +0000)]
Update the generated man page for -D change.

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

17 years agoDocument some -D magic.
Joshua Slive [Tue, 31 Jul 2007 20:21:45 +0000 (20:21 +0000)]
Document some -D magic.

PR: 41148

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

17 years agoDocuemnt the x- headers added by mod_proxy_http.
Joshua Slive [Tue, 31 Jul 2007 20:13:50 +0000 (20:13 +0000)]
Docuemnt the x- headers added by mod_proxy_http.

PR: 41097

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

17 years agoRemove the date from the multi-language error pages
Joshua Slive [Tue, 31 Jul 2007 19:49:08 +0000 (19:49 +0000)]
Remove the date from the multi-language error pages
because it is unlocalizable and generally useless.

PR: 40432

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

17 years agoDocument that PT implies L.
Joshua Slive [Tue, 31 Jul 2007 19:46:05 +0000 (19:46 +0000)]
Document that PT implies L.

PR: 40046

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

17 years agoRemove misleading compat info.
Joshua Slive [Tue, 31 Jul 2007 19:40:15 +0000 (19:40 +0000)]
Remove misleading compat info.

PR: 38819

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

17 years agoExplicitly mention how to do rewriting in a vhost.
Joshua Slive [Tue, 31 Jul 2007 19:36:41 +0000 (19:36 +0000)]
Explicitly mention how to do rewriting in a vhost.

PR: 36506

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

17 years agoMove dir2 over to folder2 also for consistency. (These are never used anywhere.)
Joshua Slive [Tue, 31 Jul 2007 19:17:09 +0000 (19:17 +0000)]
Move dir2 over to folder2 also for consistency. (These are never used anywhere.)

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

17 years agoconf/extra/httpd-autoindex.conf references folder.gif, not dir.gif, so
Joshua Slive [Tue, 31 Jul 2007 19:16:23 +0000 (19:16 +0000)]
conf/extra/httpd-autoindex.conf references folder.gif, not dir.gif, so
change the names here.

PR: 33508

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

17 years agothis appears to be a "mv" rather than a "swap", so we should be able to
Greg Ames [Tue, 31 Jul 2007 14:54:46 +0000 (14:54 +0000)]
this appears to be a "mv" rather than a "swap", so we should be able to
simplify & shave off a couple of cycles.

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

17 years agoBe liberal in what we accept. Where it matters.
Nick Kew [Mon, 30 Jul 2007 12:30:36 +0000 (12:30 +0000)]
Be liberal in what we accept.  Where it matters.

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

17 years agoBe liberal and correct in what we accept
Nick Kew [Mon, 30 Jul 2007 12:24:49 +0000 (12:24 +0000)]
Be liberal and correct in what we accept

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

17 years agoUpdate r560689 following rpluem's analysis thereof.
Nick Kew [Sun, 29 Jul 2007 20:47:44 +0000 (20:47 +0000)]
Update r560689 following rpluem's analysis thereof.

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

17 years agoFix protocol handling in mod_deflate input filter
Nick Kew [Sun, 29 Jul 2007 08:35:56 +0000 (08:35 +0000)]
Fix protocol handling in mod_deflate input filter
PR 23287

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

17 years agoPR: 40299 Registered Javascript/ECMAScript MIME types (RFC4329)
Nick Kew [Sat, 28 Jul 2007 12:21:14 +0000 (12:21 +0000)]
PR: 40299 Registered Javascript/ECMAScript MIME types (RFC4329)
PR: 40379 Apple installer registered type

Comment: "dist" and "pkg" are too widely used to reserve.
Not sure if they could be overloaded in the context of "extension"s?

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

17 years ago mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
Paul J. Reder [Fri, 27 Jul 2007 20:34:41 +0000 (20:34 +0000)]
 mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
     to authorize an authenticated user via a "require ldap-group X" directive
     where the user is not in group X, but is in a subgroup contained in X.
     PR 42891 [Paul J. Reder]

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

17 years agoRationalisation suggested by rpluem
Nick Kew [Thu, 26 Jul 2007 21:41:43 +0000 (21:41 +0000)]
Rationalisation suggested by rpluem

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

17 years agoupdate transformation
André Malo [Thu, 26 Jul 2007 21:22:57 +0000 (21:22 +0000)]
update transformation

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

17 years agoremove linebreak which causes a bogus anchor
André Malo [Thu, 26 Jul 2007 21:18:00 +0000 (21:18 +0000)]
remove linebreak which causes a bogus anchor

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

17 years agoPR 41334. Replaced apache, with httpd as the binary name.
Tony Stevenson [Thu, 26 Jul 2007 20:51:23 +0000 (20:51 +0000)]
PR 41334.  Replaced apache, with httpd as the binary name.

Thanks Brett

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

17 years agoNote mod_filter fixes
Nick Kew [Thu, 26 Jul 2007 14:53:25 +0000 (14:53 +0000)]
Note mod_filter fixes

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

17 years agoFix integer comparisons in mod_filter
Nick Kew [Thu, 26 Jul 2007 14:48:48 +0000 (14:48 +0000)]
Fix integer comparisons in mod_filter
PR: 41835

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

17 years agomod_filter: fix merging of ! and =
Nick Kew [Thu, 26 Jul 2007 13:21:20 +0000 (13:21 +0000)]
mod_filter: fix merging of ! and =
PR: 42186 - patch by Issac Goldstand

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

17 years agoBuild artifacts
Vincent Bray [Thu, 26 Jul 2007 08:35:43 +0000 (08:35 +0000)]
Build artifacts

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

17 years agoLink to filters page to address PR35102
Vincent Bray [Thu, 26 Jul 2007 08:32:23 +0000 (08:32 +0000)]
Link to filters page to address PR35102

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

17 years agoCorrectly reference the FilesMatch directive.
Rich Bowen [Wed, 25 Jul 2007 17:04:16 +0000 (17:04 +0000)]
Correctly reference the FilesMatch directive.

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

17 years agoAn example of using the [T] flag.
Rich Bowen [Wed, 25 Jul 2007 16:22:24 +0000 (16:22 +0000)]
An example of using the [T] flag.

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

17 years agoFix rewriterule directive, as per comment #9 in
Rich Bowen [Wed, 25 Jul 2007 15:38:14 +0000 (15:38 +0000)]
Fix rewriterule directive, as per comment #9 in
http://issues.apache.org/bugzilla/show_bug.cgi?id=40004

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

17 years ago[PR36917] Document pre-2.2.4 behaviour of mod_dumpio
Vincent Bray [Tue, 24 Jul 2007 10:54:35 +0000 (10:54 +0000)]
[PR36917] Document pre-2.2.4 behaviour of mod_dumpio

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

17 years agorebuild everything
André Malo [Mon, 23 Jul 2007 21:11:50 +0000 (21:11 +0000)]
rebuild everything

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

17 years agofix eol-style
André Malo [Mon, 23 Jul 2007 21:06:31 +0000 (21:06 +0000)]
fix eol-style

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

17 years agoAddress PR42898 by qualifying the value of Pattern for RewriteRule, and later explain...
Vincent Bray [Mon, 23 Jul 2007 19:23:24 +0000 (19:23 +0000)]
Address PR42898 by qualifying the value of Pattern for RewriteRule, and later explaining how to snarf the rest of the request url. (and the usual build detritus).

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

17 years agoDemote use of AddType for cgi and remove redundant paragraph regarding DOCUMENT_ROOT
Vincent Bray [Mon, 23 Jul 2007 13:31:19 +0000 (13:31 +0000)]
Demote use of AddType for cgi and remove redundant paragraph regarding DOCUMENT_ROOT

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

17 years agoTypo (wilcard) in LocationMatch.
Vincent Bray [Mon, 23 Jul 2007 12:03:33 +0000 (12:03 +0000)]
Typo (wilcard) in LocationMatch.
Sync build output (outdated markers) from the previous few commits.
Couple of minor language adjustments.
Commit build of recent ap_regcomp/ap_regexec fix in new_features_2_2

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

17 years agoUndocument 1.3 quoting behaviour for ErrorDocument.
Vincent Bray [Mon, 23 Jul 2007 11:28:37 +0000 (11:28 +0000)]
Undocument 1.3 quoting behaviour for ErrorDocument.

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

17 years agoExplain that ? and * don't match / in Location regexen, submitted by Eric
Vincent Bray [Mon, 23 Jul 2007 08:24:06 +0000 (08:24 +0000)]
Explain that ? and * don't match / in Location regexen, submitted by Eric
Covener Sept 23, '06

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

17 years agoFix title per docs@ thread "Typo in /caching.html" 12 June '06
Vincent Bray [Mon, 23 Jul 2007 07:33:44 +0000 (07:33 +0000)]
Fix title per docs@ thread "Typo in /caching.html" 12 June '06

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

17 years agoReword description of matching NVH with VH, per docs@, subject "NameVirtualHost
Vincent Bray [Mon, 23 Jul 2007 07:17:22 +0000 (07:17 +0000)]
Reword description of matching NVH with VH, per docs@, subject "NameVirtualHost
and <VirtualHost>" June 12, 2006.

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

17 years agoLanguage fix submitted by Lucien Gentis to docs@
Vincent Bray [Sun, 22 Jul 2007 13:50:16 +0000 (13:50 +0000)]
Language fix submitted by Lucien Gentis to docs@

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

17 years agoTypo fix. s/proxys/proxies/
Vincent Bray [Sun, 22 Jul 2007 08:20:07 +0000 (08:20 +0000)]
Typo fix. s/proxys/proxies/

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

17 years agoclose directory blocks
Rich Bowen [Sat, 21 Jul 2007 20:46:02 +0000 (20:46 +0000)]
close directory blocks

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

17 years ago* We need to supply a (char *) to ap_str_tolower not a char.
Ruediger Pluem [Fri, 20 Jul 2007 20:54:29 +0000 (20:54 +0000)]
* We need to supply a (char *) to ap_str_tolower not a char.

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

17 years agothe cost of synchronized SMP proof updates far outweighs the value of having
Greg Ames [Fri, 20 Jul 2007 16:20:10 +0000 (16:20 +0000)]
the cost of synchronized SMP proof updates far outweighs the value of having
100% accurate MaxRequestsPerChild.
* it doesn't even count requests, it counts connections.
* all it is is a number someone pulls out of a hat in an attempt to deal with
  resource leaks.
i.e., no strong need for accuracy.

atomic operations are relatively expensive and this is mainline code.

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

17 years agoFix clash between r557837 and r427780
Nick Kew [Fri, 20 Jul 2007 11:56:36 +0000 (11:56 +0000)]
Fix clash between r557837 and r427780

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

17 years agoMultiple trivial fixes from Christophe JAILLET
Nick Kew [Fri, 20 Jul 2007 01:26:55 +0000 (01:26 +0000)]
Multiple trivial fixes from Christophe JAILLET
PR 38699, 39518, 42005, 42006, 42007, 42008, 42009
The patches are all his, and are sufficiently trivial to review
at a glance.

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

17 years agoCopy the enum into an integer before sending off to the LDAP SDK, to avoid
Eric Covener [Thu, 19 Jul 2007 21:13:36 +0000 (21:13 +0000)]
Copy the enum into an integer before sending off to the LDAP SDK, to avoid
passing the address of a short (seen on z/OS)

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

17 years agorevert revision 555470
Eric Covener [Thu, 19 Jul 2007 21:05:16 +0000 (21:05 +0000)]
revert revision 555470

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

17 years agoSimplify OS detection. We are only interested in NT
Mladen Turk [Wed, 18 Jul 2007 08:02:21 +0000 (08:02 +0000)]
Simplify OS detection. We are only interested in NT
and WIN2K+ (so we can use services.msc)

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

17 years agoTypo fix (noticed by gryzor on IRC)
Nick Kew [Tue, 17 Jul 2007 18:40:44 +0000 (18:40 +0000)]
Typo fix (noticed by gryzor on IRC)

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

17 years agoReturn 503 only if the route matches some of the balancer members and nofailover...
Mladen Turk [Tue, 17 Jul 2007 14:31:05 +0000 (14:31 +0000)]
Return 503 only if the route matches some of the balancer members and nofailover=On is specified.

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

17 years agoApacheMonitor valid OS is any WIN32_NT version.
Mladen Turk [Tue, 17 Jul 2007 10:41:08 +0000 (10:41 +0000)]
ApacheMonitor valid OS is any WIN32_NT version.

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

17 years agoUpdated as per PR 40430. Later confirmed by Massimo Roscio by email to docs@h.a.o
Tony Stevenson [Fri, 13 Jul 2007 23:09:30 +0000 (23:09 +0000)]
Updated as per PR 40430. Later confirmed by Massimo Roscio by email to docs@h.a.o

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

17 years agoMissed this on 556153, committing now
Tony Stevenson [Fri, 13 Jul 2007 21:31:32 +0000 (21:31 +0000)]
Missed this on 556153, committing now

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

17 years agoAdded examples of multiple LDAP servers, and a warning caveat.
Tony Stevenson [Fri, 13 Jul 2007 21:27:12 +0000 (21:27 +0000)]
Added examples of multiple LDAP servers, and a warning caveat.

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

17 years agoCase sensitivity continuity, taken from PR 38035
Tony Stevenson [Fri, 13 Jul 2007 20:47:00 +0000 (20:47 +0000)]
Case sensitivity continuity, taken from PR 38035

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

17 years agodon't need the definitions for error buckets any more
Greg Ames [Fri, 13 Jul 2007 19:23:24 +0000 (19:23 +0000)]
don't need the definitions for error buckets any more

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

17 years agorev 556028 / 554011 to mod_deflate are externally visible, so mention it
Greg Ames [Fri, 13 Jul 2007 18:05:46 +0000 (18:05 +0000)]
rev 556028 / 554011 to mod_deflate are externally visible, so mention it
in CHANGES

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

17 years ago* generalize from error buckets to metadata buckets
Greg Ames [Fri, 13 Jul 2007 15:11:16 +0000 (15:11 +0000)]
* generalize from error buckets to metadata buckets
* also applicable to the deflate input filter
* pass along metadata buckets rather than giving up mid-stream

vastly improved by: Rüdiger Plüm

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

17 years agoRemove dead macros for certificate types that are already replaced by
Eric Covener [Thu, 12 Jul 2007 14:00:33 +0000 (14:00 +0000)]
Remove dead macros for certificate types that are already replaced by
APR-prefixed versions in apr-util (apr_ldap_option.h).

Submitted by: David Jones

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

17 years agoThis data is passed in an unsafe way to the LDAP SDK if the compiler
Eric Covener [Thu, 12 Jul 2007 02:42:44 +0000 (02:42 +0000)]
This data is passed in an unsafe way to the LDAP SDK if the compiler
chooses to use shorts for the enum values.
http://www.redbooks.ibm.com/redbooks/SG245992/nn4/SG245992_88.html

Submitted by: David Jones

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

17 years agoRemove unneeded -I in apr_memcache test, since _INCLUDES already includes them on...
Paul Querna [Thu, 12 Jul 2007 02:20:53 +0000 (02:20 +0000)]
Remove unneeded -I in apr_memcache test, since _INCLUDES already includes them on the paths

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

17 years agoFix VPATH builds of httpd with the apr_memcache backend for ssl sessions, when APR...
Paul Querna [Thu, 12 Jul 2007 02:06:01 +0000 (02:06 +0000)]
Fix VPATH builds of httpd with the apr_memcache backend for ssl sessions, when APR and APR-Util are also in a VPATH.  This is caused by APR_INCLUDEDIR actually having multiple paths in a VPATH builds, so we need to use _INCLUDES instead.

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

17 years agoFill notes "session-sticky" and subprocess_env "BALANCER_SESSION_STICKY"
Jean-Frederic Clere [Tue, 10 Jul 2007 09:53:36 +0000 (09:53 +0000)]
Fill notes "session-sticky" and subprocess_env "BALANCER_SESSION_STICKY"
correctly.

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

17 years agoAdded html.en -> for Aaron Crane's patch
Tony Stevenson [Mon, 9 Jul 2007 17:45:50 +0000 (17:45 +0000)]
Added html.en -> for Aaron Crane's patch

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

17 years agoTypo -> Patch from Aaron Crane -> July 9th 2007.
Tony Stevenson [Mon, 9 Jul 2007 17:42:40 +0000 (17:42 +0000)]
Typo -> Patch from Aaron Crane -> July 9th 2007.

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

17 years agowith LimitRequestBody xxx and the deflate output filter configured, mod_deflate
Greg Ames [Fri, 6 Jul 2007 19:36:30 +0000 (19:36 +0000)]
with LimitRequestBody xxx and the deflate output filter configured, mod_deflate
eats the 413 error bucket, a 500 error is logged, and a blank screen appears
at the browser.

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

17 years agoreverted r553031 since it breaks Linux/Unix platform builds.
Guenter Knauf [Thu, 5 Jul 2007 17:10:43 +0000 (17:10 +0000)]
reverted r553031 since it breaks Linux/Unix platform builds.

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

17 years agochanged error message to use APU_DBD_DRIVER_FMT for correct driver name;
Guenter Knauf [Wed, 4 Jul 2007 01:03:48 +0000 (01:03 +0000)]
changed error message to use APU_DBD_DRIVER_FMT for correct driver name;
removed platform ifdefs.

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

17 years agoignore OpenSSL files copy error if files are not present.
Guenter Knauf [Tue, 3 Jul 2007 23:40:48 +0000 (23:40 +0000)]
ignore OpenSSL files copy error if files are not present.

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

17 years agoUse correct Doxygen keywords for functions and variables. TODO: figure out whether...
Sander Temme [Tue, 3 Jul 2007 23:02:32 +0000 (23:02 +0000)]
Use correct Doxygen keywords for functions and variables.  TODO: figure out whether those keywords are actually necessary.  HTML-ify some documentation comments for benefit of Doxygen.

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

17 years agoRename relatively useless struct element for something more
Jim Jagielski [Tue, 3 Jul 2007 18:13:27 +0000 (18:13 +0000)]
Rename relatively useless struct element for something more
defining. Also, if we were unable to ap_queue_push(), then
push2worker should report failure.

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

17 years agoArrange the ping/pong explainations.
Jean-Frederic Clere [Mon, 2 Jul 2007 09:03:35 +0000 (09:03 +0000)]
Arrange the ping/pong explainations.
Submitted by Vincent Bray <noodlet gmail.com>

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

17 years ago* server/mpm/prefork/prefork.c (child_main): Stop processing new
Joe Orton [Fri, 29 Jun 2007 20:54:01 +0000 (20:54 +0000)]
* server/mpm/prefork/prefork.c (child_main): Stop processing new
connections if shutdown_pending is set, i.e. when SIGTERM is received
in single-proecss mode.

Submitted by: Garrett Rooney <rooneg apache.org>
PR: 38848

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