]> granicus.if.org Git - apache/log
apache
22 years agouse APR_TIME_T_FMT when formatting apr_time_t
Jeff Trawick [Wed, 17 Jul 2002 16:08:53 +0000 (16:08 +0000)]
use APR_TIME_T_FMT when formatting apr_time_t

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

22 years agouse APR_SIZE_T_FMT for formatting apr_size_t
Jeff Trawick [Wed, 17 Jul 2002 15:06:17 +0000 (15:06 +0000)]
use APR_SIZE_T_FMT for formatting apr_size_t

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

22 years agoaxe an unused function
Jeff Trawick [Wed, 17 Jul 2002 14:52:36 +0000 (14:52 +0000)]
axe an unused function

fix some format strings used with apr_size_t and apr_ssize_t

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

22 years agoadd notes about a portability problem -- formatting apr_time_t
Jeff Trawick [Wed, 17 Jul 2002 13:50:26 +0000 (13:50 +0000)]
add notes about a portability problem -- formatting apr_time_t
in hex

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

22 years ago Last missing symbols that I can find.
William A. Rowe Jr [Wed, 17 Jul 2002 07:14:59 +0000 (07:14 +0000)]
  Last missing symbols that I can find.

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

22 years ago suck_in wasn't sucking hard enough. Fixed the header.
William A. Rowe Jr [Wed, 17 Jul 2002 07:10:52 +0000 (07:10 +0000)]
  suck_in wasn't sucking hard enough.  Fixed the header.

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

22 years agothis file should have the asf license on it
Cliff Woolley [Wed, 17 Jul 2002 00:04:51 +0000 (00:04 +0000)]
this file should have the asf license on it

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

22 years agoAdd a couple of optimizations to the priority queue code:
Cliff Woolley [Wed, 17 Jul 2002 00:01:03 +0000 (00:01 +0000)]
Add a couple of optimizations to the priority queue code:

 * bubble_up and percolate_down do not need to do "swaps" -- they can just
   shift the existing items and reinsert the moving item once at the end
 * minchild() did not need that for loop -- a node can only ever have at
   most two children, and they are guaranteed to be adjacent

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

22 years agoheader files should include everything they need to compile
Cliff Woolley [Tue, 16 Jul 2002 23:58:56 +0000 (23:58 +0000)]
header files should include everything they need to compile

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

22 years agoFix up a few gotchas in httpd_roll_release
Cliff Woolley [Tue, 16 Jul 2002 21:43:17 +0000 (21:43 +0000)]
Fix up a few gotchas in httpd_roll_release

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

22 years agoLook for OpenSSL libraries in /usr/lib64.
Justin Erenkrantz [Tue, 16 Jul 2002 18:33:05 +0000 (18:33 +0000)]
Look for OpenSSL libraries in /usr/lib64.

Submitted by: Peter Poeml <poeml@suse.de>
Reviewed by: Justin Erenkrantz

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

22 years agoUpdate SuSE layout.
Justin Erenkrantz [Tue, 16 Jul 2002 18:29:59 +0000 (18:29 +0000)]
Update SuSE layout.

Submitted by: Peter Poeml <poeml@suse.de>
Reviewed by: Justin Erenkrantz

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

22 years agoRevert the change in the previous commit, which broke the
Brian Pane [Tue, 16 Jul 2002 18:03:34 +0000 (18:03 +0000)]
Revert the change in the previous commit, which broke the
setting of @APACHECTL_ULIMIT@ during configuration

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

22 years agoAIX: Apache is slightly faster with this malloc setting
Jeff Trawick [Tue, 16 Jul 2002 14:42:35 +0000 (14:42 +0000)]
AIX: Apache is slightly faster with this malloc setting

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

22 years agoFix definition of <section>, which was duplicated but not quite the same in
Joshua Slive [Tue, 16 Jul 2002 12:46:15 +0000 (12:46 +0000)]
Fix definition of <section>, which was duplicated but not quite the same in
manualpage and common.

Submitted by: Vincent de Lau <vincent@delau.nl>

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

22 years agoExport functions declared by APR_DECLARE_INHERIT_SET/UNSET macros.
Brian Havard [Tue, 16 Jul 2002 10:07:42 +0000 (10:07 +0000)]
Export functions declared by APR_DECLARE_INHERIT_SET/UNSET macros.

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

22 years agoAnd fix the version number
Martin Kraemer [Tue, 16 Jul 2002 09:30:16 +0000 (09:30 +0000)]
And fix the version number

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

