]> granicus.if.org Git - apache/log
apache
23 years agoUse the autoconf variable "host" consistently for platform checks.
Roy T. Fielding [Tue, 10 Jul 2001 02:35:24 +0000 (02:35 +0000)]
Use the autoconf variable "host" consistently for platform checks.

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

23 years ago Remove openssl path-specific .h comparisons
William A. Rowe Jr [Mon, 9 Jul 2001 17:53:16 +0000 (17:53 +0000)]
  Remove openssl path-specific .h comparisons

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

23 years ago Win32 build changes for recent module updates
William A. Rowe Jr [Mon, 9 Jul 2001 17:41:41 +0000 (17:41 +0000)]
  Win32 build changes for recent module updates

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

23 years agoRecover from some APR cont --> pool conversions by D. Reid.
Bill Stoddard [Mon, 9 Jul 2001 14:44:32 +0000 (14:44 +0000)]
Recover from some APR cont --> pool conversions by D. Reid.

Submitted by: Mladen Turk

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

23 years agofix params for logging call
Chuck Murcko [Mon, 9 Jul 2001 06:35:51 +0000 (06:35 +0000)]
fix params for logging call

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

23 years agoWe are tagged, so bump the numbers everywhere.
Ryan Bloom [Mon, 9 Jul 2001 02:55:35 +0000 (02:55 +0000)]
We are tagged, so bump the numbers everywhere.

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

23 years agoUpdate to prepare for 2.0.20 release
Ryan Bloom [Mon, 9 Jul 2001 02:51:20 +0000 (02:51 +0000)]
Update to prepare for 2.0.20 release

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

23 years agoAllow all parts of Apache 2.0 to build when --srcdir is used. This
Ryan Bloom [Mon, 9 Jul 2001 02:31:09 +0000 (02:31 +0000)]
Allow all parts of Apache 2.0 to build when --srcdir is used.  This
required exposing a build directory and a source directory to all parts
of Apache's build system.  It also required a small hack in APR-util, if
we are using the bundled Expat, and we are using VPATH support, then we
have hard-coded the xml/expat location.  I couldn't figure out how to
allow the configure script to determine the correct location.  I added a
comment, but if somebody else figures it out, we should fix that at some
point.

PR: 7630

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

23 years agoAvoid redundant strlen() calls by using apr_brigade_write() instead of
Cliff Woolley [Sun, 8 Jul 2001 06:24:55 +0000 (06:24 +0000)]
Avoid redundant strlen() calls by using apr_brigade_write() instead of
apr_brigade_puts().  There is still some redundancy--it'd be ideal if there
were an apr_pstrcat() variant that returned the length of the string since
it computes it (twice) anyway so we didn't have to do it yet again.  Until
such a beast exists, computing the length three times is better than four.
:-/

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

23 years agoWe need to pass the prefix to APR, APR-util, and PCRE. If we don't
Ryan Bloom [Sun, 8 Jul 2001 03:27:18 +0000 (03:27 +0000)]
We need to pass the prefix to APR, APR-util, and PCRE.  If we don't
pass that information, then all three libraries will install themselves
into their default locations.
PR: 7750

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

23 years agos/cont/pool/
David Reid [Sat, 7 Jul 2001 16:21:53 +0000 (16:21 +0000)]
s/cont/pool/

Bring this back in line with changes to APR.

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

23 years agos/cont/pool/
David Reid [Sat, 7 Jul 2001 16:20:45 +0000 (16:20 +0000)]
s/cont/pool/

This gets us building again after the change in APR.

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

23 years agoGrrr.. Cliff warned me about this. APR should return APR_SUCCESS with
Bill Stoddard [Fri, 6 Jul 2001 19:49:47 +0000 (19:49 +0000)]
Grrr.. Cliff warned me about this.  APR should return APR_SUCCESS with
zero bytes read rather than APR_EOF. Will work on APR later...

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

23 years agoAdd error message and return if we fail reading from a bucket in the
Bill Stoddard [Fri, 6 Jul 2001 18:41:56 +0000 (18:41 +0000)]
Add error message and return if we fail reading from a bucket in the
core_outout_filter(). core_output_filter() is in need of a rewrite, it is
getting quite crufty.

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

