]> granicus.if.org Git - apache/log
apache
14 years agoMoves another rule over to the category-specific file, and updates it
Rich Bowen [Tue, 3 Nov 2009 00:55:56 +0000 (00:55 +0000)]
Moves another rule over to the category-specific file, and updates it
to use more efficient techniques.

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

14 years agomore configure-time support for dynamically loadable MPMs:
Jeff Trawick [Tue, 3 Nov 2009 00:38:06 +0000 (00:38 +0000)]
more configure-time support for dynamically loadable MPMs:

. axe --with-mpm="shared" hack, replace with --enable-mpms-shared={all|list}
. replace singular MPM_NAME with access to the list of enabled MPMs
. replace singular MPM_SUBDIR with list MPM_SUBDIRS
. enable OS/2 MPM in same manner as others with configure support instead of
  hard-coding in configure.in

Current state: MPMs are built as static archives (but not linked to httpd) with
--enable-mpms-shared, so they still have to be built with apxs to load
dynamically.

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

14 years agoMoves another rule out of rewrite_guide, and updates it for modern
Rich Bowen [Tue, 3 Nov 2009 00:16:57 +0000 (00:16 +0000)]
Moves another rule out of rewrite_guide, and updates it for modern
versions of mod_rewrite

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

14 years agoMoves more recipes to their new locations, with some minor changes to
Rich Bowen [Mon, 2 Nov 2009 23:49:53 +0000 (23:49 +0000)]
Moves more recipes to their new locations, with some minor changes to
each.

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

14 years agoTurn that into a warning.
Rich Bowen [Mon, 2 Nov 2009 23:20:12 +0000 (23:20 +0000)]
Turn that into a warning.

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

14 years agoAdds access to the list of resources.
Rich Bowen [Mon, 2 Nov 2009 23:12:48 +0000 (23:12 +0000)]
Adds access to the list of resources.

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

14 years agoMoves the 'image theft' recipe from rewrite_guide to access
Rich Bowen [Mon, 2 Nov 2009 23:12:26 +0000 (23:12 +0000)]
Moves the 'image theft' recipe from rewrite_guide to access

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

14 years agouse ap_strchr_c to protect const-ness of input string
Jeff Trawick [Mon, 2 Nov 2009 23:03:14 +0000 (23:03 +0000)]
use ap_strchr_c to protect const-ness of input string
(and thus quiet gcc in maintainer mode)

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

14 years agoRemoves the 'block evil robots' rule from rewrite_guide, moves it to
Rich Bowen [Mon, 2 Nov 2009 22:57:44 +0000 (22:57 +0000)]
Removes the 'block evil robots' rule from rewrite_guide, moves it to
access, and makes it not suck.

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

14 years agoVhosts: treating a pure-numeric Host header as a port is nonsense.
Nick Kew [Mon, 2 Nov 2009 22:51:45 +0000 (22:51 +0000)]
Vhosts: treating a pure-numeric Host header as a port is nonsense.
PR 44979

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

14 years agoRipping out the stuff that isn't really module reference, and translating the
Noirin Plunkett [Mon, 2 Nov 2009 22:05:01 +0000 (22:05 +0000)]
Ripping out the stuff that isn't really module reference, and translating the
introduction to English

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

14 years agoUpdating my name
Noirin Plunkett [Mon, 2 Nov 2009 21:10:57 +0000 (21:10 +0000)]
Updating my name

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

14 years agoLong ago, I split the rewrite guide into simple and advanced. This was,
Rich Bowen [Mon, 2 Nov 2009 20:36:30 +0000 (20:36 +0000)]
Long ago, I split the rewrite guide into simple and advanced. This was,
in retrospect, this seems like a bad idea. Re-merging those two
documents, and creating containers for what the docs list has suggested
as various new categories for these rules. I expect there will be
others.

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

14 years agoCorrects several build errors. This is why we build before we commit,
Rich Bowen [Mon, 2 Nov 2009 19:49:50 +0000 (19:49 +0000)]
Corrects several build errors. This is why we build before we commit,
right?

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

14 years agoAdds two missing flags to this doc, but I'm considering dropping it
Rich Bowen [Mon, 2 Nov 2009 19:47:36 +0000 (19:47 +0000)]
Adds two missing flags to this doc, but I'm considering dropping it
entirely. I feel it just duplicates content in the reference doc.
Opinions?

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

