]> granicus.if.org Git - apache/log
apache
19 years agoRemove LDAP toolkit specific code from util_ldap and mod_auth_ldap.
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

19 years agoCopied over from 2.0 docs
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

19 years agoAvoid confusion when reading mod_cache code. write_ and read_ often imply
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

19 years ago* modules/experimental/mod_disk_cache.c (open_entity): Allow the data file to
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

19 years ago* modules/experimental/mod_cache.c: Rename CACHE_IN to CACHE_SAVE. Our
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

19 years ago* modules/experimental/mod_disk_cache.c (load_headers): Only validate that the
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

19 years ago* modules/experimental/mod_cache.c: Delay no-store check until saving.
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

19 years ago* modules/experimental/mod_cache.h: Remove unnecessary MAX_URL_LENGTH #define.
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

19 years ago* modules/experimental/mod_cache.c (cache_url_handler): Rewrite to be more
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

19 years ago* modules/experimental/mod_cache.h: Always use atomics.
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

19 years ago* modules/http/http_request.c (ap_internal_redirect): Call quick_handler
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

19 years agoRemove duplicate AddCharsets (both old and new:-)
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

19 years agoFix Bug 22684 and add some additional charsets.
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

19 years agoTeach apxs how to find ap{ru}-$AP{RU}_MAJOR_VERSION-config
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

19 years agodeveloper/modules.xml.ja exists now
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

19 years agoConvert to XHTML.
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

19 years agoRemove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test against
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

20 years agoperchild MPM: Fix thread safety problem in the use of longjmp().
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

20 years agoUpdate the build procedure comment
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

20 years agoBackport done
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

20 years agooops. while switching to euc-jp I've removed also the html-only .ja.jis files.
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

20 years agoupdate transformation
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

20 years agobuild bootstrap
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

20 years agoswitch to EUC-JP which is more stable in transformations than iso-2022-jp
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

20 years agoImprove binary compatiblity. This fix was requested of me before it was committed...
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

20 years agoAdd load balancer support to the scoreboard in preparation for
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

20 years agomodify to better translation.
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

20 years agomodified to better translation.
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

20 years agoupdate transformation
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

20 years agoUpdate transformation.
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

20 years agoUpdate Japanese translation.
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

20 years agoNew Japanese translation.
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

20 years agoUpdate transformations.
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

20 years agoNew Japanese translations.
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

20 years agoNew Japanese translation.
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

20 years agoNew Japanese translation.
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

20 years agoUpdate Japanese translation.
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

20 years agoUpdate Japanese translation.
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

20 years agoUpdate transformation.
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

20 years agoConform to spelling convention.
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

20 years agoTidy up handling of empty brigades (Joe Orton);
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

20 years agoupdate transformation
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

20 years agoupdate translation.
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

20 years agoupdate translation.
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

20 years agoupdate translation.
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

20 years agoupdate translation.
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

20 years agoWorkaround RHEL 3 'cuteness' for OpenSSL by calling pkg-config openssl.
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

20 years agofix the invalid return value entry for ap_meets_conditions
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

20 years agoTidy up: get rid of dubious cast (nd) and initialise encoding.
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

20 years agoFix previous patch to deal correctly with multiple empty brigades before
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

20 years agoFix headers in deflate_out_filter for the case of an empty first brigade
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

20 years ago* server/core.c (set_allow_opts): Fix gcc warning.
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

20 years agoAllocate memory from the temp_pool rather than the stack to avoid blowing fixed lengt...
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

20 years agoNWSSLUpgradeable directive
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

20 years agoReplace the strsep() call to the more portable apr_strtok() call so that we can build...
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

20 years ago* docs/conf/httpd-std.conf.in
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

20 years agomsg
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

20 years ago Moderize our .rc generation, using the license-2.0 text,
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

20 years ago mod_so.h doesn't live here.
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

20 years agocommit new Korean file and up-to-date patches & rebuild html files
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

20 years agoremove tabs from my last commit.
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

20 years agoAdded 'AllowOverride Options=Indexes,MultiViews' to give an admin better
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

20 years agoAdd the new directive NWSSLUpgradeable to mod_nw_ssl to allow a non-secure connection...
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

20 years agoTokenize the header while parsing it for the upgrade tokens and once the protocol...
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

20 years ago* build/config.guess, build/config.sub: Remove since buildconf copies
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

20 years agoupdate transformation
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

20 years agoupdate transformation
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

20 years agoFix language code.
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

20 years agoMention what type of regex we use, and reference the glossary.
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

20 years agonote backport
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

