]> granicus.if.org Git - apache/log
apache
22 years agoAck. That was bad. Revert this.
Justin Erenkrantz [Mon, 15 Apr 2002 00:44:30 +0000 (00:44 +0000)]
Ack.  That was bad.  Revert this.

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

22 years agoProperly substitute sbindir as httpd's location in apachectl.
Justin Erenkrantz [Mon, 15 Apr 2002 00:41:25 +0000 (00:41 +0000)]
Properly substitute sbindir as httpd's location in apachectl.

We install $(PROGRAMS) into $(sbindir) not $(bindir), so this is correct.

PR: 7840
Submitted by: Andreas Hasenack <andreas@netbank.com.br>
Reviewed by: Justin Erenkrantz

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

22 years agoRemove some leftover debug code that was closing an already-closed socket
Brian Pane [Mon, 15 Apr 2002 00:10:53 +0000 (00:10 +0000)]
Remove some leftover debug code that was closing an already-closed socket

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

22 years agoAddmodule doesn't exist in 2.0.
Joshua Slive [Sun, 14 Apr 2002 22:08:44 +0000 (22:08 +0000)]
Addmodule doesn't exist in 2.0.

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

22 years agoFix html comments in directive examples and defaults.
Joshua Slive [Sun, 14 Apr 2002 17:08:53 +0000 (17:08 +0000)]
Fix html comments in directive examples and defaults.

PR: 7832
Submitted by: sn@neopoly.com (Sven Neuhaus)

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

22 years agoLet people know what a "cgi-script" is and how to reference it.
Joshua Slive [Sun, 14 Apr 2002 16:57:46 +0000 (16:57 +0000)]
Let people know what a "cgi-script" is and how to reference it.

PR: 8037

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

22 years agoMessed up that last one. Here is the proper xhtml+xml type.
Joshua Slive [Sun, 14 Apr 2002 16:42:37 +0000 (16:42 +0000)]
Messed up that last one.  Here is the proper xhtml+xml type.

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

22 years agoAdd a couple requested (and properly registered) mime types.
Joshua Slive [Sun, 14 Apr 2002 16:40:38 +0000 (16:40 +0000)]
Add a couple requested (and properly registered) mime types.
See:
http://www.iana.org/assignments/media-types/application/
http://www.rfc-editor.org/rfc/rfc3236.txt
http://www.iana.org/assignments/media-types/image/vnd.djvu

PR: 7795,7969

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

22 years agofixed a typo
Brian Pane [Sun, 14 Apr 2002 09:21:43 +0000 (09:21 +0000)]
fixed a typo

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

22 years agoGet local address info in listener sockets initialized when constructed in
Brian Havard [Sun, 14 Apr 2002 08:38:15 +0000 (08:38 +0000)]
Get local address info in listener sockets initialized when constructed in
the child process from a descriptor passed from the parent. This fixed vhost
address matching.

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

22 years agoapr_bucket_alloc_create() now registers a cleanup that does a
Brian Havard [Sun, 14 Apr 2002 06:18:13 +0000 (06:18 +0000)]
apr_bucket_alloc_create() now registers a cleanup that does a
apr_bucket_alloc_destroy(). Don't double free by calling it explicitly.

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

22 years agoFixed a race condition
Brian Pane [Sun, 14 Apr 2002 00:31:43 +0000 (00:31 +0000)]
Fixed a race condition

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

22 years ago Respect the process_cgi argument
William A. Rowe Jr [Sat, 13 Apr 2002 22:34:16 +0000 (22:34 +0000)]
  Respect the process_cgi argument

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

22 years ago process_cgi is more descriptive than replace_cmd.
William A. Rowe Jr [Sat, 13 Apr 2002 20:42:35 +0000 (20:42 +0000)]
  process_cgi is more descriptive than replace_cmd.

  It also affects query_string args.

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

22 years ago The fix requires a bump
William A. Rowe Jr [Sat, 13 Apr 2002 19:58:04 +0000 (19:58 +0000)]
  The fix requires a bump

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

22 years ago If we have a registry command or a shebang line invocation, correct the
William A. Rowe Jr [Sat, 13 Apr 2002 19:55:00 +0000 (19:55 +0000)]
  If we have a registry command or a shebang line invocation, correct the
  invocation type to APR_PROGRAM_PATH so we will both search the path, and
  accept undecorated names, e.g. "perl" should be acceptable for "perl.exe".

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