14 years agoFull doc tree rebuild. This includes some diffs that rename
Rich Bowen [Mon, 2 Nov 2009 19:34:38 +0000 (19:34 +0000)]
Full doc tree rebuild. This includes some diffs that rename
rewrite/rewrite_tech.* to rewrite/tech.*

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

14 years agoRenames rewrite_tech.* to tech.*
Rich Bowen [Mon, 2 Nov 2009 19:32:16 +0000 (19:32 +0000)]
Renames rewrite_tech.* to tech.*

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

14 years agoRenames rewrite_tech.* to tech.*
Rich Bowen [Mon, 2 Nov 2009 19:19:40 +0000 (19:19 +0000)]
Renames rewrite_tech.* to tech.*

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

14 years agoAdds the newly renamed intro.html.fr
Rich Bowen [Mon, 2 Nov 2009 19:15:04 +0000 (19:15 +0000)]
Adds the newly renamed intro.html.fr

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

14 years agoRebuilds the non-english versions to pick up filename changes.
Rich Bowen [Mon, 2 Nov 2009 19:13:37 +0000 (19:13 +0000)]
Rebuilds the non-english versions to pick up filename changes.

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

14 years agoDoh, did too many renames
Noirin Plunkett [Mon, 2 Nov 2009 19:10:50 +0000 (19:10 +0000)]
Doh, did too many renames

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

14 years agoFixing links to match Rich's rename
Noirin Plunkett [Mon, 2 Nov 2009 19:05:01 +0000 (19:05 +0000)]
Fixing links to match Rich's rename

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

14 years agoFixing links to match Rich's rename
Noirin Plunkett [Mon, 2 Nov 2009 19:03:06 +0000 (19:03 +0000)]
Fixing links to match Rich's rename

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

14 years agoThese are all replaced by intro.* rather than rewrite_intro.*
Rich Bowen [Mon, 2 Nov 2009 19:01:01 +0000 (19:01 +0000)]
These are all replaced by intro.* rather than rewrite_intro.*

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

14 years agoRenames rewrite_flags.html to flags.html
Rich Bowen [Mon, 2 Nov 2009 18:49:46 +0000 (18:49 +0000)]
Renames rewrite_flags.html to flags.html

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

14 years agoAs discussed on the docs mailing list several months back, we're
Rich Bowen [Mon, 2 Nov 2009 18:31:08 +0000 (18:31 +0000)]
As discussed on the docs mailing list several months back, we're
removing the 'rewrite_' from the various files in the rewrite/
directory, since it's redundant. This change moves rewrite_intro to
intro. Patches to follow will rename the other rewrite_ files.

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

14 years agoRewrite of the overview/introduction for this section of the docs.
Rich Bowen [Mon, 2 Nov 2009 17:57:33 +0000 (17:57 +0000)]
Rewrite of the overview/introduction for this section of the docs.

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

14 years agofollow up r791309 with additional changes to accommodate the new MPM interfaces
Jeff Trawick [Mon, 2 Nov 2009 16:32:05 +0000 (16:32 +0000)]
follow up r791309 with additional changes to accommodate the new MPM interfaces
(some old API variables are now private, support retrieval of the MPM generation,
implement the mpm_note_child_killed hook)

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

14 years agoremove declaration for ap_my_generation, which was replaced with the
Jeff Trawick [Mon, 2 Nov 2009 16:26:51 +0000 (16:26 +0000)]
remove declaration for ap_my_generation, which was replaced with the
AP_MPMQ_GENERATION query in r757853

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

14 years agoA handful of new french doc translations.
Vincent Deffontaines [Sun, 1 Nov 2009 20:13:27 +0000 (20:13 +0000)]
A handful of new french doc translations.

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

14 years agoaddress FAQ of SetEnv environment variables not being available to early
Eric Covener [Sun, 1 Nov 2009 16:24:59 +0000 (16:24 +0000)]
address FAQ of SetEnv environment variables not being available to early
directives such as RewriteRule.

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

14 years agotab and trailing space police.
Guenter Knauf [Sun, 1 Nov 2009 06:33:22 +0000 (06:33 +0000)]
tab and trailing space police.

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

14 years agorequire LDAPReferralHopLimit > 0
Eric Covener [Sat, 31 Oct 2009 15:09:09 +0000 (15:09 +0000)]
require LDAPReferralHopLimit > 0

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

14 years agoa warning about the [trunk-only] LDAP Hop Limit
Eric Covener [Sat, 31 Oct 2009 14:07:35 +0000 (14:07 +0000)]
a warning about the [trunk-only] LDAP Hop Limit

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

