]> granicus.if.org Git - apache/log
apache
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

19 years agoI used to think that the order of the flags was there for a reason, but
Rich Bowen [Mon, 14 Mar 2005 02:10:10 +0000 (02:10 +0000)]
I used to think that the order of the flags was there for a reason, but
nobody seems to know what that reason is. Alphabetic order is a Good
Thing.

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

19 years agoupdate Japanese translation.
Hiroaki Kawai [Sun, 13 Mar 2005 11:45:41 +0000 (11:45 +0000)]
update Japanese translation.
English revision: 154184 (for core.xml.ja)
English revision: 153116 (for mod_proxy.xml.ja)

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

19 years agoupdate Japanese translation.
Hiroaki Kawai [Sun, 13 Mar 2005 11:37:08 +0000 (11:37 +0000)]
update Japanese translation.

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

19 years agoAnother mod_cache fixlet.
Sander Striker [Fri, 11 Mar 2005 21:39:45 +0000 (21:39 +0000)]
Another mod_cache fixlet.

* modules/cache/mod_cache.c

  (cache_url_handler): Add more debug output.  Restore original request
   headers when CACHE_SAVE filter isn't added to fix up after the request.

* modules/cache/cache_storage.c

  (cache_select_url): Add more debug output.

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

19 years agoupdate transformation
André Malo [Fri, 11 Mar 2005 18:07:55 +0000 (18:07 +0000)]
update transformation

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

19 years agoupdate Brazilian Portuguese translation
André Malo [Fri, 11 Mar 2005 18:04:02 +0000 (18:04 +0000)]
update Brazilian Portuguese translation

* manual/howto/htaccess.xml.pt-br: new file

Translated by: Eduardo Tompson Pereira <eduardo.tompson itelefonica.com.br>
Reviewed by: Luiz Rocha <lsdr lsdr.net>

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

19 years agoDon't attempt to remove the cache_file if one was never specified.
Bradley Nicholes [Wed, 9 Mar 2005 18:10:47 +0000 (18:10 +0000)]
Don't attempt to remove the cache_file if one was never specified.

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

19 years agoKeep track of the number of attributes retrieved from LDAP so that all the values...
Bradley Nicholes [Wed, 9 Mar 2005 00:15:01 +0000 (00:15 +0000)]
Keep track of the number of attributes retrieved from LDAP so that all the values can be properly cached even if the value is NULL.  [PR 33901]

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

19 years agoAdd ap_mpm_is_experimental and ap_mpm_is_threaded. Use these instead of checking...
Paul Querna [Tue, 8 Mar 2005 22:40:33 +0000 (22:40 +0000)]
Add ap_mpm_is_experimental and ap_mpm_is_threaded.  Use these instead of checking for specific MPMs.

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

19 years agoSince prefork is currently the only non-threaded MPM, check for it, instead of testin...
Paul Querna [Tue, 8 Mar 2005 22:06:59 +0000 (22:06 +0000)]
Since prefork is currently the only non-threaded MPM, check for it, instead of testing for each threaded MPM type.  This enables mod_cgid on the Event MPM by default, which is a "Good Thing"(tm).

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

19 years agoMake IgnoreCacheControl do what it implies when it comes to requests and
Sander Striker [Tue, 8 Mar 2005 21:11:07 +0000 (21:11 +0000)]
Make IgnoreCacheControl do what it implies when it comes to requests and
freshness checks.

* modules/cache/cache_util.c

  (ap_cache_check_freshness): Ignore CacheControl: max-age and min-fresh
   if IgnoreCacheControl is set.

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

19 years agoMake sure that the secure listen sockets that are created and injected into the ap_li...
Bradley Nicholes [Tue, 8 Mar 2005 18:09:43 +0000 (18:09 +0000)]
Make sure that the secure listen sockets that are created and injected into the ap_listeners lists by mod_nw_ssl are handled correctly so that they remain open and reused across restarts.

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

19 years agoImprove caching a bit more...
Sander Striker [Tue, 8 Mar 2005 02:35:50 +0000 (02:35 +0000)]
Improve caching a bit more...

* modules/cache/cache_util.c

  (ap_cache_check_freshness): On Cache-Control/Pragma no-cache force
   revalidation by marking the resource as stale.  Unless IgnoreCacheControl
   is set ofcourse.

* modules/cache/mod_cache.c

  (cache_url_handler): Remove Cache-Control/Pragma no-cache check and
   accompagnying comment.

  (cache_save_filter): Move FIXME comment to the correct location.

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

19 years agoRemove an unused function.
Sander Striker [Tue, 8 Mar 2005 01:34:32 +0000 (01:34 +0000)]
Remove an unused function.

* cache_util.c
* mod_cache.imp
* mod_cache.h

  (ap_cache_request_is_conditional): Removed.

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

19 years agoAdd two changes entries based on r156306 and r156330.
Justin Erenkrantz [Mon, 7 Mar 2005 07:23:52 +0000 (07:23 +0000)]
Add two changes entries based on r156306 and r156330.

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

19 years ago* modules/cache/cache_util.c (ap_cache_check_freshness): Use r->headers_in not
Justin Erenkrantz [Mon, 7 Mar 2005 07:18:34 +0000 (07:18 +0000)]
* modules/cache/cache_util.c (ap_cache_check_freshness): Use r->headers_in not
  the stored headers for the Cache-Control check.

Pointed out by: Sander Striker

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

19 years agoMore mod_cache tweakage...
Sander Striker [Sun, 6 Mar 2005 18:57:22 +0000 (18:57 +0000)]
More mod_cache tweakage...

* modules/cache/mod_cache.c

  (cache_save_filter): Instead of unconditionally returning a 304 when
   the original request was conditional and we issued a cache revalidating
   request, handle the request as if it came in while our cache was
   still valid.

* modules/cache/cache_storage.c

  (cache_select_url): Strip off the conditional headers from the original
   request, prior to adding our own for the purpose of revalidating our
   cached response.

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

19 years agoTracked down by Justin Erenkrantz.
Sander Striker [Sun, 6 Mar 2005 12:52:46 +0000 (12:52 +0000)]
Tracked down by Justin Erenkrantz.

* modules/cache/mod_disk_cache.c

  (store_headers): Stop second guessing mod_cache and just store the
   headers in a new file (overwriting the old).

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

19 years ago* modules/cache/mod_cache.c
Sander Striker [Sun, 6 Mar 2005 12:43:42 +0000 (12:43 +0000)]
* modules/cache/mod_cache.c

  (cache_url_handler): Tweak a few comments.

  (cache_save_filter): Add a FIXME for a corner case.

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

19 years agoreally bump MMN
Jeff Trawick [Sat, 5 Mar 2005 20:39:32 +0000 (20:39 +0000)]
really bump MMN
Submitted by: Sander Temme

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

19 years agoworker MPM/mod_status: Support per-worker tracking of pid and
Jeff Trawick [Sat, 5 Mar 2005 20:06:55 +0000 (20:06 +0000)]
worker MPM/mod_status: Support per-worker tracking of pid and
generation in the scoreboard so that mod_status can accurately
represent workers in processes which are gracefully terminating.

New child processes with worker MPM can take over slots of
individual threads within gracefully terminating processes.
Sometimes this is a problem (too many of these gracefully
terminating processes), so it is helpful to have mod_status
provide the information required to recognize these processes.

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