]> granicus.if.org Git - apache/log
apache
19 years agoSet default number of maxattempts to the number of
Mladen Turk [Mon, 11 Apr 2005 08:42:33 +0000 (08:42 +0000)]
Set default number of maxattempts to the number of
balancer members.

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

19 years ago* CHANGES
Sander Striker [Sun, 10 Apr 2005 14:05:19 +0000 (14:05 +0000)]
* CHANGES

  Update to reflect changes on 2.0.x due to backports.

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

19 years agoUpdate the NetWare make install target to comply with the new .conf file layout
Bradley Nicholes [Sun, 10 Apr 2005 00:18:57 +0000 (00:18 +0000)]
Update the NetWare make install target to comply with the new .conf file layout

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

19 years agoAdd two more APIs to the export and import lists for NetWare
Bradley Nicholes [Sun, 10 Apr 2005 00:17:44 +0000 (00:17 +0000)]
Add two more APIs to the export and import lists for NetWare

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

19 years agoMissing a space delimiter between the values
Bradley Nicholes [Sat, 9 Apr 2005 23:59:26 +0000 (23:59 +0000)]
Missing a space delimiter between the values

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

19 years agoupdate transformation.
Paul Querna [Sat, 9 Apr 2005 20:58:08 +0000 (20:58 +0000)]
update transformation.

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

19 years agobackport
Bradley Nicholes [Sat, 9 Apr 2005 19:21:48 +0000 (19:21 +0000)]
backport

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

19 years agoMove direct_connect out of attempt loop. No need to
Mladen Turk [Sat, 9 Apr 2005 18:33:00 +0000 (18:33 +0000)]
Move direct_connect out of attempt loop. No need to
calculate that value on each attempt, because it's always
the same.

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

19 years agomissing a closing </a>
Paul Querna [Sat, 9 Apr 2005 17:30:53 +0000 (17:30 +0000)]
missing a closing </a>

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

19 years agoUpgrading notes for the simple-conf changes.
Joshua Slive [Sat, 9 Apr 2005 17:20:21 +0000 (17:20 +0000)]
Upgrading notes for the simple-conf changes.

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

19 years agoAdd a CHANGES entry for the simple-conf branch changes.
Joshua Slive [Sat, 9 Apr 2005 17:08:26 +0000 (17:08 +0000)]
Add a CHANGES entry for the simple-conf branch changes.

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

19 years agoMerged the simple-conf branch changes r159781:160695 into the trunk.
Joshua Slive [Sat, 9 Apr 2005 16:59:15 +0000 (16:59 +0000)]
Merged the simple-conf branch changes r159781:160695 into the trunk.

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

19 years agoSimplify canon_handler. There is no thing like ajps:
Mladen Turk [Sat, 9 Apr 2005 16:34:33 +0000 (16:34 +0000)]
Simplify canon_handler. There is no thing like ajps:
protocol.

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

19 years agoSimplify canon_handler. Blancer can have only a single
Mladen Turk [Sat, 9 Apr 2005 16:32:32 +0000 (16:32 +0000)]
Simplify canon_handler. Blancer can have only a single
scheme.

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

19 years agoUse two optional functions from mod_ssl so that we
Mladen Turk [Sat, 9 Apr 2005 16:16:54 +0000 (16:16 +0000)]
Use two optional functions from mod_ssl so that we
can receive both is_ssl and ssl_var for ajp protocol.
This is combined work based on patch from Brad Boyer and
Joe Orton's suggestion to use ssl_var_lookup.

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

19 years agoReturn correct status codes in case of bad request, that
Mladen Turk [Sat, 9 Apr 2005 10:39:50 +0000 (10:39 +0000)]
Return correct status codes in case of bad request, that
is probably too large for AJP protocol.

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

19 years agoAdd canon_handler for load balancer so that we have
Mladen Turk [Sat, 9 Apr 2005 10:12:01 +0000 (10:12 +0000)]
Add canon_handler for load balancer so that we have
query string passed to remote.

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

19 years agoRevert the latest hack for setting query string.
Mladen Turk [Sat, 9 Apr 2005 10:08:56 +0000 (10:08 +0000)]
Revert the latest hack for setting query string.
The balancer needs canon_handler.

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

19 years agoReturn 'real' error status codes instead APR_EGENERAL.
Mladen Turk [Sat, 9 Apr 2005 08:37:06 +0000 (08:37 +0000)]
Return 'real' error status codes instead APR_EGENERAL.
The return status code will be used to determine wether
the message is invalid or the remote host failed processing
the request. This is needed to mark the worker as in
error state in case it is member of load balancer.

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

