]> granicus.if.org Git - apache/log
apache
16 years agoRemove all references to CORE_PRIVATE.
Paul Querna [Mon, 7 Apr 2008 10:45:43 +0000 (10:45 +0000)]
Remove all references to CORE_PRIVATE.

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

16 years agoRemove ap_graceful_stop_signalled from all MPMs.
Paul Querna [Mon, 7 Apr 2008 10:00:32 +0000 (10:00 +0000)]
Remove ap_graceful_stop_signalled from all MPMs.

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

16 years agoRemove calls to ap_graceful_stop_signalled, and replace by using ap_mpm_query
Paul Querna [Mon, 7 Apr 2008 09:53:58 +0000 (09:53 +0000)]
Remove calls to ap_graceful_stop_signalled, and replace by using ap_mpm_query
to determine if the MPM is trying to stop the process.

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

16 years agoInclude http_config.h from http_core, since now without CORE_PRIVATE, you need
Paul Querna [Mon, 7 Apr 2008 09:52:18 +0000 (09:52 +0000)]
Include http_config.h from http_core, since now without CORE_PRIVATE, you need
the definition for the module type.

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

16 years agoRemove CORE_PRIVATE.
Paul Querna [Mon, 7 Apr 2008 08:44:14 +0000 (08:44 +0000)]
Remove CORE_PRIVATE.

This define serves no modern purpose, since every module in the wild, including
our own define it, for no purpose.

If you have functions which you do not want in the 'public' API, put them
in a private header, that is not installed, just like mod_ssl does.

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

16 years agoMake it compile on pre-C99 compilers (Move decls to beginning of func)
Martin Kraemer [Mon, 7 Apr 2008 06:28:50 +0000 (06:28 +0000)]
Make it compile on pre-C99 compilers (Move decls to beginning of func)

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

16 years agoTweaking code to compile on pre-C99 compilers
Martin Kraemer [Mon, 7 Apr 2008 06:14:31 +0000 (06:14 +0000)]
Tweaking code to compile on pre-C99 compilers

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

16 years agoAnother typo
Martin Kraemer [Mon, 7 Apr 2008 06:08:11 +0000 (06:08 +0000)]
Another typo

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

16 years agoTypo
Martin Kraemer [Mon, 7 Apr 2008 06:01:54 +0000 (06:01 +0000)]
Typo

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

16 years agoUpdate transformations
Vincent Bray [Sun, 6 Apr 2008 14:40:34 +0000 (14:40 +0000)]
Update transformations

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

16 years agoFix link to authnz_db_foo
Vincent Bray [Sun, 6 Apr 2008 14:39:05 +0000 (14:39 +0000)]
Fix link to authnz_db_foo

Submitted by: Takashi Sato

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

16 years agomod_session_crypto: Initialise SSL in the post config hook.
Graham Leggett [Sun, 6 Apr 2008 14:23:35 +0000 (14:23 +0000)]
mod_session_crypto: Initialise SSL in the post config hook.

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

16 years agoFix the defaults, which currently override the config instead of default the config.
Graham Leggett [Sun, 6 Apr 2008 14:05:27 +0000 (14:05 +0000)]
Fix the defaults, which currently override the config instead of default the config.
[Ruediger Pluem]

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

16 years agoIf you study all of the directive implementations, you'll note
William A. Rowe Jr [Sun, 6 Apr 2008 00:46:42 +0000 (00:46 +0000)]
If you study all of the directive implementations, you'll note
that we get less than 20% of the NOT_IN_LIMIT rules correct.

<Limit > works in about 4 directive contexts and yet, we ignore
this fact for 100's of directives.  Simply eliminate this
nonsense in anticipation of a 100% solution.

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

16 years agoIf you study all of the directive implementations, you'll note
William A. Rowe Jr [Sun, 6 Apr 2008 00:42:21 +0000 (00:42 +0000)]
If you study all of the directive implementations, you'll note
that we get less than 20% of the NOT_IN_LIMIT rules correct.

<Limit > works in about 4 directive contexts and yet, we ignore
this fact for 100's of directives.  Simply eliminate this
nonsense in anticipation of a 100% solution.

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

16 years agoOptimisation: We have no need to distiguish between a Cookie and a Cookie2 when readi...
Graham Leggett [Sat, 5 Apr 2008 23:52:38 +0000 (23:52 +0000)]
Optimisation: We have no need to distiguish between a Cookie and a Cookie2 when reading cookies, the
cookie read code reads both at once. [Ruediger Pluem]

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