22 years agoFix the long-standing bug that "ab -t10" would loop for 10000 seconds
Martin Kraemer [Tue, 16 Jul 2002 09:28:40 +0000 (09:28 +0000)]
Fix the long-standing bug that "ab -t10" would loop for 10000 seconds
instead of 10 as documented. Also fix an off-by-one-second error, which
did not matter much (in comparison to the 1000x error ;-)

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

22 years agoAdd 2002
Martin Kraemer [Tue, 16 Jul 2002 09:26:31 +0000 (09:26 +0000)]
Add 2002

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

22 years agoIf "@APACHECTL_ULIMIT@" is used in apachectl.in, then something must
Martin Kraemer [Tue, 16 Jul 2002 08:30:41 +0000 (08:30 +0000)]
If "@APACHECTL_ULIMIT@" is used in apachectl.in, then something must
replace it by a sensible (platform dependent?) value upon "make install".
Until that is done, $ULIMIT_MAX_FILES is set to the empty string
so that apachectl does not cause a subsequent error
  @APACHECTL_ULIMIT@: not found

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

22 years agoOptimize away a couple 64bit integer divides.
Aaron Bannert [Tue, 16 Jul 2002 06:35:41 +0000 (06:35 +0000)]
Optimize away a couple 64bit integer divides.

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

22 years agoImprove the comments on the fd limits.
Aaron Bannert [Tue, 16 Jul 2002 06:12:12 +0000 (06:12 +0000)]
Improve the comments on the fd limits.

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

22 years agoI hope I got everybody this time.
Joshua Slive [Mon, 15 Jul 2002 20:39:24 +0000 (20:39 +0000)]
I hope I got everybody this time.

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

22 years agoAdd Swedish language to error documents LanguagePriority
Joshua Slive [Mon, 15 Jul 2002 20:17:26 +0000 (20:17 +0000)]
Add Swedish language to error documents LanguagePriority

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

22 years agoAdd Swedish error documents and do a little bit of reformating.
Joshua Slive [Mon, 15 Jul 2002 20:16:16 +0000 (20:16 +0000)]
Add Swedish error documents and do a little bit of reformating.

Submitted by: Erik Abele <erik@codefaktor.de>
Reviewed by: Patrik Grip-Jansson <patrikj@gnulix.org>

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

22 years agoUpdate the info on browser support of digest auth.
Joshua Slive [Mon, 15 Jul 2002 18:02:45 +0000 (18:02 +0000)]
Update the info on browser support of digest auth.

Submitted by:  "Thomas Sj�gren" <thomas@northernsecurity.net>, Joshua Slive

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

22 years agoAdd a new DTD for a basic page in the users manual, and take out the common elements...
Joshua Slive [Mon, 15 Jul 2002 17:18:54 +0000 (17:18 +0000)]
Add a new DTD for a basic page in the users manual, and take out the common elements from
this and modulesynopsis.dtd into a common.dtd file.

Submitted by: Astrid Kessler <kess@kess-net.de>, Joshua Slive

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

22 years agoEat our own dogfood when it comes to the time macros.
Sander Striker [Mon, 15 Jul 2002 08:26:06 +0000 (08:26 +0000)]
Eat our own dogfood when it comes to the time macros.

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

22 years ago How isn't this built on Win32? Thanks Sander.
William A. Rowe Jr [Mon, 15 Jul 2002 08:18:50 +0000 (08:18 +0000)]
  How isn't this built on Win32?  Thanks Sander.

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

22 years ago Fixed good. The modulos op should give us just that extra little bit we
William A. Rowe Jr [Mon, 15 Jul 2002 08:15:31 +0000 (08:15 +0000)]
  Fixed good.  The modulos op should give us just that extra little bit we
  need to be sure we sleep for a good long fraction of the second into the
  next second.

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

22 years ago Sleep INTO the next second, not for the entire next second.
William A. Rowe Jr [Mon, 15 Jul 2002 08:11:11 +0000 (08:11 +0000)]
  Sleep INTO the next second, not for the entire next second.
  Observed by Sander Striker

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

22 years ago http occurances to update for apr_socket_opt_get/set
William A. Rowe Jr [Mon, 15 Jul 2002 08:05:11 +0000 (08:05 +0000)]
  http occurances to update for apr_socket_opt_get/set

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

22 years agoRemove a time lookup that's now unnecessary
Brian Pane [Mon, 15 Jul 2002 07:59:31 +0000 (07:59 +0000)]
Remove a time lookup that's now unnecessary

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