19 years agofix Korean translation
André Malo [Sat, 9 Apr 2005 07:55:25 +0000 (07:55 +0000)]
fix Korean translation

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

19 years agoAdd r->args to uri->query if the original r->uri
Mladen Turk [Sat, 9 Apr 2005 07:32:42 +0000 (07:32 +0000)]
Add r->args to uri->query if the original r->uri
did not contain query string. This fixes #34266.

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

19 years agoRemove useless loging of something that is not an error.
Mladen Turk [Sat, 9 Apr 2005 06:55:13 +0000 (06:55 +0000)]
Remove useless loging of something that is not an error.

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

19 years agoChange the build targets Apache.exe -> httpd.exe.
Mladen Turk [Sat, 9 Apr 2005 06:07:58 +0000 (06:07 +0000)]
Change the build targets Apache.exe -> httpd.exe.

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

19 years agoHaving an anchor directly to the rewrite flags would be very useful at
Rich Bowen [Sat, 9 Apr 2005 02:41:25 +0000 (02:41 +0000)]
Having an anchor directly to the rewrite flags would be very useful at
times.

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

19 years agoUpdate the mod_dav import file for NetWare
Bradley Nicholes [Fri, 8 Apr 2005 23:03:45 +0000 (23:03 +0000)]
Update the mod_dav import file for NetWare

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

19 years agoRethinking the module status for NetWare
Bradley Nicholes [Fri, 8 Apr 2005 22:07:51 +0000 (22:07 +0000)]
Rethinking the module status for NetWare

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

19 years agoRethink the built-in vs shared modules for NetWare. Reposition mod_asis, mod_actions...
Bradley Nicholes [Fri, 8 Apr 2005 22:03:36 +0000 (22:03 +0000)]
Rethink the built-in vs shared modules for NetWare.  Reposition mod_asis, mod_actions, mod_cgi, mod_imagemap, mod_userdir and mod_autoindex as shared rather than built-in.

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

19 years ago* docs/conf/httpd-win.conf
Sander Striker [Fri, 8 Apr 2005 19:02:12 +0000 (19:02 +0000)]
* docs/conf/httpd-win.conf

  Reformat.

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

19 years agouse a more general but slightly slower test for a body.
Greg Ames [Fri, 8 Apr 2005 18:07:33 +0000 (18:07 +0000)]
use a more general but slightly slower test for a body.

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

19 years agoMake the changes in the NetWare build for the image_map module rename
Bradley Nicholes [Fri, 8 Apr 2005 16:12:43 +0000 (16:12 +0000)]
Make the changes in the NetWare build for the image_map module rename

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

19 years agoRemove the unnecessary exported api's from the NetWare make file
Bradley Nicholes [Fri, 8 Apr 2005 16:10:43 +0000 (16:10 +0000)]
Remove the unnecessary exported api's from the NetWare make file

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

19 years agoAn aggressive visit by the style faerie. Sprinkled some comment cleanups
William A. Rowe Jr [Fri, 8 Apr 2005 12:55:23 +0000 (12:55 +0000)]
An aggressive visit by the style faerie.  Sprinkled some comment cleanups
and tightened the 'single line result' of the error message for LDAP
directives (which also broke the 80 column gospel in source.)

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

19 years ago Fix Win32 breakage - these hook providers can't be _DECLARE()ed,
William A. Rowe Jr [Fri, 8 Apr 2005 00:18:36 +0000 (00:18 +0000)]
  Fix Win32 breakage - these hook providers can't be _DECLARE()ed,
  they -would- be _DECLARE_NONSTD ... except that no functions within
  mod_ldap need to be exported at all.  All functions can be static,
  as they are registered via callbacks.

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

19 years ago Catch up with Apache.exe->httpd.exe rename; it seems svn rn can't
William A. Rowe Jr [Thu, 7 Apr 2005 19:19:58 +0000 (19:19 +0000)]
  Catch up with Apache.exe->httpd.exe rename; it seems svn rn can't
  be combined with svn commit and source changes.

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

19 years ago Final bit to switch for imap->imagemap
William A. Rowe Jr [Thu, 7 Apr 2005 19:12:46 +0000 (19:12 +0000)]
  Final bit to switch for imap->imagemap

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