16 years agoRemove an unnecessary config structure lookup during encrypt and decrypt. [Ruediger...
Graham Leggett [Sat, 5 Apr 2008 23:42:08 +0000 (23:42 +0000)]
Remove an unnecessary config structure lookup during encrypt and decrypt. [Ruediger Pluem]

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

16 years agoClarify the operation of the SessionCryptoPassphrase directive as raised by rpluem...
Graham Leggett [Sat, 5 Apr 2008 23:35:00 +0000 (23:35 +0000)]
Clarify the operation of the SessionCryptoPassphrase directive as raised by rpluem. When
SessionCryptoCertificateFile is set, asymmetrical encryption will be used, and SessionCryptoPassphrase
will be interpreted as the passphrase protecting the private key. When SessionCryptoCertificateFile
is not set, symmetrical encryption is used, and SessionCryptoPassphrase will contain the key to
use. Make sure that the engine parameter is properly passed into the crypto functions, and fix a
missing cleanup on an error case.

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

16 years agoIn hopes of replacing <Limit > with <Method > - choose another example
William A. Rowe Jr [Sat, 5 Apr 2008 19:40:22 +0000 (19:40 +0000)]
In hopes of replacing <Limit > with <Method > - choose another example
to point to for documenting these functions.

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

16 years ago"Method" in HTTP has a particular meaning, simple descriptive
William A. Rowe Jr [Sat, 5 Apr 2008 19:39:17 +0000 (19:39 +0000)]
"Method" in HTTP has a particular meaning, simple descriptive
change to avoid using that phrase in another context.

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

16 years agoUpdate manual transformation
Graham Leggett [Sat, 5 Apr 2008 19:01:22 +0000 (19:01 +0000)]
Update manual transformation

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

16 years agomod_session_dbd: Add a session implementation capable of storing
Graham Leggett [Sat, 5 Apr 2008 18:59:40 +0000 (18:59 +0000)]
mod_session_dbd: Add a session implementation capable of storing
session information in a SQL database via the dbd interface. Useful
for sites where session privacy is important.

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

16 years agoRename the ap_escape_path_segment_b function as suggested by
Graham Leggett [Sat, 5 Apr 2008 16:30:44 +0000 (16:30 +0000)]
Rename the ap_escape_path_segment_b function as suggested by
Ruediger Pluem (left off commit r645120 by accident).

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

16 years agoRename the ap_escape_path_segment_b function as suggested by
Graham Leggett [Sat, 5 Apr 2008 15:26:03 +0000 (15:26 +0000)]
Rename the ap_escape_path_segment_b function as suggested by
Ruediger Pluem, and make a corresponding minor bump.

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

16 years agoMake sure we protect ourselves against the session being NULL, which it will be
Graham Leggett [Sat, 5 Apr 2008 15:05:15 +0000 (15:05 +0000)]
Make sure we protect ourselves against the session being NULL, which it will be
if no session is configured.

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

16 years agoupdates docco xform
Jim Jagielski [Fri, 4 Apr 2008 16:30:43 +0000 (16:30 +0000)]
updates docco xform

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

16 years agoRun transformation on new documentation
Graham Leggett [Fri, 4 Apr 2008 16:25:37 +0000 (16:25 +0000)]
Run transformation on new documentation

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

16 years agomod_session_crypto: Add a session encoding implementation capable
Graham Leggett [Fri, 4 Apr 2008 16:11:31 +0000 (16:11 +0000)]
mod_session_crypto: Add a session encoding implementation capable
of encrypting and decrypting sessions wherever they may be stored.
Introduces a level of privacy when sessions are stored on the
browser.

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

16 years agomod_session_cookie: Add a session implementation capable of storing
Graham Leggett [Fri, 4 Apr 2008 16:02:22 +0000 (16:02 +0000)]
mod_session_cookie: Add a session implementation capable of storing
session information within cookies on the browser. Useful for high
volume sites where server bound sessions are too resource intensive.

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

16 years agomod_session: Add a generic session interface to unify the different
Graham Leggett [Fri, 4 Apr 2008 15:58:15 +0000 (15:58 +0000)]
mod_session: Add a generic session interface to unify the different
attempts at saving persistent sessions across requests.

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

16 years agoAdd condition for <If> sections to core config merge
Nick Kew [Fri, 4 Apr 2008 14:50:58 +0000 (14:50 +0000)]
Add condition for <If> sections to core config merge
(a fix to r644253)

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

16 years agoAttempt to correct major bump from previous commit (r644253).
Chris Darroch [Thu, 3 Apr 2008 23:31:45 +0000 (23:31 +0000)]
Attempt to correct major bump from previous commit (r644253).
Add minor bump for r644525.  Hope this looks OK.

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

16 years agoTypo fixes courtesy of the French translation crew
Vincent Bray [Thu, 3 Apr 2008 22:57:36 +0000 (22:57 +0000)]
Typo fixes courtesy of the French translation crew

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

16 years agoUpdate transformations
Vincent Bray [Thu, 3 Apr 2008 22:45:43 +0000 (22:45 +0000)]
Update transformations

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

16 years agoFix a couple of links.
Vincent Bray [Thu, 3 Apr 2008 22:45:08 +0000 (22:45 +0000)]
Fix a couple of links.

Submitted by: Vincent Deffontaines (aka gryzor)

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

16 years agoAvoid calling access control hooks for internal requests with
Chris Darroch [Thu, 3 Apr 2008 21:51:07 +0000 (21:51 +0000)]
Avoid calling access control hooks for internal requests with
configurations which match those of the initial request.  Revert to
the original behaviour (call access control hooks for internal requests
with URIs different from the initial request) if any access control hooks
or providers are not registered as permitting this optimization.
Introduce wrappers for access control hook and provider registration
which can accept additional mode and flag data.

The configuration walk optimizations were originally proposed a while
ago (see http://marc.info/?l=apache-httpd-dev&m=116536713506234&w=2);
they have been used since then in production systems and appear to be
stable and effective.  They permit certain combinations of modules
and clients to function efficiently, especially when a deeply recursive
series of internal requests, such as those generated by certain WebDAV
requests, are all subject to the identical authentication and authorization
directives.

The major change from the original proposal is a cleaner mechanism for
detecting modules which may expect the old behaviour.  This has been
tested successfully with Subversion's mod_authz_svn, which specifically
requires the old behaviour when performing path-based authorization based
against its own private access control configuration files.

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

16 years agoclose PR 44381
Jim Jagielski [Thu, 3 Apr 2008 16:21:20 +0000 (16:21 +0000)]
close PR 44381

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

16 years agoHTTPD Core: Implement <If> sections for conditional (runtime) configuration.
Nick Kew [Thu, 3 Apr 2008 10:23:12 +0000 (10:23 +0000)]
HTTPD Core: Implement <If> sections for conditional (runtime) configuration.
N.B. This is a first pass, and has a way to go!

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

16 years agoAvoid returning NULL from ap_expr_string.
Nick Kew [Thu, 3 Apr 2008 00:34:20 +0000 (00:34 +0000)]
Avoid returning NULL from ap_expr_string.
Empty string works and won't cause segfault.

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

16 years agoExpression evaluation: treat null expression as unconditional, not segfault.
Nick Kew [Wed, 2 Apr 2008 23:08:22 +0000 (23:08 +0000)]
Expression evaluation: treat null expression as unconditional, not segfault.

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

16 years ago* Prevent a segfault if the destination URI of a copy / move operation is
Ruediger Pluem [Wed, 2 Apr 2008 20:55:16 +0000 (20:55 +0000)]
* Prevent a segfault if the destination URI of a copy / move operation is
  not under DAV control. Return 405 (Method not allowed) instead.

PR: 44734

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

16 years agoadjust charset info for svnmailer
André Malo [Wed, 2 Apr 2008 16:55:52 +0000 (16:55 +0000)]
adjust charset info for svnmailer

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

16 years agomove Japanese output files to utf-8
André Malo [Wed, 2 Apr 2008 15:48:46 +0000 (15:48 +0000)]
move Japanese output files to utf-8

1) build boostrap
2) svn mv *.html.ja.euc-jp *.html.ja.utf8
3) build all

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

