]>
granicus.if.org Git - apache/log
William A. Rowe Jr [Wed, 11 Aug 2004 20:41:23 +0000 (20:41 +0000)]
Clean useless code.
Submitted by: jfclere
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104557
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 11 Aug 2004 20:29:46 +0000 (20:29 +0000)]
Introduce proxy_ajp.c : use --enable-proxy-ajp with configuring Apache.
To load it:
+++
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
+++
And to use it something like:
+++
<Location /examples/>
ProxyPass ajp://backend.example.net:8009/examples/
</Location>
+++
proxy_ajp will not be enabled by default due to ./ajp dependencies
Build magic improvements: mturk, wrowe
Submitted by: jfclere
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104556
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 11 Aug 2004 20:03:55 +0000 (20:03 +0000)]
Refer people to mod_rewrite if they need to manipulate the query
string. (This is a FAQ.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104554
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 11 Aug 2004 16:59:41 +0000 (16:59 +0000)]
Note that mod_expires also sends Cache-Control: max-age.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104550
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 11 Aug 2004 14:25:30 +0000 (14:25 +0000)]
* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL),
* server/log.c (ap_log_pid),
* server/mpm/prefork/prefork.c (accept_mutex_on, accept_mutex_off),
* support/htdbm.c (htdbm_list):
Fix some non-literal format strings (warnings from gcc -Wformat-security).
PR: 30585
Submitted by: Ulf Harnhammar (SITIC), Joe Orton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104548
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 11 Aug 2004 13:19:24 +0000 (13:19 +0000)]
* modules/ssl/ssl_engine_io.c (ssl_io_input_read): Fix potential
infinite loop in ssl_io_input_getline if connection is aborted without
inctx->rc being set.
PR: 29964
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104547
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 10 Aug 2004 10:21:07 +0000 (10:21 +0000)]
Ignore config.* scripts copied from APR.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104543
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Mon, 9 Aug 2004 17:41:37 +0000 (17:41 +0000)]
Updated list of exported API for NetWare
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104539
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 6 Aug 2004 06:59:50 +0000 (06:59 +0000)]
Fix typo. is->it
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104516
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 5 Aug 2004 19:20:19 +0000 (19:20 +0000)]
mod_disk_cache: Implement binary format for on-disk header files.
Justin greatly extended Brian's patch and redid the rest of the storage format.
Submitted by: Brian Akins <bakins web.turner.com>
Reviewed by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104511
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 5 Aug 2004 19:12:34 +0000 (19:12 +0000)]
Remove cache hooks and custom vtable format in favor of the ap_provider_* API.
Cache-related configuration directives remain the same.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104510
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 5 Aug 2004 16:36:30 +0000 (16:36 +0000)]
Reverse the parameters on the apr_ldap_info() call to match the prototype.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104507
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 5 Aug 2004 12:04:25 +0000 (12:04 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104505
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 5 Aug 2004 11:56:47 +0000 (11:56 +0000)]
fix semantic mistakes and add version hint
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104503
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 5 Aug 2004 11:37:52 +0000 (11:37 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104502
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 5 Aug 2004 11:27:48 +0000 (11:27 +0000)]
fix xml error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104500
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 5 Aug 2004 09:24:51 +0000 (09:24 +0000)]
* modules/experimental/mod_disk_cache.c: Don't call MD5 twice for the same
value.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104498
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 5 Aug 2004 08:27:24 +0000 (08:27 +0000)]
mod_disk_cache: Produce slightly more informative log messages and at more
appropriate levels. (LogLevel info will now only inform you when you are
storing a cache item. debug is required to show what is being served from
cache.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104497
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 4 Aug 2004 23:17:53 +0000 (23:17 +0000)]
mod_auth_ldap backports
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104494
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Wed, 4 Aug 2004 13:02:26 +0000 (13:02 +0000)]
document AuthDigestEnableQueryStringHack
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104475
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 4 Aug 2004 00:32:07 +0000 (00:32 +0000)]
Fixes the build of proxy on Windows. Since the proxy_module is declared
as extern using AP_MODULE_DECLARE_DATA that expands to dllexport, there
is a LNK2001 error when building proxy_http.
PR:
Obtained from: Mladen Turk <mturk@apache.org>
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104469
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 4 Aug 2004 00:04:41 +0000 (00:04 +0000)]
Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104468
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 3 Aug 2004 21:38:05 +0000 (21:38 +0000)]
Copied over from 2.0 docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104465
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Tue, 3 Aug 2004 08:20:21 +0000 (08:20 +0000)]
Avoid confusion when reading mod_cache code. write_ and read_ often imply
network code; store_ and recall_ are more understandable prefixes in this
context.
Reviewed by: Roy Fielding, Cliff Woolley
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104458
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 2 Aug 2004 18:39:09 +0000 (18:39 +0000)]
* modules/experimental/mod_disk_cache.c (open_entity): Allow the data file to
be sent via sendfile() and allow the header file to be buffered.
Reviewed by: Bill Stoddard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104453
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 2 Aug 2004 17:39:09 +0000 (17:39 +0000)]
* modules/experimental/mod_cache.c: Rename CACHE_IN to CACHE_SAVE. Our
standard in-tree convention is _IN is for input filters. That's not what
this filter did, so that caused confusion.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104452
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 2 Aug 2004 17:32:31 +0000 (17:32 +0000)]
* modules/experimental/mod_disk_cache.c (load_headers): Only validate that the
header file descriptor is available. (fd is an unnecessary check here.)
Reviewed by: Bill Stoddard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104451
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 2 Aug 2004 17:30:30 +0000 (17:30 +0000)]
* modules/experimental/mod_cache.c: Delay no-store check until saving.
(It's a corner case with little benefit in the mainline.)
(Some nearby style nits also resolved in this patch.)
Reviewed by: Bill Stoddard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104450
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 2 Aug 2004 17:27:08 +0000 (17:27 +0000)]
* modules/experimental/mod_cache.h: Remove unnecessary MAX_URL_LENGTH #define.
Reviewed by: Bill Stoddard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104449
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 2 Aug 2004 17:25:24 +0000 (17:25 +0000)]
* modules/experimental/mod_cache.c (cache_url_handler): Rewrite to be more
understandable. Also, remove bogus checks for MAX_URL_LENGTH and declining
'/'-terminated URLs.
Reviewed by: Bill Stoddard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104448
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 2 Aug 2004 17:18:15 +0000 (17:18 +0000)]
* modules/experimental/mod_cache.h: Always use atomics.
* modules/experimental/mod_mem_cache.c: Always use atomics.
Reviewed by: Bill Stoddard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104447
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 2 Aug 2004 17:12:32 +0000 (17:12 +0000)]
* modules/http/http_request.c (ap_internal_redirect): Call quick_handler
when we do an internal redirect to allow caching. This allows mod_dir
requests to be cached.
Reviewed by: Bill Stoddard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104446
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 2 Aug 2004 12:23:44 +0000 (12:23 +0000)]
Remove duplicate AddCharsets (both old and new:-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104445
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 2 Aug 2004 11:28:04 +0000 (11:28 +0000)]
Fix Bug 22684 and add some additional charsets.
Provides a better workaround for Bug 23421.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104444
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 2 Aug 2004 02:38:16 +0000 (02:38 +0000)]
Teach apxs how to find ap{ru}-$AP{RU}_MAJOR_VERSION-config
(httpd-2.1+ will be APR 1.0 or higher which uses this convention.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104443
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 1 Aug 2004 12:41:55 +0000 (12:41 +0000)]
developer/modules.xml.ja exists now
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104442
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sun, 1 Aug 2004 06:24:10 +0000 (06:24 +0000)]
Convert to XHTML.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104440
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sun, 1 Aug 2004 01:12:30 +0000 (01:12 +0000)]
Remove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test against
APR_SUCCESS.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104439
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 31 Jul 2004 20:47:49 +0000 (20:47 +0000)]
perchild MPM: Fix thread safety problem in the use of longjmp().
Submitted by: Tsuyoshi SASAMOTO <nazonazo super.win.ne.jp>
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104436
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 30 Jul 2004 21:31:13 +0000 (21:31 +0000)]
Update the build procedure comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104431
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 30 Jul 2004 16:27:23 +0000 (16:27 +0000)]
Backport done
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104430
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 29 Jul 2004 19:23:29 +0000 (19:23 +0000)]
oops. while switching to euc-jp I've removed also the html-only .ja.jis files.
recode to euc-jp and re-add them (only one in 2.1)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104423
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 29 Jul 2004 18:23:10 +0000 (18:23 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104420
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 29 Jul 2004 17:58:55 +0000 (17:58 +0000)]
build bootstrap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104415
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 29 Jul 2004 17:57:15 +0000 (17:57 +0000)]
switch to EUC-JP which is more stable in transformations than iso-2022-jp
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104414
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 29 Jul 2004 15:18:40 +0000 (15:18 +0000)]
Improve binary compatiblity. This fix was requested of me before it was committed, but it went in anyway - my bad :(
PR:
Obtained from:
Submitted by: Mladen Turk <mturk@apache.org>
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104409
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 28 Jul 2004 22:50:54 +0000 (22:50 +0000)]
Add load balancer support to the scoreboard in preparation for
load balancing support in mod_proxy.
PR:
Obtained from:
Submitted by: Mladen Turk <mturk@apache.org>
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104404
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Wed, 28 Jul 2004 13:36:56 +0000 (13:36 +0000)]
modify to better translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104401
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Tue, 27 Jul 2004 13:28:36 +0000 (13:28 +0000)]
modified to better translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104395
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 26 Jul 2004 12:10:19 +0000 (12:10 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104390
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 26 Jul 2004 04:09:36 +0000 (04:09 +0000)]
Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104389
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 26 Jul 2004 04:08:09 +0000 (04:08 +0000)]
Update Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104388
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 26 Jul 2004 03:42:54 +0000 (03:42 +0000)]
New Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104387
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 26 Jul 2004 03:39:06 +0000 (03:39 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104386
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 26 Jul 2004 03:33:45 +0000 (03:33 +0000)]
New Japanese translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104385
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 26 Jul 2004 03:28:57 +0000 (03:28 +0000)]
New Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104384
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 26 Jul 2004 03:08:39 +0000 (03:08 +0000)]
New Japanese translation.
Submitted by: yoshiki, kawai
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104383
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sun, 25 Jul 2004 23:13:28 +0000 (23:13 +0000)]
Update Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104381
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sun, 25 Jul 2004 21:16:21 +0000 (21:16 +0000)]
Update Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104379
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sun, 25 Jul 2004 21:13:05 +0000 (21:13 +0000)]
Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104378
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sun, 25 Jul 2004 21:10:58 +0000 (21:10 +0000)]
Conform to spelling convention.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104377
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 23 Jul 2004 12:40:49 +0000 (12:40 +0000)]
Tidy up handling of empty brigades (Joe Orton);
Ensure we still set headers on HEAD and 204/304;
and fix inflate_out_filter handling of HEAD/etc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104352
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 22 Jul 2004 18:46:49 +0000 (18:46 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104344
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Thu, 22 Jul 2004 13:45:04 +0000 (13:45 +0000)]
update translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104343
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Thu, 22 Jul 2004 13:34:45 +0000 (13:34 +0000)]
update translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104342
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Wed, 21 Jul 2004 14:33:24 +0000 (14:33 +0000)]
update translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104337
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Wed, 21 Jul 2004 14:23:41 +0000 (14:23 +0000)]
update translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104336
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 19 Jul 2004 04:27:13 +0000 (04:27 +0000)]
Workaround RHEL 3 'cuteness' for OpenSSL by calling pkg-config openssl.
For more info, see: http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=82369
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104329
13f79535 -47bb-0310-9956-
ffa450edef68
Stas Bekman [Sun, 18 Jul 2004 20:06:38 +0000 (20:06 +0000)]
fix the invalid return value entry for ap_meets_conditions
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104326
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 18 Jul 2004 01:18:58 +0000 (01:18 +0000)]
Tidy up: get rid of dubious cast (nd) and initialise encoding.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104318
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 17 Jul 2004 15:22:35 +0000 (15:22 +0000)]
Fix previous patch to deal correctly with multiple empty brigades before
we know if there's any content, and not re-process the headers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104315
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 17 Jul 2004 14:14:11 +0000 (14:14 +0000)]
Fix headers in deflate_out_filter for the case of an empty first brigade
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104314
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 17 Jul 2004 08:29:48 +0000 (08:29 +0000)]
* server/core.c (set_allow_opts): Fix gcc warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104313
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 16 Jul 2004 20:30:43 +0000 (20:30 +0000)]
Allocate memory from the temp_pool rather than the stack to avoid blowing fixed length stacks while evaluating nested includes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104310
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 16 Jul 2004 18:40:58 +0000 (18:40 +0000)]
NWSSLUpgradeable directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104308
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 16 Jul 2004 16:12:22 +0000 (16:12 +0000)]
Replace the strsep() call to the more portable apr_strtok() call so that we can build again
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104305
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Thu, 15 Jul 2004 19:28:06 +0000 (19:28 +0000)]
* docs/conf/httpd-std.conf.in
* docs/conf/httpd-win.conf
Add XML Spy to the clients who need to be carefully redirected.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104300
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Stein [Thu, 15 Jul 2004 19:22:25 +0000 (19:22 +0000)]
msg
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104298
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 15 Jul 2004 00:29:43 +0000 (00:29 +0000)]
Moderize our .rc generation, using the license-2.0 text,
extracting copyright dates from the version header, and
dropping a redundant s/./,/.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104295
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 15 Jul 2004 00:25:41 +0000 (00:25 +0000)]
mod_so.h doesn't live here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104294
13f79535 -47bb-0310-9956-
ffa450edef68
Jeon Jeongho [Wed, 14 Jul 2004 12:27:53 +0000 (12:27 +0000)]
commit new Korean file and up-to-date patches & rebuild html files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104285
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Wed, 14 Jul 2004 07:25:25 +0000 (07:25 +0000)]
remove tabs from my last commit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104284
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Wed, 14 Jul 2004 06:36:42 +0000 (06:36 +0000)]
Added 'AllowOverride Options=Indexes,MultiViews' to give an admin better
control over what options can be used in .htaccess files.
PR: 29310
Submitted by: Tom Alsberg <alsbergt-apache cs.huji.ac.il>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104283
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 13 Jul 2004 19:30:58 +0000 (19:30 +0000)]
Add the new directive NWSSLUpgradeable to mod_nw_ssl to allow a non-secure connection to be upgraded to secure connections
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104278
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 13 Jul 2004 18:11:22 +0000 (18:11 +0000)]
Tokenize the header while parsing it for the upgrade tokens and once the protocol has been upgraded, allow the request to complete encrypted.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104273
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 13 Jul 2004 11:26:44 +0000 (11:26 +0000)]
* build/config.guess, build/config.sub: Remove since buildconf copies
these files from APR.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104269
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 12 Jul 2004 22:18:46 +0000 (22:18 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104263
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 12 Jul 2004 22:18:46 +0000 (22:18 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104262
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 12 Jul 2004 18:48:30 +0000 (18:48 +0000)]
Fix language code.
PR: 29518
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104259
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 12 Jul 2004 18:41:24 +0000 (18:41 +0000)]
Mention what type of regex we use, and reference the glossary.
PR: 29732
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104257
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Mon, 12 Jul 2004 17:04:40 +0000 (17:04 +0000)]
note backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104254
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Mon, 12 Jul 2004 16:53:24 +0000 (16:53 +0000)]
rev back to previous version, removing chnges to overload detach field , putting back addrspace field
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104251
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Mon, 12 Jul 2004 16:36:42 +0000 (16:36 +0000)]
fix compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104249
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 11 Jul 2004 13:46:22 +0000 (13:46 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104239
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sun, 11 Jul 2004 13:06:35 +0000 (13:06 +0000)]
update translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104238
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sun, 11 Jul 2004 12:23:37 +0000 (12:23 +0000)]
update translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104237
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 11 Jul 2004 12:14:12 +0000 (12:14 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104236
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sun, 11 Jul 2004 11:53:39 +0000 (11:53 +0000)]
update translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104235
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sun, 11 Jul 2004 11:41:10 +0000 (11:41 +0000)]
update translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104234
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 10 Jul 2004 17:22:50 +0000 (17:22 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104225
13f79535 -47bb-0310-9956-
ffa450edef68