22 years ago Wasted at least 20 minutes reparsing this code till I determined it's
William A. Rowe Jr [Sat, 13 Apr 2002 19:52:59 +0000 (19:52 +0000)]
  Wasted at least 20 minutes reparsing this code till I determined it's
  correct.  But make the sucker legible so noone else repeats the experience.

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

22 years ago In order for Win32 to accept the shebang line of #!perl so we 1) search
William A. Rowe Jr [Sat, 13 Apr 2002 19:50:46 +0000 (19:50 +0000)]
  In order for Win32 to accept the shebang line of #!perl so we 1) search
  the PATH and 2) resolve perl.exe for perl, we must add the progtype so
  we can override APR_PROGRAM with APR_PROGRAM_PATH.  This is the API change
  only for the cgi build command line option function.

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

22 years ago Correct const'ness of argv in all support apps, and use the new
William A. Rowe Jr [Sat, 13 Apr 2002 19:35:18 +0000 (19:35 +0000)]
  Correct const'ness of argv in all support apps, and use the new
  apr_app_initialize over apr_initialize for win32, and other platforms
  that may wish to tweak 'apr-ized' application support (e.g. Netware?)

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

22 years agoAdapt to the rename of apr_explode_localtime to apr_time_exp_lt in APR.
Sander Striker [Sat, 13 Apr 2002 12:02:38 +0000 (12:02 +0000)]
Adapt to the rename of apr_explode_localtime to apr_time_exp_lt in APR.

Submitted by: Thom May <thom@planetarytramp.net>

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

22 years agoFixed the shutdown logic
Brian Pane [Sat, 13 Apr 2002 07:00:32 +0000 (07:00 +0000)]
Fixed the shutdown logic

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

22 years agoToo many incomplete changes to the code base.
Roy T. Fielding [Sat, 13 Apr 2002 00:50:20 +0000 (00:50 +0000)]
Too many incomplete changes to the code base.

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

22 years agoNetWare binaries have been posted
Bradley Nicholes [Fri, 12 Apr 2002 23:12:26 +0000 (23:12 +0000)]
NetWare binaries have been posted

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

22 years agoReadjustment of where the bucket is being allocated now that they are being
Bradley Nicholes [Fri, 12 Apr 2002 22:11:44 +0000 (22:11 +0000)]
Readjustment of where the bucket is being allocated now that they are being
cleaned up.  Need to move the call to after apr_pool_clear() so that it doesn't
get cleanup too soon and never reallocated.

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

22 years agoBack out most of the previous commit, because part of it was useless and
Cliff Woolley [Fri, 12 Apr 2002 20:45:24 +0000 (20:45 +0000)]
Back out most of the previous commit, because part of it was useless and
part of it was vetoed.

Anybody know the sh-ism to compare timestamps on files?  That's what we
really need here.

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

22 years agoworker MPM: Fix a situation where a child exited without releasing
Jeff Trawick [Fri, 12 Apr 2002 19:58:52 +0000 (19:58 +0000)]
worker MPM: Fix a situation where a child exited without releasing
the accept mutex.  Depending on the OS and mutex mechanism this
could result in a hang.

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

