]>
granicus.if.org Git - apache/log
Nick Kew [Fri, 14 Oct 2005 23:40:36 +0000 (23:40 +0000)]
Note new module
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@321249
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 14 Oct 2005 23:33:40 +0000 (23:33 +0000)]
Add mod_authn_dbd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@321247
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 13 Oct 2005 16:35:55 +0000 (16:35 +0000)]
* modules/ssl/ssl_engine_init.c (ssl_init_CheckServers): Fix IP/port
key generation which passed a bogus pointer for a %pA conversion,
hence could give false warnings for name-based-vhost use.
PR: 37051
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@320796
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 12 Oct 2005 21:19:52 +0000 (21:19 +0000)]
* Added further directives that are controlled via AllowOverride FileInfo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@315051
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 12 Oct 2005 20:43:25 +0000 (20:43 +0000)]
Make ap_register_output_filter back into a function (*sigh*)
but update its API doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@315041
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 12 Oct 2005 20:18:33 +0000 (20:18 +0000)]
Make ap_register_output_filter a #define
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@315024
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 12 Oct 2005 13:05:59 +0000 (13:05 +0000)]
Performance Tune: Do the cheap and fast length check before
we bother doing a char-by-char comparison.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@314881
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 12 Oct 2005 13:01:25 +0000 (13:01 +0000)]
Fix -Wall warning... Thanks to Joe for the head's up!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@314875
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 12 Oct 2005 11:04:18 +0000 (11:04 +0000)]
* support/ab.c (test): Increment count of started requests when a
non-blocking connect completes; avoids case where more requests are
made than intended.
PR: 36966
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@314844
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 11 Oct 2005 21:45:23 +0000 (21:45 +0000)]
Removed this file now that both the doc-only distribution
file 'bootJVM-doc-M.m.p.tar.gz' and source-plus-doc distribution
file 'bootJVM-srcdoc-M.m.p.tar.gz' files are in the repository
(at the root level of this project).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@312965
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 11 Oct 2005 21:40:32 +0000 (21:40 +0000)]
mod_proxy_balancer: BalancerManager and proxies correctly handle
member workers with paths. PR36816. [Ruediger Pluem, Jim Jagielski]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@312963
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Tue, 11 Oct 2005 16:25:16 +0000 (16:25 +0000)]
Merge r265033 from trunk.
Author: trawick
Reviewed by: colm
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@312911
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Tue, 11 Oct 2005 16:11:16 +0000 (16:11 +0000)]
merge r265737 from trunk.
Author: trawick
Reviewed by: colm
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@312906
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 9 Oct 2005 14:40:43 +0000 (14:40 +0000)]
Sync changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@307441
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 9 Oct 2005 14:19:22 +0000 (14:19 +0000)]
Support dbd connections tied to the conn_rec.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@307439
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 9 Oct 2005 10:59:06 +0000 (10:59 +0000)]
* Fix a declaration problem introduced in r195013 that is C99 but not ANSI C
compatible. Thus move declaration of *worker to the top of find_session_route
to make it ANSI C compatible again.
Submitted by: NormW <normw bocnet.com.au>
Reviewed by: Ruediger Pluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@307389
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sun, 9 Oct 2005 03:53:01 +0000 (03:53 +0000)]
Corrected an out-of-date comment (it's been a while since main.c has
called ap_process_request)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@307355
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Sat, 8 Oct 2005 03:47:15 +0000 (03:47 +0000)]
remove the recycled_pool variable to keep it more in sync with worker.
event already had logic in the listener thread error legs to prevent
leaking ptrans, so this is mostly cosmetic.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@307250
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Sat, 8 Oct 2005 02:29:08 +0000 (02:29 +0000)]
remove obsolete constant
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@307239
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 8 Oct 2005 00:10:02 +0000 (00:10 +0000)]
use Greg's cleaner fix for CAN-2005-2970
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@307221
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 7 Oct 2005 21:05:01 +0000 (21:05 +0000)]
* Fix PR36883 (mod_proxy_ajp and tomcat issues).
Submitted by: William Barker <william.barker wilshire.com>
Reviewed by: Ruediger Pluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@307195
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 7 Oct 2005 06:42:29 +0000 (06:42 +0000)]
Sync CHANGES, note the NET_TIME patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@307032
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 6 Oct 2005 21:34:13 +0000 (21:34 +0000)]
* Sync with 2.2.x branch (r306900)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306902
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 6 Oct 2005 21:04:01 +0000 (21:04 +0000)]
* Synic with 2.2.x branch (r306884)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306888
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 6 Oct 2005 20:31:03 +0000 (20:31 +0000)]
mod_proxy_connect: Fix high CPU loop on systems like UnixWare which
trigger POLL_ERR or POLL_HUP on a terminated connection.
PR: 36951
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306878
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 6 Oct 2005 18:42:38 +0000 (18:42 +0000)]
Get latex build working again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306833
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Oct 2005 18:19:29 +0000 (18:19 +0000)]
docs/build/ should not exist (docs/manual/build/ already in svn:ignore).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306825
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Oct 2005 17:44:17 +0000 (17:44 +0000)]
httpd-docs procedures call for checking out build underneath
the docs/ tree, so add this subdirectory as an svn ignore
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306818
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Oct 2005 16:07:38 +0000 (16:07 +0000)]
Bump MODULE_MAGIC_COOKIE to "AP24", as we are already changing the
binary ABI out-of-sync with any 2.1-dev (beta) development.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306790
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 6 Oct 2005 16:02:01 +0000 (16:02 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306786
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 6 Oct 2005 15:55:04 +0000 (15:55 +0000)]
swap module and directive, heh ;)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306783
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Oct 2005 01:29:42 +0000 (01:29 +0000)]
NET_TIME, as a standalone feature, was a horrid idea.
The core filter will NOT operate correctly across platforms
(even between Linux/Solaris) without setting up the conn->timeout,
so always apply the timeout when establishing the core filter.
The keep-alive-timeout is entirely an HTTP-ism, and needs to
move to the http protocol handler. Note #1; this isn't triggered
in the event mpm, but the event mpm introspects s->keep_alive_timeout
directly adding it to the pollset, so this is a non-sequitor.
Finally, once the headers are read, the named virtual host may
have a different (more/less permissive) timeout for the remainder
of the request body. This http-centric patch picks up that subtle
detail and can switch to a named-vhost timeout.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306495
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Oct 2005 00:46:23 +0000 (00:46 +0000)]
Spare us a wasted variable, csd is initialized null, acting
as the 'csd_set' indicator.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@300198
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 5 Oct 2005 23:37:53 +0000 (23:37 +0000)]
Pay close attention to core_create_req() ... and note
that not one other member of the r->vars is initialized
herein. Move this initialization elsewhere.
(If this is the 'default' - it really aught to be the
zero value, for that matter).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@295141
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Wed, 5 Oct 2005 20:46:18 +0000 (20:46 +0000)]
Move the AC_TRY_RUN expansion much further down, after we have had a chance to
initialise the compile-environment for all platforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@295113
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 5 Oct 2005 20:29:42 +0000 (20:29 +0000)]
Refresh the SSL FAQ to bring it a little closer to reality.
Submitted by: Noirin Plunkett <firebird nerdchic.net>
Reviewed by: Joe Orton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@295104
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 5 Oct 2005 07:59:36 +0000 (07:59 +0000)]
* Fix PR36507 (mod_proxy_balancer does not handle sticky sessions with
tomcat correctly).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@295013
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Tue, 4 Oct 2005 19:25:51 +0000 (19:25 +0000)]
Invert the "yes" and "no" values for $ap_void_ptr_lt_long, which
as Rudiger points out; are exactly wrong.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@294902
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Tue, 4 Oct 2005 16:18:24 +0000 (16:18 +0000)]
One way or another, whether we leave the casts in or out, right now we are
using "void *" containers to store long integers; Add a configure-time check to
ensure that it is valid to assume that a "void *" container is large enough to
store a long int. See <
200510031150 .j93Boh700945@devsys.jaguNET.com> and
ensuing discussion on httpd-dev.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@294809
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Mon, 3 Oct 2005 15:14:13 +0000 (15:14 +0000)]
Initialise a variable, to avoid a gcc warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@293364
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Mon, 3 Oct 2005 11:38:32 +0000 (11:38 +0000)]
Whitespace fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@293316
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 3 Oct 2005 11:28:40 +0000 (11:28 +0000)]
Actually show hot to use this.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@293309
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Mon, 3 Oct 2005 11:09:15 +0000 (11:09 +0000)]
Remove some trailing spaces. Syncs with 2.2.x.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@293307
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 3 Oct 2005 10:54:34 +0000 (10:54 +0000)]
* Fix style nits (whitespaces / formats of comments). No Functional changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@293301
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 3 Oct 2005 10:37:17 +0000 (10:37 +0000)]
* Add entry for r293123.
* Fix bracket style nit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@293293
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Mon, 3 Oct 2005 10:30:52 +0000 (10:30 +0000)]
Two minor whitespace cleanups. Syncs with the 2.2.x branch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@293291
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 2 Oct 2005 20:59:13 +0000 (20:59 +0000)]
Use the H flag to force cgi's to be handled as cgi-script.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@293166
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 2 Oct 2005 14:32:35 +0000 (14:32 +0000)]
* run the request_status hook in proxy_handler if HTTP_SERVICE_UNAVAILABLE
is returned by ap_proxy_pre_request.
Suggested by: Brian Akins <brian.akins turner.com>, Mladen Turk
Reviewed by: Jim Jagielski
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@293123
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 1 Oct 2005 11:03:10 +0000 (11:03 +0000)]
sync with 2.2 branch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292950
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 30 Sep 2005 16:34:25 +0000 (16:34 +0000)]
SECURITY: CAN-2005-2970 (cve.mitre.org)
worker MPM: Fix a memory leak which can occur after an aborted
connection in some limited circumstances.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292809
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 30 Sep 2005 15:26:45 +0000 (15:26 +0000)]
Fix pool in dbd_construct, and set sensible config defaults
(based on feedback from Brian France)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292769
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 30 Sep 2005 13:01:39 +0000 (13:01 +0000)]
Use rsync to install manual and htdocs to speed up installation times.
* Makefile.in: Update install-man and install-htdocs to use rsync if available,
otherwise fail back to current cp -rp and rm -rf .svn/ strategy.
* configure.in: Look for rsync.
* acinclude.m4: Include RSYNC in exported config_vars.mk
(Incorporates suggestions on rsync flags from colm.)
Reviewed by: colm, trawick (concept), niq (concept)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292718
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Thu, 29 Sep 2005 20:44:53 +0000 (20:44 +0000)]
Backport the Doxygen changes to the 2.2.x branch. No functional changes,
however backporting these doxygen fixes makes it significantly easier to diff
trunk and the 2.2.x branch, to sort out what's what. And we might as well
release with nicer doxygen markup.
Submitted by: Neale Ranns <neale ranns.org>
Reviewed by: Ian Holsman
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292540
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 29 Sep 2005 13:59:27 +0000 (13:59 +0000)]
de-ref bug - balancer is always not null since it's &balancer
from the caller.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292434
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Thu, 29 Sep 2005 13:50:22 +0000 (13:50 +0000)]
Add a changes entry for the mod_dir/mod_cache stuff.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292432
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 28 Sep 2005 20:43:23 +0000 (20:43 +0000)]
Add note about no Directory Indexes to SetHandler docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292292
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Wed, 28 Sep 2005 03:45:01 +0000 (03:45 +0000)]
Clean up c2x code-path by not double-setting the prefix variable.
* server/util.c
(c2x): Take a new prefix parameter instead of hard-coding '%' and then
conditionally setting 'x' for half of the cases.
Reviewed by: nd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292111
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Wed, 28 Sep 2005 03:42:44 +0000 (03:42 +0000)]
Remove install errors emitted when using jlibtool instead of GNU libtool.
(grep would skip this silently; but sed emits errors when no match is found.)
* build/instdso.sh: Protect sed calls with a test -s check to make sure
that we're going to execute sed against a non-empty file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292109
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 27 Sep 2005 14:57:24 +0000 (14:57 +0000)]
* acinclude.m4 (APACHE_CHECK_APxVER): New macro, for checking
an apr/apu version requirement.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291972
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Tue, 27 Sep 2005 11:52:14 +0000 (11:52 +0000)]
When doing a subrequest lookup, do not lookup using the quickhandler if
next_filter is NULL, since this implies that the subrequest will be
internal_fast_redirect'ed or will never be called. See line request.c:1513
onwards (in make_sub_request) also.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291914
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Mon, 26 Sep 2005 16:51:41 +0000 (16:51 +0000)]
Explain why we have the regular file typecheck. No functional changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291672
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Mon, 26 Sep 2005 09:21:45 +0000 (09:21 +0000)]
Fixes and cleanups for mod_cache;
* Add r->uri to the debug messages in the quick handler; makes debugging
easier.
* Always reset headers_in for lookup's, some modules make subrequests
and then rewrite the url. Having a conditional request at this point
is not what they expect (nor reasonable for them to handle).
* Don't store a per-request config on lookups; for the same reason.
* Return DECLINED when in lookup mode and ap_meets_conditions() indicated
we have the content but don't know if it's fresh or not. We have no idea
whether the backend will have a 404, a 304 or any other kind of a
response - so we have to assume we cannot handle the request.
* remove the unused "url" argument from the cache_create_entity() function
* Whitespace/comment fixups in mod_cache.h
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291588
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 26 Sep 2005 04:44:16 +0000 (04:44 +0000)]
As recommended by nd, build docs for all languages.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291558
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 25 Sep 2005 22:45:39 +0000 (22:45 +0000)]
* Makefile.in
(docs): If the "docs-build" project is available, trigger its build system
to turn the XML sources into HTML. Otherwise, display a URL to the
instructions on how to use the docs build.
* build/rules.mk.in:
(.PHONEY): docs is a fake target.
Submitted By: Daniel Rall <dlr apache.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291480
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sun, 25 Sep 2005 20:26:54 +0000 (20:26 +0000)]
Synch with 2.2.x branch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291474
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sun, 25 Sep 2005 18:08:29 +0000 (18:08 +0000)]
* server/connection.c (ap_lingering_close): Cleanup; no functional change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291454
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sun, 25 Sep 2005 18:00:43 +0000 (18:00 +0000)]
* server/connection.c (ap_lingering_close): Fix lingering close to
really match the 1.3 behaviour: read from the client for up to ~30
seconds in total. Current behaviour will attempt only 15 read() calls
then give up.
PR: 35292
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291452
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 24 Sep 2005 09:52:49 +0000 (09:52 +0000)]
* add svn:ignore to modules/database
* fix some eol-style properties
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291269
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 24 Sep 2005 09:19:20 +0000 (09:19 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291265
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 23 Sep 2005 14:11:18 +0000 (14:11 +0000)]
* server/request.c (core_opts_merge): When AllowOverride is specified
for the directory, ignore the inherited override_opts field.
PR: 35330
Submitted by: kabe <kabe sra-tohoku.co.jp>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291120
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 23 Sep 2005 10:56:07 +0000 (10:56 +0000)]
Add note on DBD APIs to Module Developer Changes in new_features.
Update cast in mod_dbd.c as suggested by jorton.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291100
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 22 Sep 2005 15:38:14 +0000 (15:38 +0000)]
Implement a (bounded) buffer of request body data to provide a limited
but safe fix for the mod_ssl renegotiation-vs-requests-with-bodies
bug:
* modules/ssl/ssl_private.h (ssl_io_buffer_fill): Add prototype.
* modules/ssl/ssl_engine_io.c (ssl_io_buffer_fill,
ssl_io_filter_buffer): New functions.
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): If a
renegotiation is needed, and the request has a non-zero
content-length, or a t-e header (and 100-continue was not requested),
call ssl_io_buffer_fill to set aside the request body data if
possible, then proceed with the negotiation.
PR: 12355
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290965
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 22 Sep 2005 15:32:07 +0000 (15:32 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290964
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 22 Sep 2005 15:30:46 +0000 (15:30 +0000)]
update German translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290963
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Thu, 22 Sep 2005 13:22:51 +0000 (13:22 +0000)]
Typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290940
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 22 Sep 2005 11:27:25 +0000 (11:27 +0000)]
Cover regex API changes for module developers, and mention support
for external PCRE.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290931
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Thu, 22 Sep 2005 10:01:28 +0000 (10:01 +0000)]
Reflect current implementation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290925
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 21 Sep 2005 21:57:23 +0000 (21:57 +0000)]
Add mod_dbd to the NetWare build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290844
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 21 Sep 2005 21:55:27 +0000 (21:55 +0000)]
Add the NetWare makefile for mod_dbd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290842
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 21 Sep 2005 21:39:05 +0000 (21:39 +0000)]
Don't need the second reference to extfiltr.nlm anymore now that there are multiple submakefiles in the filters directory.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290837
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 21 Sep 2005 21:32:14 +0000 (21:32 +0000)]
Fix a make problem that occurred due to the removal of the other submakefiles. Referencing example.nlm twice is just a hack to fix the problem for now.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290836
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 21 Sep 2005 20:11:21 +0000 (20:11 +0000)]
Add <glossary> tag for mime-type where appropriate.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290816
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 21 Sep 2005 19:45:34 +0000 (19:45 +0000)]
Missed an end tag in the glossary.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290803
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 21 Sep 2005 19:41:48 +0000 (19:41 +0000)]
Add APR to the glossary and link it in where appropriate.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290801
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 21 Sep 2005 17:53:21 +0000 (17:53 +0000)]
Fix dtd to match <glossary> change in xsl.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290760
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 21 Sep 2005 17:25:47 +0000 (17:25 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290752
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 21 Sep 2005 17:22:11 +0000 (17:22 +0000)]
update German translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290751
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 21 Sep 2005 17:06:21 +0000 (17:06 +0000)]
validate the glossary tags
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290744
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 21 Sep 2005 15:54:59 +0000 (15:54 +0000)]
Add compatibility tag, and rebuild all.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290729
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 21 Sep 2005 15:21:09 +0000 (15:21 +0000)]
Add some <glossary> markup for regular expression and regex.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290723
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 21 Sep 2005 15:07:46 +0000 (15:07 +0000)]
Omit reference to pre-2.0.48 versions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290720
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Wed, 21 Sep 2005 14:39:53 +0000 (14:39 +0000)]
Add htcacheclean to Makefile.win (thanks to wrowe for pointers)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290715
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 21 Sep 2005 14:31:19 +0000 (14:31 +0000)]
The arrow indicator for a glossary link was cute, but I found it way too
disturbing to the flow of text. Here I replace it with a dashed-unline.
Also, allow the omission of the ref attribute where the glossary term is
exactly equal to the link contents.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290712
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 21 Sep 2005 14:29:57 +0000 (14:29 +0000)]
Eliminate possible compiler warnings pointed out by Joe.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290711
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 21 Sep 2005 13:56:15 +0000 (13:56 +0000)]
* modules/experimental/config.m4: Don't duplicate the mod_dbd
APACHE_MODULE expansion and remove the commented-out stuff.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290700
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 21 Sep 2005 10:27:33 +0000 (10:27 +0000)]
Document module moves
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290675
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 21 Sep 2005 10:04:00 +0000 (10:04 +0000)]
Move mod_dbd from /experimental/ to /database/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290672
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 21 Sep 2005 09:46:12 +0000 (09:46 +0000)]
Move mod_filter and mod_charset_lite from /experimental/ to /filters/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290669
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Wed, 21 Sep 2005 08:52:08 +0000 (08:52 +0000)]
Add htcachclean to the win32 build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290659
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 20 Sep 2005 19:31:41 +0000 (19:31 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290541
13f79535 -47bb-0310-9956-
ffa450edef68