16 years agoprepare moving ja output files to utf-8
André Malo [Wed, 2 Apr 2008 15:16:41 +0000 (15:16 +0000)]
prepare moving ja output files to utf-8

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

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

16 years agoupdate transformation
André Malo [Wed, 2 Apr 2008 15:07:57 +0000 (15:07 +0000)]
update transformation

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

16 years agoRemove ap_expr_clone from the API (same day it was added:-)
Nick Kew [Mon, 31 Mar 2008 22:10:36 +0000 (22:10 +0000)]
Remove ap_expr_clone from the API (same day it was added:-)

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

16 years agoAdd upgrading section to mod_filter docs.
Nick Kew [Mon, 31 Mar 2008 13:49:56 +0000 (13:49 +0000)]
Add upgrading section to mod_filter docs.

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

16 years agoUpdate mod_filter to use ap_expr
Nick Kew [Mon, 31 Mar 2008 13:14:02 +0000 (13:14 +0000)]
Update mod_filter to use ap_expr
Advantage: supports more complex expressions while simplifying mod_filter
(c.f. PR 43956 - this means chaining is no longer necessary)
NOTE: this changes FilterProvider syntax, so can't be backported to 2.2.

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

16 years agoUpdate mod_include for ap_expr update
Nick Kew [Mon, 31 Mar 2008 12:29:05 +0000 (12:29 +0000)]
Update mod_include for ap_expr update

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

