]> granicus.if.org Git - apache/log
apache
19 years agoMove the shared scoreboard data initization to the balancer module.
Mladen Turk [Fri, 10 Sep 2004 08:16:25 +0000 (08:16 +0000)]
Move the shared scoreboard data initization to the balancer module.
The initialization is done like for the worker, on first request.
This is done because during config phase we don't have a scoreboard
to allocate from. Thanks to Chritian von Roques for spotting that.

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

19 years agoRemove unneeded variable. No functional change.
Mladen Turk [Thu, 9 Sep 2004 19:57:29 +0000 (19:57 +0000)]
Remove unneeded variable. No functional change.

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

19 years agoAdd function protos so that -Wmissing-declarations doesn't complain.
Mladen Turk [Thu, 9 Sep 2004 19:56:30 +0000 (19:56 +0000)]
Add function protos so that -Wmissing-declarations doesn't complain.

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

19 years agoFix typo.
Mladen Turk [Thu, 9 Sep 2004 19:55:24 +0000 (19:55 +0000)]
Fix typo.

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

19 years agoupdate transformation
André Malo [Thu, 9 Sep 2004 19:50:26 +0000 (19:50 +0000)]
update transformation

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

19 years agoIf any of steps return status != OK close the connection
Mladen Turk [Thu, 9 Sep 2004 16:22:23 +0000 (16:22 +0000)]
If any of steps return status != OK close the connection
and call the proxy_http_cleanup.

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

19 years agoMake sure that the status is not overwritten.
Mladen Turk [Thu, 9 Sep 2004 16:14:41 +0000 (16:14 +0000)]
Make sure that the status is not overwritten.

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

19 years agospellcheck
Jeff Trawick [Thu, 9 Sep 2004 15:54:50 +0000 (15:54 +0000)]
spellcheck

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

19 years agoFirst try the reverse proxies. If there is no worker defined for
Mladen Turk [Thu, 9 Sep 2004 13:51:08 +0000 (13:51 +0000)]
First try the reverse proxies. If there is no worker defined for
requested uri use the forward worker, but only for PROXYREQ_PROXY
requests.

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

19 years agoAdd PROXY_WORKER_IGNORE_ERRORS flags that
Mladen Turk [Thu, 9 Sep 2004 13:15:40 +0000 (13:15 +0000)]
Add PROXY_WORKER_IGNORE_ERRORS flags that
disables puting the entire worker in retry mode, cause
for forward workers the remote is not fixed.

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

19 years agoAdd sockaddr to proxy_conn_rec. Using the workers address
Mladen Turk [Thu, 9 Sep 2004 13:03:06 +0000 (13:03 +0000)]
Add sockaddr to proxy_conn_rec. Using the workers address
is unsafe for forward proxy workers, cause unlike reverse
proxies the forward can have each connection with different
remote address.

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

19 years agoUse forward worker for all PROXYREQ_PROXY requests.
Mladen Turk [Thu, 9 Sep 2004 10:26:29 +0000 (10:26 +0000)]
Use forward worker for all PROXYREQ_PROXY requests.

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

19 years agoAdd 'default' foward proxy worker to the proxy_server_conf.
Mladen Turk [Thu, 9 Sep 2004 10:24:27 +0000 (10:24 +0000)]
Add 'default' foward proxy worker to the proxy_server_conf.
Forward worker is constructed on ProxyRequests directive
with sceme and host equals '*', meaning all.

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

19 years agoAdd 'default' foward proxy worker to the proxy_server_conf.
Mladen Turk [Thu, 9 Sep 2004 10:22:19 +0000 (10:22 +0000)]
Add 'default' foward proxy worker to the proxy_server_conf.

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

19 years agoForward port typo fix from 2.0.
Yoshiki Hayashi [Thu, 9 Sep 2004 06:17:29 +0000 (06:17 +0000)]
Forward port typo fix from 2.0.

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

19 years agodocument a problem with AIX native compiler and Apache 2+,
Jeff Trawick [Wed, 8 Sep 2004 14:50:31 +0000 (14:50 +0000)]
document a problem with AIX native compiler and Apache 2+,
and describe how to avoid it

PR:   30487

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

19 years agoupdate transformation
André Malo [Wed, 8 Sep 2004 10:34:28 +0000 (10:34 +0000)]
update transformation

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

19 years agoThe domain name example1.com actually exists and is NOT one of the
Yoshiki Hayashi [Wed, 8 Sep 2004 06:13:54 +0000 (06:13 +0000)]
The domain name example1.com actually exists and is NOT one of the
example domain names reserved in RFC2606.

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