14 years agoStop trying to set the referral HOP limit on each connection since most SDKs don...
Eric Covener [Sat, 31 Oct 2009 14:02:04 +0000 (14:02 +0000)]
Stop trying to set the referral HOP limit on each connection since most SDKs don't seem
to do anything with it, and causes an error on released openldap levels.

Also moves/remove some macros internal to mod_ldap out of the public header for a major bump.

Reported against APR in PR47501, but httpd shouldn't be asking for the option
by default.

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

14 years agos/backeld/backend spotted by poirier
Eric Covener [Fri, 30 Oct 2009 12:22:34 +0000 (12:22 +0000)]
s/backeld/backend spotted by poirier

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

14 years agoadd LDAPLibraryDebug directive to mod_ldap to turn on
Eric Covener [Fri, 30 Oct 2009 02:07:45 +0000 (02:07 +0000)]
add LDAPLibraryDebug directive to mod_ldap to turn on
tracing in underlying LDAP SDK, where all the interesting tidbits
about all kinds of LDAP errors are hidden.

Unfortunately windows doesn't implement this LDAP_OPT.

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

14 years agoremoved now obsolete export defines.
Guenter Knauf [Wed, 28 Oct 2009 21:21:02 +0000 (21:21 +0000)]
removed now obsolete export defines.

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

14 years agodefine HAVE_OCSP dependent on OpenSSL version to make things
Guenter Knauf [Wed, 28 Oct 2009 21:17:50 +0000 (21:17 +0000)]
define HAVE_OCSP dependent on OpenSSL version to make things
easier for non-configure platforms (NetWare, Win32).

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

14 years ago* modules/ssl/ssl_toolkit_compat.h: Fold #if checks to enable OCSP
Joe Orton [Wed, 28 Oct 2009 14:19:32 +0000 (14:19 +0000)]
* modules/ssl/ssl_toolkit_compat.h: Fold #if checks to enable OCSP
  stapling support, and also check that HAVE_OCSP is defined.

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

14 years ago* modules/ssl/ssl_util_stapling.c (stapling_cache_response): Use
Joe Orton [Wed, 28 Oct 2009 14:05:09 +0000 (14:05 +0000)]
* modules/ssl/ssl_util_stapling.c (stapling_cache_response): Use
  apr_time_now() rather than time().

Reported by: rpluem.

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

14 years ago* modules/ssl/ssl_util_stapling.c (stapling_cb): Use mySrvFromConn(),
Joe Orton [Wed, 28 Oct 2009 14:00:53 +0000 (14:00 +0000)]
* modules/ssl/ssl_util_stapling.c (stapling_cb): Use mySrvFromConn(),
  thanks to rpluem.

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

14 years ago* module/ssl/ssl_util_stapling.c: Style fixes, no functional change.
Joe Orton [Wed, 28 Oct 2009 13:58:56 +0000 (13:58 +0000)]
* module/ssl/ssl_util_stapling.c: Style fixes, no functional change.

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

14 years agoFix a lot of doxygen warnings. Thanks to Brad Hards for the patch.
Daniel Earl Poirier [Wed, 28 Oct 2009 13:25:49 +0000 (13:25 +0000)]
Fix a lot of doxygen warnings.  Thanks to Brad Hards for the patch.
I added a few more fixes, and there are still more that might
need a doxygen expert.

PR: 48061
Submitted by: Brad Hards
Reviewed by: poirier

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

14 years agoAdd SNI to the glossary
Daniel Earl Poirier [Tue, 27 Oct 2009 19:29:40 +0000 (19:29 +0000)]
Add SNI to the glossary

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

14 years agoUpdate transforms
Daniel Earl Poirier [Tue, 27 Oct 2009 19:19:35 +0000 (19:19 +0000)]
Update transforms

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

14 years agoUpdate the SSL FAQ with regard to Server Name Indication.
Daniel Earl Poirier [Tue, 27 Oct 2009 19:15:44 +0000 (19:15 +0000)]
Update the SSL FAQ with regard to Server Name Indication.

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

14 years agofixed dav_hooks_repository_fs struct member order, fixed comments.
Guenter Knauf [Tue, 27 Oct 2009 18:36:26 +0000 (18:36 +0000)]
fixed dav_hooks_repository_fs struct member order, fixed comments.
Submitted by brian brianfrance.com.

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

14 years agoUpdate transforms
Daniel Earl Poirier [Tue, 27 Oct 2009 17:39:39 +0000 (17:39 +0000)]
Update transforms

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