23 years agoemulate_sendfile() is a better name for what this function does. No function
Bill Stoddard [Fri, 6 Jul 2001 18:07:24 +0000 (18:07 +0000)]
emulate_sendfile() is a better name for what this function does.  No function
change is made by this patch, only a static function name change.

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

23 years agoReimplement content length filter to fix problem where all output from
Bill Stoddard [Fri, 6 Jul 2001 00:28:41 +0000 (00:28 +0000)]
Reimplement content length filter to fix problem where all output from
CGI scripts was being buffered in the brigade before any of it was
written to the network. cl filter now honors flush and implements a
buffer threshold.

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

23 years ago Catch up with rbb's last httpd-std.conf commit
William A. Rowe Jr [Thu, 5 Jul 2001 23:00:27 +0000 (23:00 +0000)]
  Catch up with rbb's last httpd-std.conf commit

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

23 years agoDo non-blocking reads from pipes in the content-length filter.
Bill Stoddard [Thu, 5 Jul 2001 14:58:03 +0000 (14:58 +0000)]
Do non-blocking reads from pipes in the content-length filter.

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

23 years agoinstall the man pages when we install everything else.
Ryan Bloom [Thu, 5 Jul 2001 05:25:19 +0000 (05:25 +0000)]
install the man pages when we install everything else.
PR: 7754

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

23 years agoAdd documentation for mod_suexec. And add a note in the old docs
Ryan Bloom [Thu, 5 Jul 2001 04:27:56 +0000 (04:27 +0000)]
Add documentation for mod_suexec.  And add a note in the old docs
about User that SuexecUserGroup now replaces putting User/Group directives
inside of VirtualHosts.
PR: 7634

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

23 years agoThe ExtendedStatus directive was added back to mod_status when we
Ryan Bloom [Thu, 5 Jul 2001 01:23:00 +0000 (01:23 +0000)]
The ExtendedStatus directive was added back to mod_status when we
re-vamped that module before the first beta.  Since we put the directive
back, we should put it into the default config file.
PR: 7937

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

23 years agoHaving gone through and expnaded out the hook macro it seemed a waste
David Reid [Wed, 4 Jul 2001 03:16:33 +0000 (03:16 +0000)]
Having gone through and expnaded out the hook macro it seemed a waste
to throw it away, so here it is added as comments for people who are
in the same place I was trying to debug what was going on inside a hook.

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

23 years agoFix the forking/killing logic in the threaded MPM. The problem we were
Ryan Bloom [Tue, 3 Jul 2001 13:58:10 +0000 (13:58 +0000)]
Fix the forking/killing logic in the threaded MPM.  The problem we were
seeing with the server eating itself wasn't because we were comparing
the idle_thread_count and min/max spare servers wrong.  It was because
we were counting idle_thread_count incorrectly.  This fixes that problem.

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

23 years agoThis fixes the problem of the server not starting new processes to keep
Ryan Bloom [Tue, 3 Jul 2001 05:16:33 +0000 (05:16 +0000)]
This fixes the problem of the server not starting new processes to keep
up with a heavy load.  The server still doesn't kill processes correctly,
so we need to fix that, but we are closer now.

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

23 years agoHow do YOU spell "threshold"? =-)
Cliff Woolley [Mon, 2 Jul 2001 14:38:43 +0000 (14:38 +0000)]
How do YOU spell "threshold"?  =-)

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

23 years agoMove the heading for 2.0.19 down to where it goes and add a note about
Cliff Woolley [Mon, 2 Jul 2001 14:36:35 +0000 (14:36 +0000)]
Move the heading for 2.0.19 down to where it goes and add a note about
having fixed the threaded MPM bug that killed 2.0.19 in the first place.

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

23 years agoMissed this yesterday...
Bill Stoddard [Mon, 2 Jul 2001 13:38:41 +0000 (13:38 +0000)]
Missed this yesterday...

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