20 years agorev back to previous version, removing chnges to overload detach field , putting...
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

20 years agofix compiler warnings
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

20 years agoupdate transformation
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

20 years agoupdate translation.
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

20 years agoupdate translation.
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

20 years agoupdate transformation
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

20 years agoupdate translation.
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

20 years agoupdate translation.
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

20 years agoupdate transformation
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

20 years agoDocument the fact that FTP support in mod_proxy is limited to GET.
Nick Kew [Sat, 10 Jul 2004 16:38:12 +0000 (16:38 +0000)]
Document the fact that FTP support in mod_proxy is limited to GET.

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

20 years agoupdate transformation
André Malo [Sat, 10 Jul 2004 15:01:02 +0000 (15:01 +0000)]
update transformation

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

20 years agoupdate transformation
Astrid Malo [Sat, 10 Jul 2004 09:41:13 +0000 (09:41 +0000)]
update transformation

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

20 years agoSync with 2.0.51-dev
Paul Querna [Sat, 10 Jul 2004 07:47:55 +0000 (07:47 +0000)]
Sync with 2.0.51-dev

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

20 years agoSmall fix on ab's use of sprintf().
Paul Querna [Sat, 10 Jul 2004 07:18:50 +0000 (07:18 +0000)]
Small fix on ab's use of sprintf().

PR: 28204
Submitted by: Erik Weide <erik.weidel mplus-technologies.de>

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

20 years agoAdd DUMP_MODULES
Paul Querna [Sat, 10 Jul 2004 03:38:02 +0000 (03:38 +0000)]
Add DUMP_MODULES

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

20 years agoAdd ShowForbidden to IndexOptions to list files
Paul Querna [Sat, 10 Jul 2004 02:25:56 +0000 (02:25 +0000)]
Add ShowForbidden to IndexOptions to list files
that are not shown because the subrequest returned 401 or 403.

PR: 10575

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

20 years agoNotes changes that were made to util_ldap
Bradley Nicholes [Fri, 9 Jul 2004 21:29:33 +0000 (21:29 +0000)]
Notes changes that were made to util_ldap

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

20 years agoOverloading detached field in cgi_exec_info_t stuct in order to use same field to...
Jean-Jacques Clar [Fri, 9 Jul 2004 20:28:48 +0000 (20:28 +0000)]
Overloading detached field in cgi_exec_info_t stuct in order to use same field to set detached and addrspace values for proc to be started.

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

20 years agocommit a few Korean files and up-to-date patches
Jeon Jeongho [Fri, 9 Jul 2004 13:20:16 +0000 (13:20 +0000)]
commit a few Korean files and up-to-date patches

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

20 years agoadd PR numbers
André Malo [Wed, 7 Jul 2004 22:27:53 +0000 (22:27 +0000)]
add PR numbers

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

20 years agonote backport
Geoffrey Young [Tue, 6 Jul 2004 18:50:57 +0000 (18:50 +0000)]
note backport

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

20 years agoupdate transformation
André Malo [Mon, 5 Jul 2004 19:15:55 +0000 (19:15 +0000)]
update transformation

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

20 years agoImplement "Early" mode in mod_headers, and document it.
Nick Kew [Mon, 5 Jul 2004 04:49:45 +0000 (04:49 +0000)]
Implement "Early" mode in mod_headers, and document it.

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

20 years agostyle
André Malo [Sun, 4 Jul 2004 22:47:49 +0000 (22:47 +0000)]
style

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

20 years agobadly encoded urls could cause a null byte skipping (read buffer overflow).
André Malo [Sun, 4 Jul 2004 22:39:06 +0000 (22:39 +0000)]
badly encoded urls could cause a null byte skipping (read buffer overflow).
(e.g. % as last character).
avoid that.

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

20 years agostyle
André Malo [Sun, 4 Jul 2004 22:24:52 +0000 (22:24 +0000)]
style

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

20 years agostyle
André Malo [Sun, 4 Jul 2004 21:34:37 +0000 (21:34 +0000)]
style

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

20 years agoupdate transformation
André Malo [Sun, 4 Jul 2004 13:42:21 +0000 (13:42 +0000)]
update transformation

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

20 years agoadd another good reason for trailing slashes
André Malo [Sun, 4 Jul 2004 13:37:17 +0000 (13:37 +0000)]
add another good reason for trailing slashes

Submitted by: Joshua Slive

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

20 years agoupdate transformation
André Malo [Sun, 4 Jul 2004 10:25:22 +0000 (10:25 +0000)]
update transformation

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