]> granicus.if.org Git - apache/log
apache
19 years agoInitial balancer documentation. Just framework.
Mladen Turk [Sat, 11 Sep 2004 18:46:33 +0000 (18:46 +0000)]
Initial balancer documentation. Just framework.

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

19 years agoAdd ajp documentation.
Mladen Turk [Sat, 11 Sep 2004 18:45:31 +0000 (18:45 +0000)]
Add ajp documentation.
Mostly copied from jakarta site and translate to apache doc format

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

19 years agoAdd more comments to the code -- No functional change.
Mladen Turk [Sat, 11 Sep 2004 17:14:49 +0000 (17:14 +0000)]
Add more comments to the code -- No functional change.

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

19 years agoThe functionality is in mod_authz_host module in 2.1.
Yoshiki Hayashi [Sat, 11 Sep 2004 16:43:26 +0000 (16:43 +0000)]
The functionality is in mod_authz_host module in 2.1.

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

19 years agoAdd more comments to the code -- No functional change.
Mladen Turk [Sat, 11 Sep 2004 16:39:38 +0000 (16:39 +0000)]
Add more comments to the code -- No functional change.

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

19 years agoTidying loose ends.
Nick Kew [Sat, 11 Sep 2004 11:00:32 +0000 (11:00 +0000)]
Tidying loose ends.

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

19 years agoUse worker as a parameter for connection_constructor.
Mladen Turk [Sat, 11 Sep 2004 10:50:05 +0000 (10:50 +0000)]
Use worker as a parameter for connection_constructor.
When min connections is greater then zero connstructor is
called when the reslist is created.

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

19 years agoAdd #if APR_HAS_MMAP to fix for non-MMAPing platforms.
Nick Kew [Sat, 11 Sep 2004 10:45:06 +0000 (10:45 +0000)]
Add #if APR_HAS_MMAP to fix for non-MMAPing platforms.

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

19 years agoFix format string warnings in proxy_ajp on 64-bit platforms:
Joe Orton [Sat, 11 Sep 2004 09:57:12 +0000 (09:57 +0000)]
Fix format string warnings in proxy_ajp on 64-bit platforms:

* modules/proxy/ajp_header.c (ajp_send_data_msg): Use
APR_SIZE_T_FMT.

* modules/proxy/ajp_link.c (ajp_ilink_receive): Don't pass
\n to ap_log_error; do use APR_SIZE_T_FMT.

* modules/proxy/ajp_msg.c (ajp_msg_dump, ajp_msg_check_header,
ajp_msg_copy): Use APR_SIZE_T_FMT.
(ajp_log_overflow): New function.
(ajp_msg_{append,peek,get}_*): Use it.

* modules/proxy/proxy_ajp.c (ap_proxy_ajp_request): Use
APR_SIZE_T_FMT.

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

19 years agoDo not add forward proxy to other proxies. Use new function to
Mladen Turk [Sat, 11 Sep 2004 09:31:10 +0000 (09:31 +0000)]
Do not add forward proxy to other proxies. Use new function to
create the worker that isn't by default added to the list of other workers.
This enalbles mixing forward and reverse proxy functionality on the same box.

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

19 years agoRemove the unused close_connection function.
Mladen Turk [Sat, 11 Sep 2004 09:12:26 +0000 (09:12 +0000)]
Remove the unused close_connection function.

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

19 years agoMake sure that the connection pool cleanup is called before
Mladen Turk [Sat, 11 Sep 2004 09:08:00 +0000 (09:08 +0000)]
Make sure that the connection pool cleanup is called before
the reslist is destroyed.

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

19 years agoupdate transformation
André Malo [Fri, 10 Sep 2004 18:55:23 +0000 (18:55 +0000)]
update transformation

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

19 years agoInitialize the forward proxy worker too.
Mladen Turk [Fri, 10 Sep 2004 18:47:55 +0000 (18:47 +0000)]
Initialize the forward proxy worker too.

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

19 years agoJust like for balancers initialize the workers on post_config
Mladen Turk [Fri, 10 Sep 2004 18:29:16 +0000 (18:29 +0000)]
Just like for balancers initialize the workers on post_config
instead on first request to skip the race condition.

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

19 years agoInitialize the balancer on child_init instead on first request to skip
Mladen Turk [Fri, 10 Sep 2004 18:25:54 +0000 (18:25 +0000)]
Initialize the balancer on child_init instead on first request to skip
the race condition.

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

19 years agoEntering mod_filter and documentation, as previously discussed on dev@httpd.
Nick Kew [Fri, 10 Sep 2004 16:17:15 +0000 (16:17 +0000)]
Entering mod_filter and documentation, as previously discussed on dev@httpd.
Please test-drive in time for 2.2.  Currently compatible with 2.0 and up.

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

19 years agoInclude unistd.h for getpid.
Mladen Turk [Fri, 10 Sep 2004 14:49:38 +0000 (14:49 +0000)]
Include unistd.h for getpid.

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

19 years agoFix compile time warnings (logging pointer and unused var).
Mladen Turk [Fri, 10 Sep 2004 14:48:20 +0000 (14:48 +0000)]
Fix compile time warnings (logging pointer and unused var).

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

19 years agoRemove the proxy_conn_cleanup. The socket will be closed
Mladen Turk [Fri, 10 Sep 2004 14:32:11 +0000 (14:32 +0000)]
Remove the proxy_conn_cleanup. The socket will be closed
when the pool is cleared or destroyed by it's own cleanup routine.
Also skip clearing sockets if the workers pool is destroyed, cause
the pool might already be destroyed.

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

19 years agoMaxSpareServers cannot be equal to MinSpareServers.
Joe Orton [Fri, 10 Sep 2004 09:21:31 +0000 (09:21 +0000)]
MaxSpareServers cannot be equal to MinSpareServers.

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

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