23 years agoComment on some brokeness. These are show stoppers...
Bill Stoddard [Mon, 2 Jul 2001 13:28:47 +0000 (13:28 +0000)]
Comment on some brokeness. These are show stoppers...

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

23 years agoRemove a couple of extraneous calls to apr_brigade_cleanup()
Victor J. Orlikowski [Mon, 2 Jul 2001 03:37:37 +0000 (03:37 +0000)]
Remove a couple of extraneous calls to apr_brigade_cleanup()

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

23 years agoFix the threaded MPM perform_idle_server_maintenance. Basically, we now
Ryan Bloom [Sun, 1 Jul 2001 22:49:31 +0000 (22:49 +0000)]
Fix the threaded MPM perform_idle_server_maintenance.  Basically, we now
count how many threads are actually idle, regardless of which process they
are in.  This patch makes us use (min_spare_threads|max_spare_threads)
* number_of_running_servers to determine if we should kill of processes or
start new ones.  This MPM no longer thrashes killing child processes as
soon as they are created, and the server continues to serve requests even
if the server is gracefully restarted and each child has one active thread.

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

23 years agoIt's very sunny outside, but I'm stuck inside stripping paint off windows
Ryan Bloom [Sun, 1 Jul 2001 21:09:40 +0000 (21:09 +0000)]
It's very sunny outside, but I'm stuck inside stripping paint off windows
:-(

Just removing some status items that have been done for a long time.

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

23 years agoFix abort code path for HTTP proxy. Similar to Victor's patch for FTP
Chuck Murcko [Sat, 30 Jun 2001 04:50:31 +0000 (04:50 +0000)]
Fix abort code path for HTTP proxy. Similar to Victor's patch for FTP
proxy. No, Julia, it really *is* a double negative.

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

23 years agoFix the code, to properly handle the case of the user aborting the connection
Victor J. Orlikowski [Fri, 29 Jun 2001 22:22:19 +0000 (22:22 +0000)]
Fix the code, to properly handle the case of the user aborting the connection
or the connection being broken.

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

23 years agoFTP return code variable cleanup; fixed login bug (same var used for
Chuck Murcko [Fri, 29 Jun 2001 00:12:08 +0000 (00:12 +0000)]
FTP return code variable cleanup; fixed login bug (same var used for
return code and loop index)

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

23 years agofix some warnings (mostly unused variables)
Jeff Trawick [Thu, 28 Jun 2001 22:15:53 +0000 (22:15 +0000)]
fix some warnings (mostly unused variables)

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

23 years agoClose the sockets, the right way this time.
Victor J. Orlikowski [Thu, 28 Jun 2001 21:29:19 +0000 (21:29 +0000)]
Close the sockets, the right way this time.
Use the ones that the connections are using, rather
than those used to initialize the connection.

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

23 years agoUse the variable we've been using for return codes.
Victor J. Orlikowski [Thu, 28 Jun 2001 20:40:51 +0000 (20:40 +0000)]
Use the variable we've been using for return codes.

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

23 years agoGet the messages returned from the FTP Server in order.
Victor J. Orlikowski [Thu, 28 Jun 2001 20:29:45 +0000 (20:29 +0000)]
Get the messages returned from the FTP Server in order.
Otherwise we break RFC959.

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

23 years agoJust the facts, ma'am.
Victor J. Orlikowski [Thu, 28 Jun 2001 19:20:03 +0000 (19:20 +0000)]
Just the facts, ma'am.

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

23 years agoPORT works again. Syntax was what had killed it.
Victor J. Orlikowski [Thu, 28 Jun 2001 18:59:07 +0000 (18:59 +0000)]
PORT works again. Syntax was what had killed it.

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

23 years agoMaybe this will get PORT working again....
Victor J. Orlikowski [Thu, 28 Jun 2001 18:34:59 +0000 (18:34 +0000)]
Maybe this will get PORT working again....
break inside a switch statement inside a for loop
breaks out of the switch statement, not the for loop.

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

23 years agoLast check-in went awry.
Victor J. Orlikowski [Thu, 28 Jun 2001 18:01:21 +0000 (18:01 +0000)]
Last check-in went awry.
Here is the intended message.

Put the QUIT command back.
Basically, when a LIST occurs, origin is not available for reading until the data connection
is closed in passive mode.
This takes care of that.

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

23 years agoproxy_ftp.c
Victor J. Orlikowski [Thu, 28 Jun 2001 17:49:54 +0000 (17:49 +0000)]
proxy_ftp.c

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

23 years agoReorganize ap_proxy_string_read() internally to not process eos buckets.
Chuck Murcko [Thu, 28 Jun 2001 12:48:57 +0000 (12:48 +0000)]
Reorganize ap_proxy_string_read() internally to not process eos buckets.

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

23 years agoSome servers send no response to FTP QUIT command and just close the
Chuck Murcko [Thu, 28 Jun 2001 10:00:07 +0000 (10:00 +0000)]
Some servers send no response to FTP QUIT command and just close the
connection. Remove result code check for QUIT. We gave them fair
warning.

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

23 years agoAn EOS bucket doesn't contain anything, so why shouldn't we skip it?
Victor J. Orlikowski [Thu, 28 Jun 2001 07:05:18 +0000 (07:05 +0000)]
An EOS bucket doesn't contain anything, so why shouldn't we skip it?

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

23 years agoftp_getrc_msg is blocking for no good reason after the receive loop.
Victor J. Orlikowski [Thu, 28 Jun 2001 07:04:18 +0000 (07:04 +0000)]
ftp_getrc_msg is blocking for no good reason after the receive loop.
Disable it till we figure out what's going on. ;(
At least it works now.

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

23 years agoBump after the tag/roll
Ryan Bloom [Thu, 28 Jun 2001 05:33:05 +0000 (05:33 +0000)]
Bump after the tag/roll

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

23 years agoBump a couple things for the tag and roll!!!!
Ryan Bloom [Thu, 28 Jun 2001 05:15:07 +0000 (05:15 +0000)]
Bump a couple things for the tag and roll!!!!

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

23 years agoFix the big issue with the threaded MPM. We no longer stop dead if all
Ryan Bloom [Thu, 28 Jun 2001 05:00:59 +0000 (05:00 +0000)]
Fix the big issue with the threaded MPM.  We no longer stop dead if all
processes are busy serving one long-lived request.

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

23 years ago Ummm... is that all I accomplished :-?
William A. Rowe Jr [Thu, 28 Jun 2001 04:11:12 +0000 (04:11 +0000)]
  Ummm... is that all I accomplished :-?

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

23 years ago Useful datum. Please review this list and pull out what you've finished,
William A. Rowe Jr [Thu, 28 Jun 2001 03:57:30 +0000 (03:57 +0000)]
  Useful datum.  Please review this list and pull out what you've finished,
  people!!!  There's a ton of cruft I think folks already addressed.

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

23 years ago For those who want to play, mod_ssl isn't part of the InstallBin master
William A. Rowe Jr [Thu, 28 Jun 2001 01:16:14 +0000 (01:16 +0000)]
  For those who want to play, mod_ssl isn't part of the InstallBin master
  target.

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

23 years ago Just something for experimenting, ssl_expr_parse and _scan are excluded
William A. Rowe Jr [Thu, 28 Jun 2001 01:15:31 +0000 (01:15 +0000)]
  Just something for experimenting, ssl_expr_parse and _scan are excluded
  for right now (missing symbols.)

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

23 years ago Quiet the compiler, msvc is sticky about arg lists being consistent.
William A. Rowe Jr [Thu, 28 Jun 2001 01:14:04 +0000 (01:14 +0000)]
  Quiet the compiler, msvc is sticky about arg lists being consistent.

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

23 years ago One cannot have an entirely empty struct ... this is just to make things
William A. Rowe Jr [Thu, 28 Jun 2001 01:13:09 +0000 (01:13 +0000)]
  One cannot have an entirely empty struct ... this is just to make things
  actually compile, and exclude an include we don't have on Win32.

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

23 years ago What once was ap_ ...
William A. Rowe Jr [Thu, 28 Jun 2001 01:05:32 +0000 (01:05 +0000)]
  What once was ap_ ...

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

23 years ago Refresh .mak files for tagging 2.0.19
William A. Rowe Jr [Thu, 28 Jun 2001 00:31:04 +0000 (00:31 +0000)]
  Refresh .mak files for tagging 2.0.19

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

23 years ago Ignore goodness
William A. Rowe Jr [Thu, 28 Jun 2001 00:26:01 +0000 (00:26 +0000)]
  Ignore goodness

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

23 years ago Ignore for simplistic win32 builders (and anyone else who wants to
William A. Rowe Jr [Thu, 28 Jun 2001 00:12:52 +0000 (00:12 +0000)]
  Ignore for simplistic win32 builders (and anyone else who wants to
  park openssl here.)

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

23 years ago libaprutil is good for mod_tls, too.
William A. Rowe Jr [Thu, 28 Jun 2001 00:08:41 +0000 (00:08 +0000)]
  libaprutil is good for mod_tls, too.

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

23 years ago Just a mssing brace
William A. Rowe Jr [Wed, 27 Jun 2001 23:57:24 +0000 (23:57 +0000)]
  Just a mssing brace

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

23 years ago Not for general consumption (not a target of InstallBin) this patch adds
William A. Rowe Jr [Wed, 27 Jun 2001 23:47:55 +0000 (23:47 +0000)]
  Not for general consumption (not a target of InstallBin) this patch adds
  mod_tls to the 'buildable projects' list.

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

23 years ago tls goodness for Win32
William A. Rowe Jr [Wed, 27 Jun 2001 23:40:57 +0000 (23:40 +0000)]
  tls goodness for Win32

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

23 years agobump and grind for another beta
Roy T. Fielding [Wed, 27 Jun 2001 23:37:00 +0000 (23:37 +0000)]
bump and grind for another beta

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

23 years ago Testing reveals a nasty side effect of this aftn's patch, this is the fix.
William A. Rowe Jr [Wed, 27 Jun 2001 23:18:30 +0000 (23:18 +0000)]
  Testing reveals a nasty side effect of this aftn's patch, this is the fix.

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

23 years ago Deploy ap_sub_req_lookup_dirent() for the main loop. Note we _really_
William A. Rowe Jr [Wed, 27 Jun 2001 21:59:48 +0000 (21:59 +0000)]
  Deploy ap_sub_req_lookup_dirent() for the main loop.  Note we _really_
  need to further optimize this code, there are dozens of perhaps unnecessary
  stat calls, and meaningless #ifndef OS2 protections around apr_lstat()'s.
  OS2 has lstat (It's simply stat()) so we should pull the os-specific cruft.

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

23 years ago Employ the new ap_sub_req_lookup_dirent() function for mod_autoindex.
William A. Rowe Jr [Wed, 27 Jun 2001 21:54:16 +0000 (21:54 +0000)]
  Employ the new ap_sub_req_lookup_dirent() function for mod_autoindex.

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

23 years ago Pull harry, difficult to read sub_req_common_validation() into its own
William A. Rowe Jr [Wed, 27 Jun 2001 21:48:53 +0000 (21:48 +0000)]
  Pull harry, difficult to read sub_req_common_validation() into its own
  function so that it's apparent that this is common code.

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

23 years agomod_file_cache now depends on apr-util.
Bill Stoddard [Wed, 27 Jun 2001 21:30:33 +0000 (21:30 +0000)]
mod_file_cache now depends on apr-util.

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

23 years agoOh, nothing really. I just always wanted to open a door to a room where
Cliff Woolley [Wed, 27 Jun 2001 21:14:15 +0000 (21:14 +0000)]
Oh, nothing really.  I just always wanted to open a door to a room where
people were being trained like in James Bond movies.

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

23 years ago Here, finally are a few cleanups of my fat fingers.
William A. Rowe Jr [Wed, 27 Jun 2001 20:57:14 +0000 (20:57 +0000)]
  Here, finally are a few cleanups of my fat fingers.

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

23 years ago Now, introduce ap_sub_req_lookup_dirent() for processing apr_finfo_t
William A. Rowe Jr [Wed, 27 Jun 2001 20:53:36 +0000 (20:53 +0000)]
  Now, introduce ap_sub_req_lookup_dirent() for processing apr_finfo_t
  results from mod_negotiation and mod_autoindex.

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

23 years ago Pull the common cruft from ap_sub_req_lookup_*() fns.
William A. Rowe Jr [Wed, 27 Jun 2001 20:46:52 +0000 (20:46 +0000)]
  Pull the common cruft from ap_sub_req_lookup_*() fns.

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

23 years ago Sorry, second pass, working on legibility. This patch introduces the
William A. Rowe Jr [Wed, 27 Jun 2001 20:44:00 +0000 (20:44 +0000)]
  Sorry, second pass, working on legibility.  This patch introduces the
  fill_in_sub_req_vars function to propogate the rnew values, but doesn't
  yet hook it in.  Note that there are two discrepancies, apparently
  pretty bad ones, that have been moved after the 'common code' so the
  next patch becomes pretty simple.

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

23 years ago Add some favorite modules
William A. Rowe Jr [Wed, 27 Jun 2001 20:33:58 +0000 (20:33 +0000)]
  Add some favorite modules

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

23 years ago Revert changes in 1.7, I had applied the patch incorrectly.
William A. Rowe Jr [Wed, 27 Jun 2001 20:30:49 +0000 (20:30 +0000)]
  Revert changes in 1.7, I had applied the patch incorrectly.

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

23 years ago*) Account for the new pool parameter to apr_bucket_file_create()
Cliff Woolley [Wed, 27 Jun 2001 20:18:09 +0000 (20:18 +0000)]
*) Account for the new pool parameter to apr_bucket_file_create()
   and apr_bucket_file_make().

*) Simplify mod_file_cache's sendfile_handler by taking advantage
   the new ability of file buckets to handle files opened in XTHREAD
   mode.  [Also inlined some of the brigade construction stuff in
   mod_file_cache's handlers to save a palloc() or two.]

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

23 years ago Move duplicated rnew cloning from apr_ap_sub_req_lookup_*() functions,
William A. Rowe Jr [Wed, 27 Jun 2001 20:09:24 +0000 (20:09 +0000)]
  Move duplicated rnew cloning from apr_ap_sub_req_lookup_*() functions,
  and add an ap_sub_req_lookup_dirent() to create a subrequest from the
  results of an apr_dir_read() for mod_negotiation and mod_autoindex.

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

23 years ago Fix up files constituting the Win32 libhttpd project file
William A. Rowe Jr [Wed, 27 Jun 2001 19:39:15 +0000 (19:39 +0000)]
  Fix up files constituting the Win32 libhttpd project file

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

23 years agoMore of s/ap_table_t/apr_table_t/g;
Cliff Woolley [Wed, 27 Jun 2001 18:51:23 +0000 (18:51 +0000)]
More of s/ap_table_t/apr_table_t/g;
Also s/ap_status_t/apr_status_t/;

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

23 years agoIt's apr_pool_t, not apr_pools_t. And tables are in APR's namespace, not
Cliff Woolley [Wed, 27 Jun 2001 18:44:20 +0000 (18:44 +0000)]
It's apr_pool_t, not apr_pools_t.  And tables are in APR's namespace, not
Apache's, so it's apr_table_t and not ap_table_t.

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

23 years ago Add additional query datum to the MPMs.
William A. Rowe Jr [Wed, 27 Jun 2001 17:43:51 +0000 (17:43 +0000)]
  Add additional query datum to the MPMs.
  Harrie Hazewinkel <harrie@covalent.net>

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

23 years agohide the generation of the httpd.exp header from the build messages
Jeff Trawick [Wed, 27 Jun 2001 17:11:52 +0000 (17:11 +0000)]
hide the generation of the httpd.exp header from the build messages

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

23 years ago Win32/OS2 require APR_STATUS_IS_EFOO() tests, not == EFOO, since our
William A. Rowe Jr [Wed, 27 Jun 2001 16:58:14 +0000 (16:58 +0000)]
  Win32/OS2 require APR_STATUS_IS_EFOO() tests, not == EFOO, since our
  socket error codes vary.

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

23 years agoget strcasecmp() prototype available on AIX
Jeff Trawick [Wed, 27 Jun 2001 10:15:37 +0000 (10:15 +0000)]
get strcasecmp() prototype available on AIX

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

23 years ago Update docs to reflect API changes and typos.
William A. Rowe Jr [Wed, 27 Jun 2001 03:34:15 +0000 (03:34 +0000)]
  Update docs to reflect API changes and typos.
  Harrie Hazewinkel <harrie@covalent.net>

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

23 years agoFixed up formatting (removed tabs)
Ian Holsman [Tue, 26 Jun 2001 22:46:04 +0000 (22:46 +0000)]
Fixed up formatting (removed tabs)

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

23 years agoProxyPass & ProxyPass Reverse now can be specified in <Location> directives
Ian Holsman [Tue, 26 Jun 2001 22:32:49 +0000 (22:32 +0000)]
ProxyPass & ProxyPass Reverse now can be specified in <Location> directives

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

23 years agoadd the AcceptMutex directive to the perchild MPM
Jeff Trawick [Tue, 26 Jun 2001 17:44:49 +0000 (17:44 +0000)]
add the AcceptMutex directive to the perchild MPM

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

23 years agoFix problem handling FLUSH bucket in the chunked encoding filter.
Bill Stoddard [Tue, 26 Jun 2001 17:40:58 +0000 (17:40 +0000)]
Fix problem handling FLUSH bucket in the chunked encoding filter.
Module was calling ap_rwrite() followed by ap_rflush() but the
served content was not being displayed in the browser. Inspection
of the output stream revealed that the first data chunk was
missing the trailing CRLF required by the RFC

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

23 years agoadd support for the AcceptMutex keyword to the threaded MPM
Jeff Trawick [Tue, 26 Jun 2001 17:27:40 +0000 (17:27 +0000)]
add support for the AcceptMutex keyword to the threaded MPM

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

23 years agoget rid of a duplicate assignment of ap_server_conf
Jeff Trawick [Tue, 26 Jun 2001 16:33:14 +0000 (16:33 +0000)]
get rid of a duplicate assignment of ap_server_conf

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

23 years agoadd the AcceptMutex directive and related processing to prefork MPM
Jeff Trawick [Tue, 26 Jun 2001 15:13:02 +0000 (15:13 +0000)]
add the AcceptMutex directive and related processing to prefork MPM

the directive syntax is as suggested by JimJag a few days ago

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

23 years agomention a problem with prefork
Jeff Trawick [Tue, 26 Jun 2001 11:59:50 +0000 (11:59 +0000)]
mention a problem with prefork

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

23 years agofix a comment describing how we kill off a single child process
Jeff Trawick [Tue, 26 Jun 2001 10:59:16 +0000 (10:59 +0000)]
fix a comment describing how we kill off a single child process

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

23 years agoFix spelling mistake.
Cliff Woolley [Tue, 26 Jun 2001 04:07:43 +0000 (04:07 +0000)]
Fix spelling mistake.

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

23 years agoReverse typo correction.
Joshua Slive [Thu, 21 Jun 2001 20:26:20 +0000 (20:26 +0000)]
Reverse typo correction.

Submitted by: Rodent of Unusual Size <Ken.Coar@Golux.Com>

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

23 years agoAdd some instructions on verifying PGP signatures. This could really
Joshua Slive [Wed, 20 Jun 2001 04:33:13 +0000 (04:33 +0000)]
Add some instructions on verifying PGP signatures.  This could really
use a review from some people who understand these issues better than
I do.

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

23 years agoapxs no longer generates ap_send_http_header() in the example handler
Doug MacEachern [Wed, 20 Jun 2001 01:46:28 +0000 (01:46 +0000)]
apxs no longer generates ap_send_http_header() in the example handler

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