14 years agoDocument that there's a limit on the length of lines in the configuration file.
Daniel Earl Poirier [Tue, 27 Oct 2009 16:33:46 +0000 (16:33 +0000)]
Document that there's a limit on the length of lines in the configuration file.

PR: 45888

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

14 years agofixed indents.
Guenter Knauf [Tue, 27 Oct 2009 13:31:30 +0000 (13:31 +0000)]
fixed indents.

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

14 years agochanged property.
Guenter Knauf [Tue, 27 Oct 2009 13:29:02 +0000 (13:29 +0000)]
changed property.

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

14 years agoconverted tabs, removed trailing spaces.
Guenter Knauf [Tue, 27 Oct 2009 01:35:22 +0000 (01:35 +0000)]
converted tabs, removed trailing spaces.

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

14 years agoCompatEnvVars does not exist anymore
Stefan Fritsch [Mon, 26 Oct 2009 19:54:06 +0000 (19:54 +0000)]
CompatEnvVars does not exist anymore

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

14 years agoHint about disabling translation in subdirectories by setting matching,
Eric Covener [Sun, 25 Oct 2009 22:16:00 +0000 (22:16 +0000)]
Hint about disabling translation in subdirectories by setting matching,
but not necessarily correct, Source and Default charsets.

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

14 years agoCharsetOptions NoImplicitAdd wasn't referenced during insert_filter callback.
Eric Covener [Sun, 25 Oct 2009 22:06:18 +0000 (22:06 +0000)]
CharsetOptions NoImplicitAdd wasn't referenced during insert_filter callback.

Doc: Correct defaults, charset_lite inserts itself by as soon as you tell it about
input and output character sets.

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

14 years agoCharsetOptions NoImplicitAdd makes us fall through to the "unknown option" clause
Eric Covener [Sun, 25 Oct 2009 21:28:45 +0000 (21:28 +0000)]
CharsetOptions NoImplicitAdd makes us fall through to the "unknown option" clause
due to breaking "else if", making NoImplicitAdd unconfigurable.

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

14 years agoAdd support for OCSP "stapling":
Joe Orton [Sun, 25 Oct 2009 17:21:10 +0000 (17:21 +0000)]
Add support for OCSP "stapling":

* modules/ssl/ssl_util_stapling.c: New file.

* modules/ssl/config.m4, modules/ssl/mod_ssl.dsp: Build it.

* modules/ssl/ssl_toolkit_compat.h: Define HAVE_OCSP_STAPLING if
  OpenSSL is of suitable version (>= 0.9.8g) and capability (TLS
  extension support enabled).

* modules/ssl/mod_ssl.c: Add config directives.

* modules/ssl/ssl_private.h: Add prototypes for new functions.
  (SSLModConfigRec): Add fields for stapling socache instance and
  associated mutex.
  (modssl_ctx_t): Add config fields for stapling.

* modules/ssl/ssl_engine_init.c (ssl_init_Module, ssl_init_Child):
  Call the stapling initialization functions.

* modules/ssl/ssl_engine_config.c: Add config hooks.

* modules/ssl/ssl_scache.c: Create, initialize and destroy the socache
  instance for OCSP responses.

Submitted by: Dr Stephen Henson <shenson oss-institute.org>

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

14 years agoAdd a note about the DPI rewrite flag, available from 2.2.12 only.
Vincent Deffontaines [Sun, 25 Oct 2009 10:03:25 +0000 (10:03 +0000)]
Add a note about the DPI rewrite flag, available from 2.2.12 only.

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

14 years agoFix brown-paper-bag bug.
Stefan Fritsch [Sat, 24 Oct 2009 18:37:28 +0000 (18:37 +0000)]
Fix brown-paper-bag bug.

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

14 years agoOnly allow parens in filename if cachesize is given. Return error otherwise
Stefan Fritsch [Sat, 24 Oct 2009 13:29:03 +0000 (13:29 +0000)]
Only allow parens in filename if cachesize is given. Return error otherwise
to catch missing parens.

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

14 years agoVerify that password has been truncated before printing a warning.
Stefan Fritsch [Sat, 24 Oct 2009 12:39:41 +0000 (12:39 +0000)]
Verify that password has been truncated before printing a warning.

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

14 years agoNew .fr translation for mod_deflate doc.
Vincent Deffontaines [Sat, 24 Oct 2009 09:16:48 +0000 (09:16 +0000)]
New .fr translation for mod_deflate doc.

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