19 years agoupdate transformation
André Malo [Tue, 7 Sep 2004 06:05:34 +0000 (06:05 +0000)]
update transformation

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

19 years agoGrammar police.
Yoshiki Hayashi [Tue, 7 Sep 2004 02:28:16 +0000 (02:28 +0000)]
Grammar police.

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

19 years agoGrammar police.
Yoshiki Hayashi [Tue, 7 Sep 2004 00:13:40 +0000 (00:13 +0000)]
Grammar police.

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

19 years agouse language designtated maf base urls
André Malo [Sun, 5 Sep 2004 17:17:40 +0000 (17:17 +0000)]
use language designtated maf base urls

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

19 years agoclean up
André Malo [Sun, 5 Sep 2004 16:04:29 +0000 (16:04 +0000)]
clean up

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

19 years agobuild bootstrap
André Malo [Sun, 5 Sep 2004 16:01:20 +0000 (16:01 +0000)]
build bootstrap

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

19 years agofaster build of more than one offline package
André Malo [Sun, 5 Sep 2004 15:59:25 +0000 (15:59 +0000)]
faster build of more than one offline package

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

19 years agobuild bootstrap
André Malo [Sun, 5 Sep 2004 15:06:56 +0000 (15:06 +0000)]
build bootstrap

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

19 years agomaf and zip don't differ that much. Let's create just one package for both
André Malo [Sun, 5 Sep 2004 15:03:08 +0000 (15:03 +0000)]
maf and zip don't differ that much. Let's create just one package for both
purposes

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

19 years agoEcho a warning from configure if you select an
Paul Querna [Sun, 5 Sep 2004 14:10:58 +0000 (14:10 +0000)]
Echo a warning from configure if you select an
experimental MPM.
Reviewed by: Jeff Trawick

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

19 years agoupdate transformation
André Malo [Sun, 5 Sep 2004 12:10:59 +0000 (12:10 +0000)]
update transformation

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

19 years agomod_info: Added all Standard Hooks to the Hook Listing.
Paul Querna [Sun, 5 Sep 2004 07:19:08 +0000 (07:19 +0000)]
mod_info: Added all Standard Hooks to the Hook Listing.
mod_info now has two sections, 'Startup Hooks' and 'Request Hooks'.

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

19 years agofix XHTML 1.0 Validation Errors.
Paul Querna [Sun, 5 Sep 2004 06:35:32 +0000 (06:35 +0000)]
fix XHTML 1.0 Validation Errors.

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

19 years agomod_info: Added ?hooks. Now outputs XHTML. Added more build info.
Paul Querna [Sun, 5 Sep 2004 05:48:32 +0000 (05:48 +0000)]
mod_info: Added ?hooks. Now outputs XHTML. Added more build info.
updated mod_info docs.

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

19 years agoClean up STATUS.
Yoshiki Hayashi [Sun, 5 Sep 2004 05:01:40 +0000 (05:01 +0000)]
Clean up STATUS.
All readme files are gone.
mod_example.xml and mod_status.xml are updated.
custom_errordocs is gone.

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

19 years agoThe functionality is provided by mod_authz_host in 2.1.
Yoshiki Hayashi [Sun, 5 Sep 2004 04:16:33 +0000 (04:16 +0000)]
The functionality is provided by mod_authz_host in 2.1.

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

19 years agoupdate transformation
André Malo [Sun, 5 Sep 2004 03:54:21 +0000 (03:54 +0000)]
update transformation

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

19 years agoupdate transformation
André Malo [Sun, 5 Sep 2004 03:35:23 +0000 (03:35 +0000)]
update transformation

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

19 years agobetter google search selector
André Malo [Sun, 5 Sep 2004 03:34:07 +0000 (03:34 +0000)]
better google search selector

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

19 years agoUpdate translation.
Yoshiki Hayashi [Sun, 5 Sep 2004 02:57:06 +0000 (02:57 +0000)]
Update translation.

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

19 years agobuild bootstrap
André Malo [Sun, 5 Sep 2004 02:46:30 +0000 (02:46 +0000)]
build bootstrap

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

19 years agoadd style support for konqueror web archive (war) and mozilla archive format
André Malo [Sun, 5 Sep 2004 02:34:37 +0000 (02:34 +0000)]
add style support for konqueror web archive (war) and mozilla archive format
(maf)

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

19 years agoForward port changes from 2.0. <code> mark up change and whitespace changes.
Yoshiki Hayashi [Sun, 5 Sep 2004 02:32:01 +0000 (02:32 +0000)]
Forward port changes from 2.0. <code> mark up change and whitespace changes.

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

