]>
granicus.if.org Git - apache/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Takashi Sato [Sat, 10 Oct 2009 05:52:17 +0000 (05:52 +0000)]
Stop unexpected error logs in each requests.
sock_write returns not size but status.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@823797
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Sat, 10 Oct 2009 05:32:37 +0000 (05:32 +0000)]
configure: Fix THREADED_MPMS so that mod_cgid is
enabled again for worker MPM.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@823794
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Fri, 9 Oct 2009 21:45:16 +0000 (21:45 +0000)]
Added french translation for mod_proxy documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@823704
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 9 Oct 2009 21:41:31 +0000 (21:41 +0000)]
mod_dav: Provide a mechanism to obtain the request_rec and pathname
from the dav_resource.
Submitted by: Jari Urpalainen <jari.urpalainen nokia.com>,
Brian France <brian brianfrance.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@823703
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Fri, 9 Oct 2009 17:17:08 +0000 (17:17 +0000)]
bump pending version
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@823623
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Fri, 9 Oct 2009 17:10:43 +0000 (17:10 +0000)]
Add PR number for r823613.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@823618
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Fri, 9 Oct 2009 16:57:20 +0000 (16:57 +0000)]
Build: Use install instead of cp if available on
installing modules to avoid segfault.
Submitted by: <hirose31 gmail.com>
PR: 47951
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@823613
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Fri, 9 Oct 2009 14:32:00 +0000 (14:32 +0000)]
Update doc to match change to mod_cache to include s-maxage in
some cacheability decisions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@823563
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Fri, 9 Oct 2009 12:58:09 +0000 (12:58 +0000)]
mod_cache: add Cache-control: s-maxage to cacheability decisions per RFC 2616.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@823536
13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Thu, 8 Oct 2009 21:42:13 +0000 (21:42 +0000)]
mod_logio: introduce new optional function ap_logio_get_last_bytes to get
total byte count of last request.
core: Use ap_logio_get_last_bytes to report more accurate byte counts in
mod_status if mod_logio is loaded. Without mod_logio, don't increment
counts for HEAD requests.
PR: 25656
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@823337
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Thu, 8 Oct 2009 08:52:14 +0000 (08:52 +0000)]
When pick was zero no worker where choosen.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@823093
13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 7 Oct 2009 19:59:38 +0000 (19:59 +0000)]
remove CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@822881
13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 7 Oct 2009 19:35:09 +0000 (19:35 +0000)]
Update comments in util_filter.h about bucket and brigade ownership to reflect
current practice and the advice from manual/developer/output-filters.xml.
Submitted by: Rici Lake <rici ricilake.net>
Reviewed by: Stefan Fritsch, Joe Orton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@822870
13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 7 Oct 2009 19:10:15 +0000 (19:10 +0000)]
add note about ssl renegotiation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@822857
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Wed, 7 Oct 2009 14:36:49 +0000 (14:36 +0000)]
Oops the slotmem uses apr_time_now. Can't use stat on shared memory :-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@822758
13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Tue, 6 Oct 2009 21:30:08 +0000 (21:30 +0000)]
update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@822517
13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Tue, 6 Oct 2009 21:20:33 +0000 (21:20 +0000)]
Add some docs for mod_reqtimeout.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@822509
13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Tue, 6 Oct 2009 19:39:38 +0000 (19:39 +0000)]
Work around broken cache management in mod_ldap: If LDAPSharedCacheSize is too
small, try to free some memory by purging the cache and log a warning.
Also increase the default LDAPSharedCacheSize to 500000. This is a more
realistic size suitable for the default values of 1024 for LdapCacheEntries and
LdapOpCacheEntries.
PR: 46749
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@822458
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 5 Oct 2009 20:56:48 +0000 (20:56 +0000)]
mod_rewrite: Make sure that a hostname:port isn't fully qualified if
the request is a CONNECT request.
Submitted by: Bill Zajac <billz consultla.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@822004
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 5 Oct 2009 20:49:25 +0000 (20:49 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@822002
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 5 Oct 2009 20:27:19 +0000 (20:27 +0000)]
mod_cache: Teach CacheEnable and CacheDisable to work from within a
Location section, in line with how ProxyPass works.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821993
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 5 Oct 2009 20:12:31 +0000 (20:12 +0000)]
No need to constantly compute these; do so once at config
time and use as needed :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821990
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Mon, 5 Oct 2009 19:08:12 +0000 (19:08 +0000)]
removed batch file used for CodeWarrior IDE project file
since its not maintained nor used anymore.
If in future someone wants to pick it up and update / fix it
then it can still be checked out from previous revisions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821968
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Mon, 5 Oct 2009 19:05:11 +0000 (19:05 +0000)]
removed CodeWarrior IDE project file since its not maintained
nor used anymore, and thus unusable in its current shape.
If in future someone wants to pick it up and update / fix it
then it can still be checked out from previous revisions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821966
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 5 Oct 2009 13:26:05 +0000 (13:26 +0000)]
Refactor mod_reqtimeout a bit to use just 1 directives with
multiple params...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821792
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Mon, 5 Oct 2009 12:13:20 +0000 (12:13 +0000)]
Back out r818492 which prevented all caching of incomplete responses.
Instead move the check to mod_disk_cache. This leaves cache implementations
the flexibility to implement caching of incomplete responses.
PR: 15866
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821763
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sun, 4 Oct 2009 21:33:46 +0000 (21:33 +0000)]
replaced all backticks with single quotes in output strings.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821621
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sun, 4 Oct 2009 20:26:21 +0000 (20:26 +0000)]
removed obsolete stuff from NetWare export generator script.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821602
13f79535 -47bb-0310-9956-
ffa450edef68