14 years agoNew .fr translation for mod_expires doc.
Vincent Deffontaines [Sat, 24 Oct 2009 05:48:46 +0000 (05:48 +0000)]
New .fr translation for mod_expires doc.

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

14 years ago829271 was incomplete. This fixes it.
Vincent Deffontaines [Fri, 23 Oct 2009 22:40:07 +0000 (22:40 +0000)]
829271 was incomplete. This fixes it.

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

14 years agoNew .fr translation for mod_sed doc.
Vincent Deffontaines [Fri, 23 Oct 2009 22:39:29 +0000 (22:39 +0000)]
New .fr translation for mod_sed doc.

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

14 years agoupdate transformation
André Malo [Fri, 23 Oct 2009 21:39:14 +0000 (21:39 +0000)]
update transformation

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

14 years agosvn:eol-style = native
André Malo [Fri, 23 Oct 2009 20:34:28 +0000 (20:34 +0000)]
svn:eol-style = native

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

14 years agoOnly parse cache size in parens at the end of the string. Fixes SSLSessionCache
Stefan Fritsch [Fri, 23 Oct 2009 19:27:32 +0000 (19:27 +0000)]
Only parse cache size in parens at the end of the string. Fixes SSLSessionCache
directive mis-parsing parens in pathname.

PR: 47945

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

14 years agoPrint a warning if a password is truncated by crypt.
Stefan Fritsch [Fri, 23 Oct 2009 18:13:46 +0000 (18:13 +0000)]
Print a warning if a password is truncated by crypt.

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

14 years agoNew .fr translations
Vincent Deffontaines [Thu, 22 Oct 2009 21:19:02 +0000 (21:19 +0000)]
New .fr translations

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

14 years agohtpasswd: Improve out of disk space handling
Stefan Fritsch [Mon, 19 Oct 2009 21:41:31 +0000 (21:41 +0000)]
htpasswd: Improve out of disk space handling

PR: 30877

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

14 years agoupdate transformations
Stefan Fritsch [Mon, 19 Oct 2009 20:58:59 +0000 (20:58 +0000)]
update transformations

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

14 years agoChange the default algorithm for htpasswd to MD5 on all platforms. Crypt
Stefan Fritsch [Mon, 19 Oct 2009 20:53:04 +0000 (20:53 +0000)]
Change the default algorithm for htpasswd to MD5 on all platforms. Crypt
with its 8 character limit is not useful anymore.

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

14 years ago* Reduce memory consumption when processing very long lines by at least
Ruediger Pluem [Mon, 19 Oct 2009 19:22:55 +0000 (19:22 +0000)]
* Reduce memory consumption when processing very long lines by at least
  doubleing the size of the new buffer each time.

PR: 48024
Submitted by: Basant Kumar Kukreja <basant.kukreja sun.com>
Reviewed by: rpluem

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

14 years agoUse the new ap_update_child_status_from_conn() to put the client IP into the
Stefan Fritsch [Sun, 18 Oct 2009 21:38:35 +0000 (21:38 +0000)]
Use the new ap_update_child_status_from_conn() to put the client IP into the
scoreboard (and show it in mod_status) as soon as we start reading the request.

Empty the vhost and request fields in ap_update_child_status_from_conn so that
mod_status does not display outdated data if the connection closes without
the request being completely read.

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

14 years agoActually use the whole buffer for reading.
Stefan Fritsch [Sun, 18 Oct 2009 21:34:47 +0000 (21:34 +0000)]
Actually use the whole buffer for reading.

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

14 years agoupdate transformation
André Malo [Sun, 18 Oct 2009 20:51:45 +0000 (20:51 +0000)]
update transformation

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

14 years agofix context list tokens
André Malo [Sun, 18 Oct 2009 20:50:47 +0000 (20:50 +0000)]
fix context list tokens

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

14 years agoFix some more overflows spotted by Ruediger Pluem
Stefan Fritsch [Sun, 18 Oct 2009 20:39:05 +0000 (20:39 +0000)]
Fix some more overflows spotted by Ruediger Pluem

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

14 years agosvn:eol-style = native
André Malo [Sun, 18 Oct 2009 20:37:03 +0000 (20:37 +0000)]
svn:eol-style = native

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

14 years agodetab
Stefan Fritsch [Sun, 18 Oct 2009 19:38:03 +0000 (19:38 +0000)]
detab

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