19 years agoRemove the use of sprintf.
Paul Querna [Sun, 5 Sep 2004 02:11:16 +0000 (02:11 +0000)]
Remove the use of sprintf.
Cleanup the history parts at the top of mod_info.c

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

19 years agoNo Functional Changes to mod_info.
Paul Querna [Sun, 5 Sep 2004 01:43:03 +0000 (01:43 +0000)]
No Functional Changes to mod_info.

This is purely a style cleanup for mod_info.

I plan on making more functional changes later.

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

19 years agothese translations are still up-to-date
Astrid Malo [Sat, 4 Sep 2004 23:14:44 +0000 (23:14 +0000)]
these translations are still up-to-date

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

19 years agoadd a missing space
Astrid Malo [Sat, 4 Sep 2004 23:03:21 +0000 (23:03 +0000)]
add a missing space

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

19 years agoUpdate transformations.
Yoshiki Hayashi [Sat, 4 Sep 2004 20:20:16 +0000 (20:20 +0000)]
Update transformations.

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

19 years agoCorrect module references which are overlooked when this translation is
Yoshiki Hayashi [Sat, 4 Sep 2004 20:17:51 +0000 (20:17 +0000)]
Correct module references which are overlooked when this translation is
forward ported.

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

19 years agoUpdate Japanese translations.
Yoshiki Hayashi [Sat, 4 Sep 2004 20:12:17 +0000 (20:12 +0000)]
Update Japanese translations.

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

19 years agosync
Jeff Trawick [Sat, 4 Sep 2004 11:43:34 +0000 (11:43 +0000)]
sync

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

19 years agoupdate transformation
André Malo [Sat, 4 Sep 2004 08:47:19 +0000 (08:47 +0000)]
update transformation

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

19 years agouse example.com
Paul Querna [Sat, 4 Sep 2004 01:54:59 +0000 (01:54 +0000)]
use example.com
fixed the Access Control Example

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

19 years agoupdated mod_info to include docs on the different arguments it can take.
Paul Querna [Sat, 4 Sep 2004 01:38:24 +0000 (01:38 +0000)]
updated mod_info to include docs on the different arguments it can take.
Submitted By: Rici Lake

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

19 years agoversion bump
André Malo [Fri, 3 Sep 2004 23:01:37 +0000 (23:01 +0000)]
version bump

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

19 years agospell check
Jeff Trawick [Fri, 3 Sep 2004 16:15:03 +0000 (16:15 +0000)]
spell check

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

19 years agoHey look, the latest commit to mod_info closes a PR from 1998.
Paul Querna [Fri, 3 Sep 2004 02:47:19 +0000 (02:47 +0000)]
Hey look, the latest commit to mod_info closes a PR from 1998.
In other news, it looks like 99% of the bugs in that part of the STATUS file
are completely bogus now...

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

19 years agoRewrote config tree walk using recursion the way God intended.
Paul Querna [Fri, 3 Sep 2004 02:31:06 +0000 (02:31 +0000)]
Rewrote config tree walk using recursion the way God intended.
Added ?config option. Added printout of config filename and line numbers.

PR: 30919
Submitted by: Rici Lake <rici ricilake.net>

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

19 years agouse -z7 in the example cvs checkouts for APR/APR-Util.
Paul Querna [Fri, 3 Sep 2004 01:04:36 +0000 (01:04 +0000)]
use -z7 in the example cvs checkouts for APR/APR-Util.
Makes the checkout go much faster on slow dialup modems...

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

19 years agohandling of encoded non-slashes was borked in the
Jeff Trawick [Thu, 2 Sep 2004 19:49:21 +0000 (19:49 +0000)]
handling of encoded non-slashes was borked in the
AllowEncodedSlashes path

thanks to FirstBill for pointing that out!

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

19 years ago* configure.in: Only build against APR 1.x.
Joe Orton [Thu, 2 Sep 2004 17:29:13 +0000 (17:29 +0000)]
* configure.in: Only build against APR 1.x.

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

19 years ago"Rule" is pretty abstract in this case and seems to
Joshua Slive [Thu, 2 Sep 2004 14:53:28 +0000 (14:53 +0000)]
"Rule" is pretty abstract in this case and seems to
cause confusion for many people.

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

19 years agoAllow for the use of --with-module=foo:bar where the ./modules/foo
Jim Jagielski [Thu, 2 Sep 2004 13:18:13 +0000 (13:18 +0000)]
Allow for the use of --with-module=foo:bar where the ./modules/foo
directory is local only. Assumes, of course, that the required
files are in ./modules/foo, but makes it easier to statically
build/log "external" modules.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