19 years ago Need to update the default conf.
William A. Rowe Jr [Thu, 7 Apr 2005 19:01:26 +0000 (19:01 +0000)]
  Need to update the default conf.

  Submitted for your consideration - does

    AddHandler imap-file map

  make sense anymore?  or should the handler be imagemap-file?

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

19 years ago Fix Win32 imap->imagemap transformation
William A. Rowe Jr [Thu, 7 Apr 2005 18:56:56 +0000 (18:56 +0000)]
  Fix Win32 imap->imagemap transformation

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

19 years agoupdate transformation
André Malo [Thu, 7 Apr 2005 16:07:00 +0000 (16:07 +0000)]
update transformation

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

19 years agorename mod_imap to mod_imagemap.
Paul Querna [Thu, 7 Apr 2005 02:04:03 +0000 (02:04 +0000)]
rename mod_imap to mod_imagemap.
Broken by this commit:
 - Win32 Build -- I didn't want to muck with .dsp files.
 - Netware Build - Same Story as Win32.
 - Documentation Translations (could get away with direct changes to the module name, but I am not sure)

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

19 years agoFolks appear to be having trouble with multiple arguments to Allow. More
Rich Bowen [Thu, 7 Apr 2005 01:12:14 +0000 (01:12 +0000)]
Folks appear to be having trouble with multiple arguments to Allow. More
examples is always a good thing.

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

19 years agoUse APR_STATUS_IS_EAGAIN rather than comparing against APR_EAGAIN.
Wilfredo Sanchez [Thu, 7 Apr 2005 00:40:27 +0000 (00:40 +0000)]
Use APR_STATUS_IS_EAGAIN rather than comparing against APR_EAGAIN.

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

19 years agoIn emulate_sendfile(), handle APR_EAGAIN from apr_socket_send().
Wilfredo Sanchez [Thu, 7 Apr 2005 00:22:29 +0000 (00:22 +0000)]
In emulate_sendfile(), handle APR_EAGAIN from apr_socket_send().

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

19 years agoDon't always enable mod_imap. I always turn it off in my configs. Now you must
Paul Querna [Wed, 6 Apr 2005 15:59:52 +0000 (15:59 +0000)]
Don't always enable mod_imap.  I always turn it off in my configs.  Now you must
--enable-imap, or --enable-mods-shared=all|most to pick it up.

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

19 years agoUpdate Japanese translation.
Hiroaki Kawai [Wed, 6 Apr 2005 12:10:57 +0000 (12:10 +0000)]
Update Japanese translation.

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

19 years agoUpdate Japanese translations.
Hiroaki Kawai [Wed, 6 Apr 2005 12:05:00 +0000 (12:05 +0000)]
Update Japanese translations.
Submitted by: yoshiki
Reviewed by: kawai

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

19 years agothe style police have been sleeping
Greg Ames [Tue, 5 Apr 2005 19:45:32 +0000 (19:45 +0000)]
the style police have been sleeping

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

19 years agoWin32: Eliminate useless debug error message
Bill Stoddard [Tue, 5 Apr 2005 19:01:09 +0000 (19:01 +0000)]
Win32: Eliminate useless debug error message

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

19 years ago"misspelled" has been "mis-spelled" for quite long enough.
Rich Bowen [Sat, 2 Apr 2005 20:00:39 +0000 (20:00 +0000)]
"misspelled" has been "mis-spelled" for quite long enough.

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

19 years ago* modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response):
Joe Orton [Fri, 1 Apr 2005 09:30:01 +0000 (09:30 +0000)]
* modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response):
Don't send an EOS after an interim response.

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

19 years ago httpd and Apache are both anticipated now.
William A. Rowe Jr [Thu, 31 Mar 2005 19:05:11 +0000 (19:05 +0000)]
  httpd and Apache are both anticipated now.

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

19 years ago Apache.exe -> httpd.exe - per discussion on dev@httpd
William A. Rowe Jr [Thu, 31 Mar 2005 19:02:44 +0000 (19:02 +0000)]
  Apache.exe -> httpd.exe - per discussion on dev@httpd
  to make Win32 consistent with Unix, and as importantly,
  quitclaim the 'Apache HTTP Server' project's claim on
  something not in the spirit of the greater Foundation.

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

19 years agoEliminate ldap module load ordering
Bradley Nicholes [Thu, 31 Mar 2005 18:47:42 +0000 (18:47 +0000)]
Eliminate ldap module load ordering

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