22 years ago Timeout/time fixes
William A. Rowe Jr [Mon, 15 Jul 2002 07:46:19 +0000 (07:46 +0000)]
  Timeout/time fixes

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

22 years ago The macros remove how much legibility?
William A. Rowe Jr [Mon, 15 Jul 2002 07:45:11 +0000 (07:45 +0000)]
  The macros remove how much legibility?

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

22 years agoIncrease the per-process file descriptor limit in apachectl
Brian Pane [Sun, 14 Jul 2002 23:18:45 +0000 (23:18 +0000)]
Increase the per-process file descriptor limit in apachectl
for the benefit of people running multithreaded MPMs or lots
of vhosts

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

22 years agoStreamline the handling of C-L values in the common case by using
Jim Jagielski [Sun, 14 Jul 2002 13:18:58 +0000 (13:18 +0000)]
Streamline the handling of C-L values in the common case by using
the known properties of ANSI strtol.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoadded apr_is_empty_array()
Brian Pane [Sat, 13 Jul 2002 18:16:33 +0000 (18:16 +0000)]
added apr_is_empty_array()

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

22 years ago And the other one...
William A. Rowe Jr [Sat, 13 Jul 2002 06:33:13 +0000 (06:33 +0000)]
  And the other one...

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

22 years ago $(IntDir) doesn't go back to VC5
William A. Rowe Jr [Sat, 13 Jul 2002 06:31:17 +0000 (06:31 +0000)]
  $(IntDir) doesn't go back to VC5

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

22 years ago Forgot to change both release and debug opts at once
William A. Rowe Jr [Sat, 13 Jul 2002 06:26:56 +0000 (06:26 +0000)]
  Forgot to change both release and debug opts at once

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

22 years ago Get rid of the buildmark bogosity. It never helped ide users, and
William A. Rowe Jr [Sat, 13 Jul 2002 06:20:52 +0000 (06:20 +0000)]
  Get rid of the buildmark bogosity.  It never helped ide users, and
  usually just hurt command line users.

  If we have to link, we need a buildmark, so perform the buildmark
  compilation as a 'manual' pre-link step every time a link is required.

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

22 years ago Quit it with the noise :-)
William A. Rowe Jr [Sat, 13 Jul 2002 06:01:10 +0000 (06:01 +0000)]
  Quit it with the noise :-)

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

22 years ago Quiet the conversation.
William A. Rowe Jr [Sat, 13 Jul 2002 05:52:06 +0000 (05:52 +0000)]
  Quiet the conversation.

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

22 years ago If we didn't build a Browse, we have nothing to kill. Ignore the error.
William A. Rowe Jr [Sat, 13 Jul 2002 05:47:03 +0000 (05:47 +0000)]
  If we didn't build a Browse, we have nothing to kill.  Ignore the error.

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

22 years ago Back to a slightly modified flavor of imajes' (James Cox'es) original
William A. Rowe Jr [Sat, 13 Jul 2002 05:34:07 +0000 (05:34 +0000)]
  Back to a slightly modified flavor of imajes' (James Cox'es) original
  design, only stay with .rc file extensions so the original resources
  can be reviewed in the resource editor, rather than using .in files.

  Also significantly improve the explicit dependencies.

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

22 years ago This is back to an .rc
William A. Rowe Jr [Sat, 13 Jul 2002 05:10:36 +0000 (05:10 +0000)]
  This is back to an .rc

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

22 years ago Ok. This gives us one warning - could not scan ApacheMonitorVer.h for
William A. Rowe Jr [Sat, 13 Jul 2002 05:09:52 +0000 (05:09 +0000)]
  Ok.  This gives us one warning - could not scan ApacheMonitorVer.h for
  dependencies.  But it gives us back our top level, editable and commitable
  ApacheMonitor.rc file, and doesn't mess up dependencies due to the presence
  of two different .rc files in the schema (which is partly what messed up
  the original case.)

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

22 years ago Put back the missing symbols header
William A. Rowe Jr [Sat, 13 Jul 2002 03:44:15 +0000 (03:44 +0000)]
  Put back the missing symbols header

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

22 years ago Final tweak and CREDITs ... switch the order to simplify things, and
William A. Rowe Jr [Sat, 13 Jul 2002 03:29:49 +0000 (03:29 +0000)]
  Final tweak and CREDITs ... switch the order to simplify things, and
  pull out the old dependency on ApacheMonitorVersion.rc

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