19 years agosync
Jeff Trawick [Thu, 2 Sep 2004 11:20:53 +0000 (11:20 +0000)]
sync

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

19 years agoCAN to CVE promotions from CVE version 20040901
Mark J. Cox [Thu, 2 Sep 2004 09:49:09 +0000 (09:49 +0000)]
CAN to CVE promotions from CVE version 20040901
PR:
Obtained from:
Submitted by:
Reviewed by:

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

19 years agoFix a trio of bugs in how mod_proxy relays requests:
Justin Erenkrantz [Wed, 1 Sep 2004 17:21:53 +0000 (17:21 +0000)]
Fix a trio of bugs in how mod_proxy relays requests:

- Fix type error in proxy-sendchunks case that caused an invalid T-E header.
- Fix data corruption (seen with mod_ssl/mod_proxy combination) due to not
  properly setting aside the body_buckets.
- Pass along a C-L: 0 if we still have a C-L of 0 after filtering and the
  original request to us had that as well.

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

19 years agoFix the handling of URIs containing %2F when AllowEncodedSlashes
Jeff Trawick [Wed, 1 Sep 2004 15:14:33 +0000 (15:14 +0000)]
Fix the handling of URIs containing %2F when AllowEncodedSlashes
is enabled.  Previously, such urls would still be rejected with
404.

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

19 years agoFix Bug 18388 (Set-Cookie in 304)
Nick Kew [Wed, 1 Sep 2004 13:37:07 +0000 (13:37 +0000)]
Fix Bug 18388 (Set-Cookie in 304)

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

19 years agoFix for Bug 18757 (sending bogus content-length of zero in no-body requests)
Nick Kew [Wed, 1 Sep 2004 12:24:48 +0000 (12:24 +0000)]
Fix for Bug 18757 (sending bogus content-length of zero in no-body requests)

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

19 years ago Add mod_authnz_ldap for the win32 build
William A. Rowe Jr [Tue, 31 Aug 2004 20:34:02 +0000 (20:34 +0000)]
  Add mod_authnz_ldap for the win32 build

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

19 years ago Catch up for Win32 to authnz_ldap changes, and make win32's module
William A. Rowe Jr [Tue, 31 Aug 2004 20:11:35 +0000 (20:11 +0000)]
  Catch up for Win32 to authnz_ldap changes, and make win32's module
  for util_ldap features named mod_ldap.so as on Unix.

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

19 years agoAdd missing English Revision comment.
Yoshiki Hayashi [Sun, 29 Aug 2004 21:08:35 +0000 (21:08 +0000)]
Add missing English Revision comment.

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

19 years agotypo
Astrid Malo [Sun, 29 Aug 2004 20:00:02 +0000 (20:00 +0000)]
typo

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

19 years agoupdate German translation
Astrid Malo [Sun, 29 Aug 2004 18:10:49 +0000 (18:10 +0000)]
update German translation

Reviewed by: nd

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

19 years agotwo points are not better then one
Astrid Malo [Sun, 29 Aug 2004 16:54:14 +0000 (16:54 +0000)]
two points are not better then one

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

19 years agoupdate translation
Astrid Malo [Sun, 29 Aug 2004 16:47:05 +0000 (16:47 +0000)]
update translation

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

19 years agoupdate transformation
Astrid Malo [Sun, 29 Aug 2004 16:45:57 +0000 (16:45 +0000)]
update transformation

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

19 years agoTypo
Astrid Malo [Sun, 29 Aug 2004 16:41:41 +0000 (16:41 +0000)]
Typo

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

19 years agoupdate transformation
André Malo [Sun, 29 Aug 2004 08:38:26 +0000 (08:38 +0000)]
update transformation

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

20 years agoChange * to *:80 to promote better habits.
Rich Bowen [Sun, 29 Aug 2004 00:58:34 +0000 (00:58 +0000)]
Change * to *:80 to promote better habits.

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

20 years agoFix query string handling for proxied URLs.
André Malo [Sat, 28 Aug 2004 16:08:21 +0000 (16:08 +0000)]
Fix query string handling for proxied URLs.

PR: 14518
Submitted by: michael teitler <michael.teitler cetelem.fr>,
    Jan Kratochvil <rcpt-dev.AT.httpd.apache.org jankratochvil.net>

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

20 years agoFix darn typo.
André Malo [Sat, 28 Aug 2004 10:36:19 +0000 (10:36 +0000)]
Fix darn typo.