19 years agoImplement the exported function from mod_ldap(util_ldap) as optional functions so...
Bradley Nicholes [Thu, 31 Mar 2005 18:44:16 +0000 (18:44 +0000)]
Implement the exported function from mod_ldap(util_ldap) as optional functions so that we can eliminate the load ordering of mod_ldap and mod_authnz_ldap.

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

19 years agoActually use the compare_cache_size value that is being set by LDAPOpCacheEntries...
Bradley Nicholes [Wed, 30 Mar 2005 23:25:47 +0000 (23:25 +0000)]
Actually use the compare_cache_size value that is being set by LDAPOpCacheEntries.  The actual cache_size was previously defaulting to the value of search _cache_size set by LDAPCacheEntries.

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

19 years ago* STATUS
Sander Striker [Wed, 30 Mar 2005 23:16:16 +0000 (23:16 +0000)]
* STATUS

  Update to reflect the current state of affairs.

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

19 years ago* modules/proxy/mod_proxy_http.c
Sander Striker [Wed, 30 Mar 2005 23:09:32 +0000 (23:09 +0000)]
* modules/proxy/mod_proxy_http.c

  (ap_proxy_http_process_response): Fix a comment.

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

19 years ago* modules/proxy/mod_proxy_http.c
Sander Striker [Wed, 30 Mar 2005 22:58:08 +0000 (22:58 +0000)]
* modules/proxy/mod_proxy_http.c

  (ap_proxy_http_process_response): When there are only headers and no body,
   give the remainder of the output filters a chance by pushing an EOS bucket
   through the filter stack.

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

19 years ago* docs/conf/httpd-std.conf.in
Sander Striker [Wed, 30 Mar 2005 17:47:02 +0000 (17:47 +0000)]
* docs/conf/httpd-std.conf.in

  Adjust one conditional to new style.
  Wrap mod_logio directives into a conditional, instead of having them commented out.

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

19 years agoAdd inverted commas to the build script parameter so that it works correctly when...
Graham Leggett [Wed, 30 Mar 2005 12:45:23 +0000 (12:45 +0000)]
Add inverted commas to the build script parameter so that it works correctly when which outputs an empty string.

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

19 years agosync with 2.0.54-dev
Jeff Trawick [Wed, 30 Mar 2005 09:46:29 +0000 (09:46 +0000)]
sync with 2.0.54-dev

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

19 years agoclone_headers_no_body: remove all entity headers in addition to the
Greg Ames [Tue, 29 Mar 2005 18:24:46 +0000 (18:24 +0000)]
clone_headers_no_body: remove all entity headers in addition to the
Transfer-Encoding header when creating a GET subrequest

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

19 years agosync with 2.0.54-dev
Jeff Trawick [Tue, 29 Mar 2005 08:44:53 +0000 (08:44 +0000)]
sync with 2.0.54-dev

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

19 years agoUpdate to reflect htdbm documentation addition.
Jason S. Lingohr [Tue, 29 Mar 2005 05:59:18 +0000 (05:59 +0000)]
Update to reflect htdbm documentation addition.

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

19 years agonew German translation
Astrid Malo [Mon, 28 Mar 2005 19:45:33 +0000 (19:45 +0000)]
new German translation

Reviewed by: nd

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

19 years agoupdate transformation
Astrid Malo [Sun, 27 Mar 2005 18:57:07 +0000 (18:57 +0000)]
update transformation

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

19 years agoDelete an incomprehensible sentence. There is no posibility NOT to choose the MPM...
Astrid Malo [Sun, 27 Mar 2005 14:03:24 +0000 (14:03 +0000)]
Delete an incomprehensible sentence. There is no posibility NOT to choose the MPM at compile time.

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

19 years agomarkup improvement
Astrid Malo [Sun, 27 Mar 2005 13:58:16 +0000 (13:58 +0000)]
markup improvement

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

19 years agoBring German translation up to date
André Malo [Sun, 27 Mar 2005 07:52:27 +0000 (07:52 +0000)]
Bring German translation up to date

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

19 years agoupdate transformation
André Malo [Sun, 27 Mar 2005 07:48:46 +0000 (07:48 +0000)]
update transformation

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

19 years agoadjust properties of new files
André Malo [Sun, 27 Mar 2005 07:35:10 +0000 (07:35 +0000)]
adjust properties of new files

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

19 years agoeol-style = native
Erik Abele [Sat, 26 Mar 2005 15:22:17 +0000 (15:22 +0000)]
eol-style = native

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