22 years ago Totally different solution to our dependency problems provided by
William A. Rowe Jr [Sat, 13 Jul 2002 03:18:21 +0000 (03:18 +0000)]
  Totally different solution to our dependency problems provided by
  James Cox <imajes@php.net> ... create ApacheMonitor.rc dynamically,
  and include our ApacheMonitor.rc.in templates of defined resources.

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

22 years ago Use the bare minimum permissions required to perform a given service
William A. Rowe Jr [Fri, 12 Jul 2002 18:32:27 +0000 (18:32 +0000)]
  Use the bare minimum permissions required to perform a given service
  manager operation.

Submitted by: David Shane Holden <dpejesh@yahoo.com>

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

22 years agoSome more security tips.
Joshua Slive [Fri, 12 Jul 2002 17:45:59 +0000 (17:45 +0000)]
Some more security tips.

Submitted by: thomas@northernsecurity.net

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

22 years agoset some environment variables on AIX that improve Apache performance
Jeff Trawick [Fri, 12 Jul 2002 17:34:04 +0000 (17:34 +0000)]
set some environment variables on AIX that improve Apache performance
on SMP machines...  no difference was seen on single CPU machines

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

22 years agoMissing sentence in english and slight gramatical improvement.
Joshua Slive [Fri, 12 Jul 2002 17:31:29 +0000 (17:31 +0000)]
Missing sentence in english and slight gramatical improvement.

Submitted by: Alexander Velin <velin@bastun.net> and Rich Bowen
Reviewed by: Joshua Slived

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

22 years agoAdjust the sizes of the pollsets we create/use so that we work again.
David Reid [Fri, 12 Jul 2002 12:27:19 +0000 (12:27 +0000)]
Adjust the sizes of the pollsets we create/use so that we work again.

With the poll change we seem to have improved performance. :)

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

22 years agoAdd XML declaration.
Yoshiki Hayashi [Fri, 12 Jul 2002 11:30:33 +0000 (11:30 +0000)]
Add XML declaration.
Correct markup errors.

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

22 years agoUpdate Japanese translation.
Yoshiki Hayashi [Fri, 12 Jul 2002 11:29:42 +0000 (11:29 +0000)]
Update Japanese translation.

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

22 years agoUpdate Japanese translations.
Yoshiki Hayashi [Fri, 12 Jul 2002 11:29:21 +0000 (11:29 +0000)]
Update Japanese translations.

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

22 years agoNew Japanese translations.
Yoshiki Hayashi [Fri, 12 Jul 2002 11:21:30 +0000 (11:21 +0000)]
New Japanese translations.

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

22 years agoNew Japanese translation.
Yoshiki Hayashi [Fri, 12 Jul 2002 11:16:16 +0000 (11:16 +0000)]
New Japanese translation.

Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
Reviewed by: Yoshiki Hayashi

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

22 years agoCorrect a markup error.
Yoshiki Hayashi [Fri, 12 Jul 2002 11:11:40 +0000 (11:11 +0000)]
Correct a markup error.

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

22 years ago While this fixed the bug, no resources were build for ApacheMonitor,
William A. Rowe Jr [Fri, 12 Jul 2002 05:55:21 +0000 (05:55 +0000)]
  While this fixed the bug, no resources were build for ApacheMonitor,
  so the application couldn't start.

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

22 years ago Fix a [very few] config changes. Yes - needs to be awk-ized, but not
William A. Rowe Jr [Fri, 12 Jul 2002 04:03:02 +0000 (04:03 +0000)]
  Fix a [very few] config changes.  Yes - needs to be awk-ized, but not
  at this moment.

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

22 years agogregames fixed this in APR a while back, I believe.
Cliff Woolley [Thu, 11 Jul 2002 23:01:25 +0000 (23:01 +0000)]
gregames fixed this in APR a while back, I believe.

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

22 years agoOkey, I copied it to <URL:http://www.apache.org/dev/>.
Ken Coar [Thu, 11 Jul 2002 20:15:03 +0000 (20:15 +0000)]
Okey, I copied it to <URL:http://www.apache.org/dev/>.

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

22 years ago Try this AGAIN. Move ap_regkey.h to include/ and assure that this time,
William A. Rowe Jr [Thu, 11 Jul 2002 19:57:02 +0000 (19:57 +0000)]
  Try this AGAIN.  Move ap_regkey.h to include/ and assure that this time,
  it contains defined(WIN32)||defined(DOXYGEN) requirements to prevent the
  other platform exports from barfing.  Please ack if this works for you.

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