Submitted by: Jan Kratochvil <rcpt-dev.AT.httpd.apache.org jankratochvil.net>

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

20 years agogrammar police
Cliff Woolley [Fri, 27 Aug 2004 19:54:58 +0000 (19:54 +0000)]
grammar police

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

20 years agoe -> � :)
André Malo [Fri, 27 Aug 2004 19:54:08 +0000 (19:54 +0000)]
e -> � :)

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

20 years agosync
André Malo [Fri, 27 Aug 2004 19:44:49 +0000 (19:44 +0000)]
sync

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

20 years agosync with 2.0
Bill Stoddard [Fri, 27 Aug 2004 18:48:47 +0000 (18:48 +0000)]
sync with 2.0

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

20 years agoSynch with 2.0 branch.
Joe Orton [Fri, 27 Aug 2004 09:10:45 +0000 (09:10 +0000)]
Synch with 2.0 branch.

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

20 years agoupdate transformation
André Malo [Thu, 26 Aug 2004 22:44:57 +0000 (22:44 +0000)]
update transformation

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

20 years agoadd a note about Limit and Satisfy
André Malo [Thu, 26 Aug 2004 22:33:05 +0000 (22:33 +0000)]
add a note about Limit and Satisfy

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

20 years agosync
André Malo [Thu, 26 Aug 2004 22:30:53 +0000 (22:30 +0000)]
sync

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

20 years agoremove unused variables and fix some compiler warnings about const
André Malo [Thu, 26 Aug 2004 21:10:01 +0000 (21:10 +0000)]
remove unused variables and fix some compiler warnings about const
qualifiers

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

20 years agoForward-port CHANGES entry for mod_*_cache from 2.0.
Justin Erenkrantz [Thu, 26 Aug 2004 20:55:17 +0000 (20:55 +0000)]
Forward-port CHANGES entry for mod_*_cache from 2.0.

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

20 years ago#ifndef AP_UNSAFE_ERROR_LOG_UNESCAPED the stderr to errorlog stuff
André Malo [Thu, 26 Aug 2004 20:50:55 +0000 (20:50 +0000)]
#ifndef AP_UNSAFE_ERROR_LOG_UNESCAPED the stderr to errorlog stuff
for those who don't want to escape (as in server/log.c)

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

20 years agoGive Brian and Justin credit for code backported into 2.0. Is this really the only...
Bill Stoddard [Thu, 26 Aug 2004 18:30:41 +0000 (18:30 +0000)]
Give Brian and Justin credit for code backported into 2.0. Is this really the only CHANGES entry in 2.1 for cache?

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

20 years agofd == file descriptor. I like fs for file system for mod_disk_cache tho
Bill Stoddard [Thu, 26 Aug 2004 16:53:07 +0000 (16:53 +0000)]
fd == file descriptor. I like fs for file system for mod_disk_cache tho

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

20 years agoPreserve the return value from the apr_stat() call so that it can be displayed in...
Bradley Nicholes [Thu, 26 Aug 2004 16:46:55 +0000 (16:46 +0000)]
Preserve the return value from the apr_stat() call so that it can be displayed in the error log message. (Done right this time)

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

20 years agoPreserve the return value from the apr_stat() call so that it can be displayed in...
Bradley Nicholes [Thu, 26 Aug 2004 15:24:51 +0000 (15:24 +0000)]
Preserve the return value from the apr_stat() call so that it can be displayed in the error log message.

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

20 years agoSynch with 2.0 branch.
Joe Orton [Thu, 26 Aug 2004 13:03:06 +0000 (13:03 +0000)]
Synch with 2.0 branch.

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

20 years agoUntabify the source.
Mladen Turk [Thu, 26 Aug 2004 06:57:16 +0000 (06:57 +0000)]
Untabify the source.

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

20 years agoAdd dynamic management to load balancer:
Mladen Turk [Thu, 26 Aug 2004 06:53:39 +0000 (06:53 +0000)]
Add dynamic management to load balancer:
<Location /manager>
  SetHandler balancer-manager
</Location>
It enables changing load factors, session routes, redirection
routes, and disabling/enabling particular workers.

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

20 years agoAdd pool used for allocating proxy_server_conf to that struct.
Mladen Turk [Thu, 26 Aug 2004 06:49:22 +0000 (06:49 +0000)]
Add pool used for allocating proxy_server_conf to that struct.
It will be used for dynamic configuration, to ensure that dynamic
params has the same lifetime as the config has.

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

20 years agoanother backport
Bill Stoddard [Thu, 26 Aug 2004 01:07:41 +0000 (01:07 +0000)]
another backport

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