14 years agohtdigest: Fix possible overflow in command line processing. htdigest is not
Stefan Fritsch [Sun, 18 Oct 2009 19:35:42 +0000 (19:35 +0000)]
htdigest: Fix possible overflow in command line processing. htdigest is not
supposed to be suid save, therefore not treated as a security issue.

CVE-2005-1344
Submitted by: Adam Conrad
Reviewed by: Stefan Fritsch

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

14 years agoab: Fix segfault in case the argument for -n is a very large number.
Stefan Fritsch [Sun, 18 Oct 2009 19:02:20 +0000 (19:02 +0000)]
ab: Fix segfault in case the argument for -n is a very large number.

PR: 47178
Submitted by: Philipp Hagemeister <oss phihag.de>
Reviewed by: Stefan Fritsch

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

14 years agoUpdate.
Lucien Gentis [Sat, 17 Oct 2009 15:09:21 +0000 (15:09 +0000)]
Update.

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

14 years agoNew .fr translation for mod_cache trunk doc
Vincent Deffontaines [Sat, 17 Oct 2009 09:45:01 +0000 (09:45 +0000)]
New .fr translation for mod_cache trunk doc

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

14 years agoupdate transformation
Nilgun Belma Buguner [Sat, 17 Oct 2009 02:47:01 +0000 (02:47 +0000)]
update transformation

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

14 years agoupdate for sync with English docs.
Nilgun Belma Buguner [Sat, 17 Oct 2009 02:44:17 +0000 (02:44 +0000)]
update for sync with English docs.

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@826165 13f79535-47bb-0310-9956-ffa450edef68

14 years agofix validation error
Nilgun Belma Buguner [Sat, 17 Oct 2009 02:38:38 +0000 (02:38 +0000)]
fix validation error

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

14 years agocommented out non-existing directory.
Guenter Knauf [Sat, 17 Oct 2009 02:18:50 +0000 (02:18 +0000)]
commented out non-existing directory.

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

14 years agoA handful of new french translations for trunk docs.
Vincent Deffontaines [Fri, 16 Oct 2009 22:49:14 +0000 (22:49 +0000)]
A handful of new french translations for trunk docs.

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

14 years agomention that "Header onsuccess" is the default and reword the description
Eric Covener [Fri, 16 Oct 2009 17:03:55 +0000 (17:03 +0000)]
mention that "Header onsuccess" is the default and reword the description
of "Header always" to talk less about implementation details and more about
the FAQ of redirects or 401's.

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

14 years agoAdds the frequently-requested example of relaxing authentication for a
Rich Bowen [Fri, 16 Oct 2009 13:55:17 +0000 (13:55 +0000)]
Adds the frequently-requested example of relaxing authentication for a
subdirectory. Whether this is actually a *good* idea is left as an
exercise for the reader.

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

14 years ago* Update transformation
Ruediger Pluem [Wed, 14 Oct 2009 19:26:00 +0000 (19:26 +0000)]
* Update transformation

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

14 years agoRename ReqTimeout into RequestTimeout, to be more in line with other
Stefan Fritsch [Wed, 14 Oct 2009 16:19:06 +0000 (16:19 +0000)]
Rename ReqTimeout into RequestTimeout, to be more in line with other
directives.

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

14 years agoNote gcc42 and Darwin 10 issues
Jim Jagielski [Tue, 13 Oct 2009 18:43:18 +0000 (18:43 +0000)]
Note gcc42 and Darwin 10 issues

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

14 years ago* With SSLProxyCheckPeerCN and SSLProxyCheckPeerExpire available and turned
Ruediger Pluem [Tue, 13 Oct 2009 16:15:36 +0000 (16:15 +0000)]
* With SSLProxyCheckPeerCN and SSLProxyCheckPeerExpire available and turned
  on by default this warning is no longer true.

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

14 years agoAdd example of load balancing with stickyness using mod_headers.
Stefan Fritsch [Sun, 11 Oct 2009 21:00:13 +0000 (21:00 +0000)]
Add example of load balancing with stickyness using mod_headers.

PR: 46167

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

14 years agoAllow ProxyPreserveHost to work in <Proxy> sections
Stefan Fritsch [Sun, 11 Oct 2009 13:38:51 +0000 (13:38 +0000)]
Allow ProxyPreserveHost to work in <Proxy> sections

PR: 34901

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

14 years agoUpdates.
Lucien Gentis [Sat, 10 Oct 2009 16:25:24 +0000 (16:25 +0000)]
Updates.

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