19 years agoAdd generated htdbm(1) man-page.
Erik Abele [Sat, 26 Mar 2005 15:18:57 +0000 (15:18 +0000)]
Add generated htdbm(1) man-page.

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

19 years agoUpdate sitemap to link to new htdbm doco, update transformations.
Jason S. Lingohr [Sat, 26 Mar 2005 05:46:19 +0000 (05:46 +0000)]
Update sitemap to link to new htdbm doco, update transformations.

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

19 years agoAddition of htdbm documentation. nroff was meant to be generated,
Jason S. Lingohr [Sat, 26 Mar 2005 04:39:51 +0000 (04:39 +0000)]
Addition of htdbm documentation.  nroff was meant to be generated,
but wasn't.  I suspect deps.xml in build/ needs to be modified, but
could someone else with more of a clue assist here, thanks.

Submitted by: Matt Brubeck <mbrubeck@cs.hmc.edu>
Reviewed by:  Jason Lingohr <jsl@apache.org>

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

19 years agoStarted filling in some of the details of an introduction to rewriting
Rich Bowen [Fri, 25 Mar 2005 00:24:52 +0000 (00:24 +0000)]
Started filling in some of the details of an introduction to rewriting
URLs.

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

19 years agodon't propagate input headers describing a body to a subrequest. this can cause a
Greg Ames [Wed, 23 Mar 2005 16:36:45 +0000 (16:36 +0000)]
don't propagate input headers describing a body to a subrequest.  this can cause a
back end server to hang in a read for a body which no longer exists.

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

19 years agoupdate comments for *_client_block functions.
Greg Ames [Wed, 23 Mar 2005 16:03:55 +0000 (16:03 +0000)]
update comments for *_client_block functions.

note namespace protected function names.  clarify where 100 Continue is sent.  remove
dire warning for calling ap_should_client_block more than once since side effects
appear to be long gone.

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

19 years agoFix Windows CompContext buff size miscalculation
Allan K. Edwards [Tue, 22 Mar 2005 21:50:54 +0000 (21:50 +0000)]
Fix Windows CompContext buff size miscalculation

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

19 years agoTurn LDAPTrustedClientCert and LDAPTrustedMode into the RSRC_CONF context. The curre...
Paul Querna [Tue, 22 Mar 2005 21:35:02 +0000 (21:35 +0000)]
Turn LDAPTrustedClientCert and LDAPTrustedMode into the RSRC_CONF context.  The current code is broken for use as OR_ALL.

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

19 years agoSynch with 2.0.x branch.
Joe Orton [Mon, 21 Mar 2005 14:33:43 +0000 (14:33 +0000)]
Synch with 2.0.x branch.

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

19 years agoTest for APR and APR-Util one directory bellow httpd too. I like not having to put...
Paul Querna [Sun, 20 Mar 2005 05:26:22 +0000 (05:26 +0000)]
Test for APR and APR-Util one directory bellow httpd too.  I like not having to put them inside srclib.

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

19 years agoupdate transformation
André Malo [Fri, 18 Mar 2005 17:33:37 +0000 (17:33 +0000)]
update transformation

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

19 years agoAdjust properties of those new files
André Malo [Fri, 18 Mar 2005 17:24:02 +0000 (17:24 +0000)]
Adjust properties of those new files

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

19 years ago Add /D PCRE_STATIC to solve an 'exported symbol imported' bug.
William A. Rowe Jr [Thu, 17 Mar 2005 17:52:03 +0000 (17:52 +0000)]
  Add /D PCRE_STATIC to solve an 'exported symbol imported' bug.
  We build pcre static, and do not intent to export pcre_* namespace,
  but rather our ap_pcre_* wrappers.

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

19 years ago Fix three problems with pcre for portability;
William A. Rowe Jr [Thu, 17 Mar 2005 17:50:29 +0000 (17:50 +0000)]
  Fix three problems with pcre for portability;

  1. study.c's pointer arg didn't jive with pcre_fullinfo()'s prototype,
     however there was no (trivial) way to get them to concur.  Cast in
     this case was the least of several evils.

  2. byteflip had an error for high-bit set bytes, because right shift
     signed is allowed to extend the sign bit.  These had to be unsigned,
     and the real_pcre types were the safest way to do this.

  3. split byteflip into byteflip2/4, to drop size truncation emits,
     as the arguments are unambigiously 16 or 32 bits as defined
     in pcre_internal.h.

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