16 years agoFlesh out ap_expr with:
Nick Kew [Mon, 31 Mar 2008 12:16:58 +0000 (12:16 +0000)]
Flesh out ap_expr with:
 * Re-usable parse trees
 * Canonical string parser function (candidate)

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

16 years agoDocument the fact that ap_expr was added.
Nick Kew [Sun, 30 Mar 2008 11:44:15 +0000 (11:44 +0000)]
Document the fact that ap_expr was added.

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

16 years ago* Add some doxygen stub / stuff
Ruediger Pluem [Sat, 29 Mar 2008 22:33:51 +0000 (22:33 +0000)]
* Add some doxygen stub / stuff

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

16 years ago* Prevent multiple "execution" of ap_expr.h contents when included multiple
Ruediger Pluem [Sat, 29 Mar 2008 22:29:39 +0000 (22:29 +0000)]
* Prevent multiple "execution" of ap_expr.h contents when included multiple
  times and allow it to be included by C++ files.

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

16 years ago* For AP_MAX_REG_MATCH we need to ensure that httpd.h is there, otherwise we
Ruediger Pluem [Sat, 29 Mar 2008 22:25:07 +0000 (22:25 +0000)]
* For AP_MAX_REG_MATCH we need to ensure that httpd.h is there, otherwise we
  fail to compile exports.c

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

16 years agoThou shalt not let tabs creep in.
Nick Kew [Sat, 29 Mar 2008 19:56:55 +0000 (19:56 +0000)]
Thou shalt not let tabs creep in.

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

16 years agoUpdate mod_include to use ap_expr API
Nick Kew [Sat, 29 Mar 2008 17:18:21 +0000 (17:18 +0000)]
Update mod_include to use ap_expr API

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

16 years agoIntroduce ap_expr expression parser API
Nick Kew [Sat, 29 Mar 2008 17:13:28 +0000 (17:13 +0000)]
Introduce ap_expr expression parser API

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

16 years agoUpdate Timeout section, the semantics changed completely
Joe Orton [Thu, 27 Mar 2008 15:45:34 +0000 (15:45 +0000)]
Update Timeout section, the semantics changed completely
since 1.3 and the caveats on signals not being reset
thankfully no longer apply either.

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

16 years agoRemove useless test.
Jean-Frederic Clere [Thu, 27 Mar 2008 14:44:19 +0000 (14:44 +0000)]
Remove useless test.

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

16 years agonote required APR/httpd versions
Chris Darroch [Wed, 26 Mar 2008 19:47:02 +0000 (19:47 +0000)]
note required APR/httpd versions

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

16 years agoUpdate transformations
Vincent Bray [Wed, 26 Mar 2008 16:44:46 +0000 (16:44 +0000)]
Update transformations

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

16 years agoAdd a caveat about SetEnv running late
Vincent Bray [Wed, 26 Mar 2008 16:42:21 +0000 (16:42 +0000)]
Add a caveat about SetEnv running late

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

16 years agoUpdate transformation.
Chris Darroch [Tue, 25 Mar 2008 19:27:11 +0000 (19:27 +0000)]
Update transformation.

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

16 years agoFix minor typos and capitalizations.
Chris Darroch [Tue, 25 Mar 2008 19:25:42 +0000 (19:25 +0000)]
Fix minor typos and capitalizations.

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