22 years ago Fix comments
William A. Rowe Jr [Thu, 11 Jul 2002 19:53:04 +0000 (19:53 +0000)]
  Fix comments

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

22 years agoFix typos.
Joshua Slive [Thu, 11 Jul 2002 19:21:51 +0000 (19:21 +0000)]
Fix typos.

Submitted by:  "Andr� Malo" <nd@perlig.de>

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

22 years agoMake internationalized error docs xhtml compliant.
Joshua Slive [Thu, 11 Jul 2002 19:07:03 +0000 (19:07 +0000)]
Make internationalized error docs xhtml compliant.

Submitted by: Erik Abele <webmaster@codefaktor.de>
Reviewed by: Joshua Slive

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

22 years agoAdd missing argument in CustomLog example.
Joshua Slive [Thu, 11 Jul 2002 18:55:02 +0000 (18:55 +0000)]
Add missing argument in CustomLog example.

Submitted by: Thomas =?iso-8859-1?q?Sj=F6gren?= <thomas@northernsecurity.net>
Reviewed by: Joshua Slive

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

22 years agoadd PROXY_OPTIONAL_HOOK() macro for modules that want to
Jeff Trawick [Thu, 11 Jul 2002 18:45:22 +0000 (18:45 +0000)]
add PROXY_OPTIONAL_HOOK() macro for modules that want to
optionally provide a mod_proxy hook

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

22 years agoStrength-reduce a 64-bit "mod 16" operation to "& 0xf" in cached_explode()
Brian Pane [Thu, 11 Jul 2002 16:08:58 +0000 (16:08 +0000)]
Strength-reduce a 64-bit "mod 16" operation to "& 0xf" in cached_explode()
just in case the compiler doesn't do it for us

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

22 years agoWe where mixing #if USE_SSL en #ifdef USE_SSL. Since there where
Dirk-Willem van Gulik [Thu, 11 Jul 2002 13:44:12 +0000 (13:44 +0000)]
We where mixing #if USE_SSL en #ifdef USE_SSL. Since there where
many more #ifdef's than #if's - Converted the minority to the majority.

Note however that the APR_* defines are usually set to '=1'. So this is
not quite consistent. (I.e. CFLAGS=-DUSE_SSL or CFLAGS=-DUSE_SSL=1).

Dw.

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

22 years agoUpdate transformations.
Yoshiki Hayashi [Thu, 11 Jul 2002 07:16:41 +0000 (07:16 +0000)]
Update transformations.

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

22 years agoNew Japanese translation.
Yoshiki Hayashi [Thu, 11 Jul 2002 07:15:59 +0000 (07:15 +0000)]
New Japanese translation.

Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
Reviewed by: Yoshiki Hayashi

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

22 years agoUpdate translation.
Yoshiki Hayashi [Thu, 11 Jul 2002 07:14:21 +0000 (07:14 +0000)]
Update translation.

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

22 years ago Fix code comments
William A. Rowe Jr [Thu, 11 Jul 2002 06:14:30 +0000 (06:14 +0000)]
  Fix code comments

Submitted by: Stas Bekman <stas@stason.org>

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

22 years ago Clean up docs and add a hook for clarification.
William A. Rowe Jr [Thu, 11 Jul 2002 06:09:34 +0000 (06:09 +0000)]
  Clean up docs and add a hook for clarification.

Submitted by: Stas Bekman <stas@stason.org>

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

22 years agoBring Apache in line with APR's new poll implementation. This isn't
Ryan Bloom [Thu, 11 Jul 2002 05:42:20 +0000 (05:42 +0000)]
Bring Apache in line with APR's new poll implementation.  This isn't
optimal, because it still uses the compatibility functions to make it
work, but it does work.  The next step will be to take the memory for
the pollsets under Apache's control.

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

22 years agomod_ext_filter: don't segfault if content-type is not set.
Jeff Trawick [Wed, 10 Jul 2002 11:58:37 +0000 (11:58 +0000)]
mod_ext_filter: don't segfault if content-type is not set.

PR:                        10617
Submitted by:              Arthur P. Smith <apsmith@aps.org>
Reviewed/modified by:      Jeff Trawick

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

22 years agoUpdate translation.
Yoshiki Hayashi [Wed, 10 Jul 2002 07:22:27 +0000 (07:22 +0000)]
Update translation.

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