22 years ago* make sure the -alpha name is not _inside_ the gzip (I have to try this and
Cliff Woolley [Fri, 12 Apr 2002 18:02:10 +0000 (18:02 +0000)]
* make sure the -alpha name is not _inside_ the gzip (I have to try this and
  to see if it works that way though)

* touch generated files to make sure we don't require the user to have the
  tools to rebuild them (eg, flex and yacc)

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

22 years agoTouch these files so that their datestamps are newer than the corresponding
Cliff Woolley [Fri, 12 Apr 2002 17:46:09 +0000 (17:46 +0000)]
Touch these files so that their datestamps are newer than the corresponding
.y and .l files.  These must be kept newer than those at all times to avoid
introducing a dependency on flex and yacc.

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

22 years agoupdate the instructions for how to get started with mod_example
Jeff Trawick [Fri, 12 Apr 2002 11:20:47 +0000 (11:20 +0000)]
update the instructions for how to get started with mod_example

Submitted by:  Stas Bekman

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

22 years ago Flip the order. If the user specifies ScriptInterpreterSource,
William A. Rowe Jr [Fri, 12 Apr 2002 06:35:15 +0000 (06:35 +0000)]
  Flip the order.  If the user specifies ScriptInterpreterSource,
  either Registry or RegistryStrict, test the registry in preference
  over a shebang line.  This is how 1.3 behaved, and allows scripts
  with invalid shebang lines (straight from another box, for example)
  to run without modification.

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

22 years agoAdded in the worker MPM's version of the POD code
Brian Pane [Fri, 12 Apr 2002 04:25:22 +0000 (04:25 +0000)]
Added in the worker MPM's version of the POD code

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

22 years agoswitch back to the worker's version of the pod code
Brian Pane [Fri, 12 Apr 2002 04:24:44 +0000 (04:24 +0000)]
switch back to the worker's version of the pod code

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

22 years agoAdded support for MPMs that live in subdirectories under server/mpm
Brian Pane [Fri, 12 Apr 2002 03:44:49 +0000 (03:44 +0000)]
Added support for MPMs that live in subdirectories under server/mpm
like server/mpm/experimental/*

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

22 years agoAdded support for MPMs that live in subdirectories under server/mpm
Brian Pane [Fri, 12 Apr 2002 03:37:01 +0000 (03:37 +0000)]
Added support for MPMs that live in subdirectories under server/mpm
like server/mpm/experimental/*

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

22 years agofixes to make it compile
Brian Pane [Fri, 12 Apr 2002 03:07:53 +0000 (03:07 +0000)]
fixes to make it compile

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

22 years agoinitial check-in of supporting code for leader/follower MPM
Brian Pane [Fri, 12 Apr 2002 03:06:48 +0000 (03:06 +0000)]
initial check-in of supporting code for leader/follower MPM

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

22 years agoJustin is off to a new adventure...
Justin Erenkrantz [Fri, 12 Apr 2002 03:02:39 +0000 (03:02 +0000)]
Justin is off to a new adventure...

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

22 years agoChange httpd.pid placement to rel_runtimedir instead of rel_logfiledir.
Justin Erenkrantz [Fri, 12 Apr 2002 01:08:40 +0000 (01:08 +0000)]
Change httpd.pid placement to rel_runtimedir instead of rel_logfiledir.
With the standard apache layout, this changes nothing (since runtimedir ==
logfiledir), but for other layouts, this makes a lot more sense.

PR: 7841
Submitted by:   Andreas Hasenack <andreas@netbank.com.br>
Reviewed by:    Justin Erenkrantz

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

22 years agoInitial check-in of leader-follower MPM code, derived from worker
Brian Pane [Thu, 11 Apr 2002 22:33:57 +0000 (22:33 +0000)]
Initial check-in of leader-follower MPM code, derived from worker

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

22 years agoA *major* upgrade for the dump_brigade and dump_bucket gdb macros.
Cliff Woolley [Thu, 11 Apr 2002 04:39:05 +0000 (04:39 +0000)]
A *major* upgrade for the dump_brigade and dump_bucket gdb macros.

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

22 years agoignore generated file httpd-std.conf
Jeff Trawick [Wed, 10 Apr 2002 18:49:00 +0000 (18:49 +0000)]
ignore generated file httpd-std.conf

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

22 years agoClosed up some holes where a thread could escape and exit without releasing
Bradley Nicholes [Wed, 10 Apr 2002 17:13:32 +0000 (17:13 +0000)]
Closed up some holes where a thread could escape and exit without releasing
the mutex.  This would leave all of the other threads deadlocked.

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

22 years agoThe accept loop was sleeping way too long when we ran out of completion contexts.
Bill Stoddard [Wed, 10 Apr 2002 17:02:00 +0000 (17:02 +0000)]
The accept loop was sleeping way too long when we ran out of completion contexts.
All that is really necessary is that the accept look yield the rest of its time slice
when this condition is hit.

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

22 years agoOoops. Don't whack our ptrans pool.
Bill Stoddard [Wed, 10 Apr 2002 15:17:42 +0000 (15:17 +0000)]
Ooops. Don't whack our ptrans pool.

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

22 years agoMove the socket info initialization into the winnt_accept() loop (this more closely
Bill Stoddard [Wed, 10 Apr 2002 14:52:38 +0000 (14:52 +0000)]
Move the socket info initialization into the winnt_accept() loop (this more closely
follows Apaches socket abstraction design principles).  Made similar change to
Win9x code to keep that OS working. Reuse the ptrans pool across transactions.

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

22 years agoGet rid of hungarian notation. No function change.
Bill Stoddard [Wed, 10 Apr 2002 13:54:55 +0000 (13:54 +0000)]
Get rid of hungarian notation. No function change.

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

22 years ago Time for sleep
William A. Rowe Jr [Wed, 10 Apr 2002 03:54:31 +0000 (03:54 +0000)]
  Time for sleep

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

22 years agoLinuxPPC binaries uploaded...
Graham Leggett [Tue, 9 Apr 2002 21:28:03 +0000 (21:28 +0000)]
LinuxPPC binaries uploaded...
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoConvert mod_ssl to the new apr_global_mutex.h API and remove all
Aaron Bannert [Tue, 9 Apr 2002 15:53:09 +0000 (15:53 +0000)]
Convert mod_ssl to the new apr_global_mutex.h API and remove all
uses of apr_lock.h [deprecated]. Tested that I could serve simple
SSL (v3) pages.

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

22 years ago Eliminate cyclic dependency that broke 2.0.35 command line build
William A. Rowe Jr [Tue, 9 Apr 2002 15:36:42 +0000 (15:36 +0000)]
  Eliminate cyclic dependency that broke 2.0.35 command line build

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

22 years agomove a loop-invariant computation out of the thread loop and
Jeff Trawick [Tue, 9 Apr 2002 11:18:41 +0000 (11:18 +0000)]
move a loop-invariant computation out of the thread loop and
at the same time quiet a gcc warning (it assumed that thread_limit
could be zero, which would leave ps_record uninitialized when
referenced after the end of the thread loop)

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

22 years agoget the strchr() declaration
Jeff Trawick [Tue, 9 Apr 2002 11:12:10 +0000 (11:12 +0000)]
get the strchr() declaration

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

22 years agoNote a bug fix in apr-util.
Brian Havard [Tue, 9 Apr 2002 09:45:04 +0000 (09:45 +0000)]
Note a bug fix in apr-util.

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

22 years agoProxy was bombing out every second keepalive request, caused by a
Graham Leggett [Tue, 9 Apr 2002 09:39:04 +0000 (09:39 +0000)]
Proxy was bombing out every second keepalive request, caused by a
stray CRLF before the second response's status line. Proxy now
tries to read one more line if it encounters a CRLF where it
expected a status.
PR: 10010
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoDeprecated the apr_lock.h API.
Aaron Bannert [Tue, 9 Apr 2002 07:41:55 +0000 (07:41 +0000)]
Deprecated the apr_lock.h API.

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

22 years ago Compiler/platform bogosity is apr's job.
William A. Rowe Jr [Tue, 9 Apr 2002 07:18:00 +0000 (07:18 +0000)]
  Compiler/platform bogosity is apr's job.

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

22 years agoRemove many unnecessary includes, incl. apr_lock.h
Aaron Bannert [Tue, 9 Apr 2002 06:49:18 +0000 (06:49 +0000)]
Remove many unnecessary includes, incl. apr_lock.h

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

22 years agoRemove unnecessary includes of apr_lock.h
Aaron Bannert [Tue, 9 Apr 2002 06:48:31 +0000 (06:48 +0000)]
Remove unnecessary includes of apr_lock.h

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

22 years agoRemove uses of apr_lock.h. This patch is untested, but I don't see where
Aaron Bannert [Tue, 9 Apr 2002 06:47:25 +0000 (06:47 +0000)]
Remove uses of apr_lock.h. This patch is untested, but I don't see where
the apr_lock.h include was necessary anyway.

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

22 years agoPR:
Doug MacEachern [Tue, 9 Apr 2002 01:55:44 +0000 (01:55 +0000)]
PR:
Obtained from:
Submitted by:   Ryan Morgan <rmorgan@covalent.net>
Reviewed by: dougm, jimjag
Change mod_status to use scoreboard accessor functions so it can
be used in any MPM without having to be recompiled.

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

22 years ago Correct a simple typo
William A. Rowe Jr [Tue, 9 Apr 2002 00:12:40 +0000 (00:12 +0000)]
  Correct a simple typo

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

22 years agoproblem already fixed in 2.0.36-dev
Jeff Trawick [Mon, 8 Apr 2002 23:56:58 +0000 (23:56 +0000)]
problem already fixed in 2.0.36-dev

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

22 years agomention the fix for parsing certain AP_DECLARE_DATA decls;
Jeff Trawick [Mon, 8 Apr 2002 23:32:13 +0000 (23:32 +0000)]
mention the fix for parsing certain AP_DECLARE_DATA decls;
for some platforms that fix is crucial

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

22 years agoFix export of variables that have "extern" before their AP_DECLARE_DATA.
Bradley Nicholes [Mon, 8 Apr 2002 22:08:34 +0000 (22:08 +0000)]
Fix export of variables that have "extern" before their AP_DECLARE_DATA.
This includes ap_subreq_core_filter_handle which mod_autoindex.c now needs.

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

22 years ago"FINAL" is ... well, too final.
Bill Stoddard [Mon, 8 Apr 2002 19:52:26 +0000 (19:52 +0000)]
"FINAL" is ... well, too final.

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

22 years ago2.0.36 showstoppers
Bill Stoddard [Mon, 8 Apr 2002 19:51:12 +0000 (19:51 +0000)]
2.0.36 showstoppers

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

22 years agoRed Hat 7.0 and 7.2 builds for i686 are in place.
Aaron Bannert [Mon, 8 Apr 2002 19:14:41 +0000 (19:14 +0000)]
Red Hat 7.0 and 7.2 builds for i686 are in place.

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

22 years agoanother todo
Doug MacEachern [Mon, 8 Apr 2002 19:07:58 +0000 (19:07 +0000)]
another todo

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

22 years ago Well, soon I hope - but yes, I'm on it.
William A. Rowe Jr [Mon, 8 Apr 2002 18:41:00 +0000 (18:41 +0000)]
  Well, soon I hope - but yes, I'm on it.

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

22 years agoPR:
Doug MacEachern [Mon, 8 Apr 2002 18:38:56 +0000 (18:38 +0000)]
PR:
Obtained from:
Submitted by: Daniel Lopez <daniel@covalent.net>
Reviewed by: dougm, rbb
add optional fixup hook to proxy

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

22 years agoAIX binaries on the way (compile and link god willing)
Bill Stoddard [Mon, 8 Apr 2002 18:19:06 +0000 (18:19 +0000)]
AIX binaries on the way (compile and link god willing)

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

22 years agoFreeBSD 4.5 and Solaris8/i386 binaries available.
Aaron Bannert [Mon, 8 Apr 2002 17:59:30 +0000 (17:59 +0000)]
FreeBSD 4.5 and Solaris8/i386 binaries available.

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

22 years agoRemind the admin about the User and Group directives when we are
Jeff Trawick [Mon, 8 Apr 2002 16:57:06 +0000 (16:57 +0000)]
Remind the admin about the User and Group directives when we are
unable to set permissions on a semaphore.

PR:    7812

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

22 years agoJust added
Jim Jagielski [Mon, 8 Apr 2002 16:41:04 +0000 (16:41 +0000)]
Just added

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

22 years agoVolunteering for i386-unknown-freebsd4.5 (from daedalus).
Aaron Bannert [Mon, 8 Apr 2002 16:37:06 +0000 (16:37 +0000)]
Volunteering for i386-unknown-freebsd4.5 (from daedalus).

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

22 years agoSigning up for the NetWare binaries
Bradley Nicholes [Mon, 8 Apr 2002 16:06:18 +0000 (16:06 +0000)]
Signing up for the NetWare binaries

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

22 years agoAdded this am
Jim Jagielski [Mon, 8 Apr 2002 15:09:16 +0000 (15:09 +0000)]
Added this am

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

22 years agoI port perchild last week.
Ryan Bloom [Mon, 8 Apr 2002 14:04:16 +0000 (14:04 +0000)]
I port perchild last week.

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

22 years agoWe should note that this has gone GA.
Ryan Bloom [Mon, 8 Apr 2002 14:00:46 +0000 (14:00 +0000)]
We should note that this has gone GA.

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

22 years agoI made this available yesterday.
Ryan Bloom [Mon, 8 Apr 2002 13:59:37 +0000 (13:59 +0000)]
I made this available yesterday.

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

22 years agofix the function name in the prototype for dav_get_search_hooks()
Jeff Trawick [Mon, 8 Apr 2002 12:46:41 +0000 (12:46 +0000)]
fix the function name in the prototype for dav_get_search_hooks()

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

22 years agoFixup product name
Mark J. Cox [Mon, 8 Apr 2002 09:37:57 +0000 (09:37 +0000)]
Fixup product name
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoI can take care of LinuxPPC (YDL v2.1)...
Graham Leggett [Mon, 8 Apr 2002 08:24:52 +0000 (08:24 +0000)]
I can take care of LinuxPPC (YDL v2.1)...
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoReformat this to look pretty (blatently stolen from the 1.3 STATUS file).
Aaron Bannert [Mon, 8 Apr 2002 06:30:34 +0000 (06:30 +0000)]
Reformat this to look pretty (blatently stolen from the 1.3 STATUS file).
AFAIK none of these are available, so my pardons if they are available.

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

22 years agoI can take care of sol8/intel and some old sk00l lee-nux.
Aaron Bannert [Mon, 8 Apr 2002 06:21:40 +0000 (06:21 +0000)]
I can take care of sol8/intel and some old sk00l lee-nux.

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

22 years agoPR: 7802
Doug MacEachern [Sun, 7 Apr 2002 21:58:25 +0000 (21:58 +0000)]
PR: 7802
Obtained from:
Submitted by:
Reviewed by:
fix compilation problem in ssl_engine_kernel.c
if SSL_LIBRARY_VERSION >= 0x00907000

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

22 years agonoteworthy since yesterdays change actually fixes the problem
Doug MacEachern [Sun, 7 Apr 2002 20:53:02 +0000 (20:53 +0000)]
noteworthy since yesterdays change actually fixes the problem

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

22 years agoMinor formatting plus add arch
Jim Jagielski [Sun, 7 Apr 2002 19:14:29 +0000 (19:14 +0000)]
Minor formatting plus add arch

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

22 years agoRemove a patch that is no longer needed (bug was fixed a LONG time ago)
Ryan Bloom [Sun, 7 Apr 2002 16:58:31 +0000 (16:58 +0000)]
Remove a patch that is no longer needed (bug was fixed a LONG time ago)

Add a sign-up area for people to volunteer to create binaries for
2.0.35.

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

22 years agoUpdate CHANGES to reflect the mod_dav change.
Sander Striker [Sun, 7 Apr 2002 13:06:37 +0000 (13:06 +0000)]
Update CHANGES to reflect the mod_dav change.

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

22 years agoPR:
Doug MacEachern [Sun, 7 Apr 2002 06:32:21 +0000 (06:32 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
ssl_io_input_read now returns APR_EOF if ssl_io_hook_read returns 0
bytes for a reason other than SSL_ERROR_WANT_READ.  this should
prevent a possible endless loop.

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

22 years agofix ProxyPass when frontend is https and backend is http
Doug MacEachern [Sun, 7 Apr 2002 03:37:35 +0000 (03:37 +0000)]
fix ProxyPass when frontend is https and backend is http

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

22 years agoPass the --includedir flag to the apr and apr-util configure calls.
Aaron Bannert [Sun, 7 Apr 2002 01:51:42 +0000 (01:51 +0000)]
Pass the --includedir flag to the apr and apr-util configure calls.

Submitted by: Pier Fumagalli <pier@betaversion.org>
Reviewed by: Aaron Bannert

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

22 years agoGenerate rel_libdir and exp_libdir variables.
Aaron Bannert [Sat, 6 Apr 2002 22:00:56 +0000 (22:00 +0000)]
Generate rel_libdir and exp_libdir variables.

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

22 years agoAllow us to override the default --libdir from the config.layout
Aaron Bannert [Sat, 6 Apr 2002 21:50:58 +0000 (21:50 +0000)]
Allow us to override the default --libdir from the config.layout
if it was specified to configure.

Submitted by: Thom May <thom@planetarytramp.net>
Reviewed by: Aaron Bannert

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

22 years agoAdd libdir entries to config.layout.
Aaron Bannert [Sat, 6 Apr 2002 21:44:44 +0000 (21:44 +0000)]
Add libdir entries to config.layout.

Submitted by: Pier Fumagalli <pier@betaversion.org>
Reviewed by: Aaron Bannert

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

22 years agoFix export of variables that have "extern" before their AP_DECLARE_DATA.
Brian Havard [Sat, 6 Apr 2002 13:48:51 +0000 (13:48 +0000)]
Fix export of variables that have "extern" before their AP_DECLARE_DATA.
This includes ap_subreq_core_filter_handle which mod_autoindex.c now needs.

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

22 years agoQuick fix to an incorrect comment.
Graham Leggett [Sat, 6 Apr 2002 12:43:47 +0000 (12:43 +0000)]
Quick fix to an incorrect comment.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoAdd DASL(SEARCH) support to mod_dav.
Sander Striker [Sat, 6 Apr 2002 01:11:50 +0000 (01:11 +0000)]
Add DASL(SEARCH) support to mod_dav.

Submitted by: Sung Kim <hunkim@cse.ucsc.edu>

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

22 years agoPort over some fixes to mod_dav 1.0 so that the Apache 2.0 DAV code
Greg Stein [Sat, 6 Apr 2002 00:19:19 +0000 (00:19 +0000)]
Port over some fixes to mod_dav 1.0 so that the Apache 2.0 DAV code
will pass the "litmus" DAV test tool.

In particular, we need to properly handle empty namespaces properly.

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