16 years agoAdd AuthzMergeRules to example configuration, and avoid use of
Chris Darroch [Tue, 25 Mar 2008 19:25:02 +0000 (19:25 +0000)]
Add AuthzMergeRules to example configuration, and avoid use of
ISO SQL:1999 Booleans in example SQL.  Revise some introductory text.

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

16 years agoReturn AUTHZ_GRANTED not AUTHZ_DENIED when redirecting after
Chris Darroch [Tue, 25 Mar 2008 18:21:32 +0000 (18:21 +0000)]
Return AUTHZ_GRANTED not AUTHZ_DENIED when redirecting after
successful login/logout.  Use redirection URL from first row returned
by DB query, in the same manner as that used by mod_authn_dbd when
querying for a single record.

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

16 years agooh dear, thanks joe
André Malo [Fri, 21 Mar 2008 23:58:35 +0000 (23:58 +0000)]
oh dear, thanks joe

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

16 years agofixup on .tr extension
André Malo [Fri, 21 Mar 2008 23:36:17 +0000 (23:36 +0000)]
fixup on .tr extension

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

16 years agoupdate transformation
André Malo [Fri, 21 Mar 2008 21:14:11 +0000 (21:14 +0000)]
update transformation

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

16 years agoAdd Turkish translations
André Malo [Fri, 21 Mar 2008 21:09:33 +0000 (21:09 +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@639843 13f79535-47bb-0310-9956-ffa450edef68

16 years agospelling fix
Eric Covener [Fri, 21 Mar 2008 19:00:16 +0000 (19:00 +0000)]
spelling fix

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

16 years agoPR 43211: Revise mod_authn_dbd and mod_authz_dbd documenation to reflect
Chris Darroch [Fri, 21 Mar 2008 07:49:47 +0000 (07:49 +0000)]
PR 43211: Revise mod_authn_dbd and mod_authz_dbd documenation to reflect
current APR DBD query statement parameter requirements.  Tidy up examples
and links to glossary and external sites.  Update transformation.

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

16 years ago* Initialize hash needed by ap_register_rewrite_mapfunc early enough.
Ruediger Pluem [Thu, 20 Mar 2008 21:26:22 +0000 (21:26 +0000)]
* Initialize hash needed by ap_register_rewrite_mapfunc early enough.

PR: 44641
Submitted by: Daniel Lescohier <daniel.lescohier cnet.com>
Reviewed by: rpluem, niq, wrowe, jim

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

16 years ago*) mod_authn_dbd: Disambiguate and tidy database authentication
Chris Darroch [Thu, 20 Mar 2008 19:21:21 +0000 (19:21 +0000)]
*) mod_authn_dbd: Disambiguate and tidy database authentication
   error messages.  PR 43210, committed in r639079.

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

16 years agoPR #43210: Disambiguate and tidy database authentication error messages.
Chris Darroch [Wed, 19 Mar 2008 23:57:00 +0000 (23:57 +0000)]
PR #43210: Disambiguate and tidy database authentication error messages.
Based on patch from Phil Endecott.

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

16 years agommn bump for chroot (r611483)
Nick Kew [Wed, 19 Mar 2008 20:51:28 +0000 (20:51 +0000)]
mmn bump for chroot (r611483)

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

16 years agoDocument new ChrootDir directive (r611483)
Nick Kew [Wed, 19 Mar 2008 20:46:11 +0000 (20:46 +0000)]
Document new ChrootDir directive (r611483)

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

16 years agodocco sync
Jim Jagielski [Mon, 17 Mar 2008 14:37:35 +0000 (14:37 +0000)]
docco sync

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

16 years agobackported in 637902
Jim Jagielski [Mon, 17 Mar 2008 14:33:28 +0000 (14:33 +0000)]
backported in 637902

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

16 years agoOne typo, one logic error.
Vincent Bray [Sun, 16 Mar 2008 23:08:00 +0000 (23:08 +0000)]
One typo, one logic error.

Submitted by: Lucien Gentis
Reviewed by: noodl

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

16 years agobackported in r637167
Eric Covener [Fri, 14 Mar 2008 17:18:48 +0000 (17:18 +0000)]
backported in r637167

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

16 years agoupdate transformation
André Malo [Thu, 13 Mar 2008 10:04:31 +0000 (10:04 +0000)]
update transformation

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

16 years agofix parentdocument reference
André Malo [Thu, 13 Mar 2008 10:02:35 +0000 (10:02 +0000)]
fix parentdocument reference

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

16 years agoupdate transformation
André Malo [Thu, 13 Mar 2008 09:43:32 +0000 (09:43 +0000)]
update transformation

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