22 years agoUpdate transformation.
Yoshiki Hayashi [Wed, 10 Jul 2002 07:06:30 +0000 (07:06 +0000)]
Update transformation.

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

22 years agoNew Japanese translation.
Yoshiki Hayashi [Wed, 10 Jul 2002 07:03:22 +0000 (07:03 +0000)]
New Japanese translation.

Submitted by: KUSANO Takayuki <AE5T-KSN@asahi-net.or.jp>
Reviewd by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>, Yoshiki Hayashi

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

22 years agoOops. I don't know why but these files weren't committed at previous attempt.
Yoshiki Hayashi [Wed, 10 Jul 2002 07:01:02 +0000 (07:01 +0000)]
Oops.  I don't know why but these files weren't committed at previous attempt.
New Japanese translation.

Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
Reviewed by: Yoshiki Hayashi

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

22 years agoNew Japanese translations.
Yoshiki Hayashi [Wed, 10 Jul 2002 06:56:57 +0000 (06:56 +0000)]
New Japanese translations.

Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
Reviewed by: Yoshiki Hayashi

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

22 years agoUpdate transformation.
Yoshiki Hayashi [Wed, 10 Jul 2002 06:04:59 +0000 (06:04 +0000)]
Update transformation.

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

22 years agoCorrect a markup error pointed out by Xalan.
Yoshiki Hayashi [Wed, 10 Jul 2002 06:04:38 +0000 (06:04 +0000)]
Correct a markup error pointed out by Xalan.

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

22 years agoGrammar police.
Yoshiki Hayashi [Wed, 10 Jul 2002 06:04:04 +0000 (06:04 +0000)]
Grammar police.

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

22 years agoContinue the Bill Rowe apr_size_t crusade.
Victor J. Orlikowski [Wed, 10 Jul 2002 06:01:14 +0000 (06:01 +0000)]
Continue the Bill Rowe apr_size_t crusade.

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

22 years ago Narrow service manager access to what is actually needed to perform
William A. Rowe Jr [Wed, 10 Jul 2002 02:37:33 +0000 (02:37 +0000)]
  Narrow service manager access to what is actually needed to perform
  the given operations.

Submitted by: David Shane Holden <dpejesh@yahoo.com>

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

22 years agospell check a comment
Jeff Trawick [Wed, 10 Jul 2002 01:07:21 +0000 (01:07 +0000)]
spell check a comment

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

22 years ago Small whitespace cleanup.
William A. Rowe Jr [Tue, 9 Jul 2002 17:26:27 +0000 (17:26 +0000)]
  Small whitespace cleanup.

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

22 years ago Fix access for non-Administrators (superusers and the like) to allow them
William A. Rowe Jr [Tue, 9 Jul 2002 17:13:48 +0000 (17:13 +0000)]
  Fix access for non-Administrators (superusers and the like) to allow them
  to start and stop services, even without full permission to create or
  remove installed services.

PR: 10460
Submitted by: "Mladen Turk" <mturk@mappingsoft.com>

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

22 years agoDocumentation for the NetWare CGIMapExtension directive for mapping
Bradley Nicholes [Tue, 9 Jul 2002 15:32:35 +0000 (15:32 +0000)]
Documentation for the NetWare CGIMapExtension directive for mapping
CGI script file extensions to the script interpreter NLM

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

22 years agoGrammer police.
Yoshiki Hayashi [Tue, 9 Jul 2002 11:24:46 +0000 (11:24 +0000)]
Grammer police.

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

22 years agoCorrect path to the ScoreBoardFile directive.
Yoshiki Hayashi [Tue, 9 Jul 2002 11:06:25 +0000 (11:06 +0000)]
Correct path to the ScoreBoardFile directive.

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

22 years agoImprove translation.
Yoshiki Hayashi [Tue, 9 Jul 2002 09:22:59 +0000 (09:22 +0000)]
Improve translation.

Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>

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

22 years agoFix typo.
Yoshiki Hayashi [Tue, 9 Jul 2002 09:21:57 +0000 (09:21 +0000)]
Fix typo.
Translate section accidentaly left in English.
Submitted by: Nobuyuki Morita <marika@plum.freemail.ne.jp>
Reviewed by: Yoshiki Hayashi

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

22 years ago We obviously have no idea if this code is right. We can't close unopened
William A. Rowe Jr [Mon, 8 Jul 2002 20:25:28 +0000 (20:25 +0000)]
  We obviously have no idea if this code is right.  We can't close unopened
  files.

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