19 years ago Second fat-fingered typo in 24 hrs. Balance parens, this now compiles.
William A. Rowe Jr [Thu, 17 Mar 2005 17:30:20 +0000 (17:30 +0000)]
  Second fat-fingered typo in 24 hrs.  Balance parens, this now compiles.

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

19 years ago Clean up emit for size truncation. Division here ensures we fit nicely.
William A. Rowe Jr [Thu, 17 Mar 2005 17:06:12 +0000 (17:06 +0000)]
  Clean up emit for size truncation.  Division here ensures we fit nicely.

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

19 years agoOne hopes this isn't 1.3 specific. :-)
Rich Bowen [Thu, 17 Mar 2005 02:21:13 +0000 (02:21 +0000)]
One hopes this isn't 1.3 specific. :-)

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

19 years agoMove remarks about backreferences to the introductory regex discussion.
Rich Bowen [Thu, 17 Mar 2005 02:10:58 +0000 (02:10 +0000)]
Move remarks about backreferences to the introductory regex discussion.

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

19 years agoMoved some of the gorey details out of the module reference doc and into
Rich Bowen [Thu, 17 Mar 2005 01:47:45 +0000 (01:47 +0000)]
Moved some of the gorey details out of the module reference doc and into
the supporting documentation. Might want to move some more, too. Haven't
decided yet.

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

19 years agoSplit the rewrite guide into "Practical solutions to common problems"
Rich Bowen [Thu, 17 Mar 2005 01:16:05 +0000 (01:16 +0000)]
Split the rewrite guide into "Practical solutions to common problems"
and "Practical solutions to advanced problems". For now, anyway.

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

19 years agoOops. Forgot to rebuild before committing.
Rich Bowen [Thu, 17 Mar 2005 01:02:27 +0000 (01:02 +0000)]
Oops.  Forgot to rebuild before committing.

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

19 years agoMove some the examples, technical details, and tutorial-style stuff into
Rich Bowen [Thu, 17 Mar 2005 00:56:26 +0000 (00:56 +0000)]
Move some the examples, technical details, and tutorial-style stuff into
its own place, somewhat like we did with mod_ssl and others. The main
module reference document should just be a module reference document,
and nothing more.

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

19 years agosync with mod_status hacks in the worker mpm.
Paul Querna [Wed, 16 Mar 2005 21:48:57 +0000 (21:48 +0000)]
sync with mod_status hacks in the worker mpm.

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

19 years agoUpdate the Solaris 10 & Event MPM issue.
Paul Querna [Wed, 16 Mar 2005 17:05:29 +0000 (17:05 +0000)]
Update the Solaris 10 & Event MPM issue.

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

19 years agoAnd carry on with 2.1.5-dev.
Sander Striker [Wed, 16 Mar 2005 08:44:38 +0000 (08:44 +0000)]
And carry on with 2.1.5-dev.

* include/ap_release.h

  Bump AP_SERVER_PATCHLEVEL_NUMBER to 5.
  Set AP_SERVER_DEVBUILD_BOOLEAN.

* CHANGES

  Add a 2.1.5 section.

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

19 years agoPrepare for 2.1.4 tag.
Sander Striker [Wed, 16 Mar 2005 08:43:38 +0000 (08:43 +0000)]
Prepare for 2.1.4 tag.

* include/ap_release.h

  Clear AP_SERVER_DEVBUILD_BOOLEAN.

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

19 years agoAdd ReceiveBufferSize directive to control the TCP receive buffer.
Justin Erenkrantz [Tue, 15 Mar 2005 20:04:58 +0000 (20:04 +0000)]
Add ReceiveBufferSize directive to control the TCP receive buffer.

Submitted by: Eric Covener <covener gmail.com>
Reviewed by:  Justin Erenkrantz (with minor formatting tweaks)

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

19 years agomod_proxy: Add proxy-sendextracrlf option to send an extra CRLF at the
Justin Erenkrantz [Mon, 14 Mar 2005 22:22:58 +0000 (22:22 +0000)]
mod_proxy: Add proxy-sendextracrlf option to send an extra CRLF at the
end of the request body to work with really old HTTP servers.

* modules/proxy/mod_proxy_http.c
  (stream_reqbody_cl, spool_reqbody_cl): If proxy-sendextracrlf option is
  present, append a CRLF to the body stream that isn't counted against CL.

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

19 years agosmall cleanup of the ROADMAP file.
Paul Querna [Mon, 14 Mar 2005 05:24:22 +0000 (05:24 +0000)]
small cleanup of the ROADMAP file.

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