16 years agofix meta reference
André Malo [Thu, 13 Mar 2008 09:41:53 +0000 (09:41 +0000)]
fix meta reference

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

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

16 years agobuild bootstrap again
André Malo [Thu, 13 Mar 2008 09:33:13 +0000 (09:33 +0000)]
build bootstrap again

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

16 years agoupdate Turkish language file
André Malo [Thu, 13 Mar 2008 09:32:12 +0000 (09:32 +0000)]
update Turkish language file

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

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

16 years ago* Do not do Range requests if we use our own conditionals for validating
Ruediger Pluem [Thu, 13 Mar 2008 07:28:40 +0000 (07:28 +0000)]
* Do not do Range requests if we use our own conditionals for validating
  a cache entity: If we get 304 the Range does not matter and otherwise the
  entity changed and we want to have the complete entity.

PR: 44579

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

16 years ago/me broke the encoding, fix it.
André Malo [Wed, 12 Mar 2008 20:44:36 +0000 (20:44 +0000)]
/me broke the encoding, fix it.

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

16 years agoupdate transformation
André Malo [Wed, 12 Mar 2008 20:32:56 +0000 (20:32 +0000)]
update transformation

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

16 years ago* let status texts and letters completely depend on the language
André Malo [Wed, 12 Mar 2008 20:26:01 +0000 (20:26 +0000)]
* let status texts and letters completely depend on the language
* let directive contexts and letters completely depend on the language
* allow embedding the "licensed" footer text
* generate quickreference legend automatically
* fix some japanese documents where statusses where translated by accident

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

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

16 years agoFix a typo in an example.
Joshua Slive [Wed, 12 Mar 2008 17:35:47 +0000 (17:35 +0000)]
Fix a typo in an example.

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

16 years agoRemove linke to deleted rewrite doc.
Joshua Slive [Wed, 12 Mar 2008 17:24:56 +0000 (17:24 +0000)]
Remove linke to deleted rewrite doc.

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

16 years agoMake the RewriteRule docs shorter (!) by referencing the regex docs in the
Joshua Slive [Wed, 12 Mar 2008 16:22:20 +0000 (16:22 +0000)]
Make the RewriteRule docs shorter (!) by referencing the regex docs in the
rewrite intro.

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

16 years ago* Restore the original request headers if the cached resource was stale, as they
Ruediger Pluem [Wed, 12 Mar 2008 16:07:46 +0000 (16:07 +0000)]
* Restore the original request headers if the cached resource was stale, as they
  may be needed by further output filters like the byterange filter to make the
  correct decisions.

PR: 44579

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

16 years agoFlush out the rewrite docs a little. In particular:
Joshua Slive [Wed, 12 Mar 2008 15:42:52 +0000 (15:42 +0000)]
Flush out the rewrite docs a little. In particular:

- rename flags to rewrite_flags for consistency
- note that flags is not comprehensive
- link up flags to the index page
- change the seealso links on the index page to be other useful
  links rather than a repeat of the links elsewhere on the page
- add some meat to the intro doc -- some sections still need more content

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

16 years ago- drop korean rewrite guide as well as it can't be built properly anymore
André Malo [Tue, 11 Mar 2008 23:28:06 +0000 (23:28 +0000)]
- drop korean rewrite guide as well as it can't be built properly anymore
  without the English original
- update transformations

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

16 years agoSome minor fixups on the rewrite guide. Add proper breadcrumb links;
Joshua Slive [Tue, 11 Mar 2008 18:13:08 +0000 (18:13 +0000)]
Some minor fixups on the rewrite guide. Add proper breadcrumb links;
Fix internal links; Flaten the section structure so that all
recipes appear in the top menu.

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

16 years agoRemove old rewriteguide and link to new version.
Joshua Slive [Tue, 11 Mar 2008 17:32:07 +0000 (17:32 +0000)]
Remove old rewriteguide and link to new version.

We've been living with duplicate content here for too long. The new
guide was never finished, but it has some good content.

This orphens a Korean translation. I'm leaving it there for the moment.

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

16 years agoPR 43562.
Jim Jagielski [Tue, 11 Mar 2008 14:39:14 +0000 (14:39 +0000)]
PR 43562.
fix regression in mod_speling behavior from 1.3/2.0
and, basically, incorrect behavior from what is
expected as well as dependency on AcceptPathInfo.

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