]> granicus.if.org Git - apache/log
apache
22 years agoBring httpd man page up-to-date with flags that currently exist and the
Cliff Woolley [Tue, 2 Oct 2001 00:43:18 +0000 (00:43 +0000)]
Bring httpd man page up-to-date with flags that currently exist and the
current default install path.

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

22 years agoap_sub_req_output_filter: don't pass along a brigade if it becomes empty
Greg Ames [Mon, 1 Oct 2001 21:01:14 +0000 (21:01 +0000)]
ap_sub_req_output_filter:  don't pass along a brigade if it becomes empty
after deleting the EOS bucket.

This prevents a seg fault in mod_include when the connection dies.  There
doesn't seem to be much point in passing empty brigades in general.

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

22 years agoclean up the fdqueue a bit more, by implementing Greg's
Ryan Bloom [Mon, 1 Oct 2001 19:37:20 +0000 (19:37 +0000)]
clean up the fdqueue a bit more, by implementing Greg's
suggestions to getting rid of redundant variables, as well as
converting the simple ap_queue_full/ap_queue_empty tests into macros.
This also reinstates the "not_full" condition, which turned out to
be useful afterall in cases where we wanted to prevent the listener
thread from accepting further connections until the worker queue has
room for more.

Submitted by: [Aaron Bannert <aaron@clove.org>]

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

22 years agoSwitch from tmpnam() to apr_file_mktemp() so that gcc with a recent glibc
Cliff Woolley [Mon, 1 Oct 2001 19:19:45 +0000 (19:19 +0000)]
Switch from tmpnam() to apr_file_mktemp() so that gcc with a recent glibc
will shut the hell up about tmpnam() being unsafe.  htpasswd.c needs a
similar treatment, but it won't be _quite_ as easy since htpasswd has not
been completely apr-ized yet.

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

22 years ago Two more loadable modules on Win32, thank you Gunther!
William A. Rowe Jr [Mon, 1 Oct 2001 17:01:30 +0000 (17:01 +0000)]
  Two more loadable modules on Win32, thank you Gunther!

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

22 years ago BIO_write returns an int. Whacha gonna do? Kill the last non-ab warning.
William A. Rowe Jr [Mon, 1 Oct 2001 16:07:17 +0000 (16:07 +0000)]
  BIO_write returns an int.  Whacha gonna do?  Kill the last non-ab warning.

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

22 years ago /GZ RTL debug flag is not recognized across VC 5/6/7.
William A. Rowe Jr [Mon, 1 Oct 2001 15:57:38 +0000 (15:57 +0000)]
  /GZ RTL debug flag is not recognized across VC 5/6/7.

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

22 years ago Clean up some warnings by summing bytecounts into apr_off_t holders
William A. Rowe Jr [Mon, 1 Oct 2001 15:51:07 +0000 (15:51 +0000)]
  Clean up some warnings by summing bytecounts into apr_off_t holders
  instead of ulongs.

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

22 years ago Nothing wrong with an int here, so make it explicit and kill the warning.
William A. Rowe Jr [Mon, 1 Oct 2001 15:49:02 +0000 (15:49 +0000)]
  Nothing wrong with an int here, so make it explicit and kill the warning.

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

22 years ago Remain consistent to the connection_rec, and use apr_off_t for remaining.
William A. Rowe Jr [Mon, 1 Oct 2001 15:48:15 +0000 (15:48 +0000)]
  Remain consistent to the connection_rec, and use apr_off_t for remaining.

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

22 years ago Kill off some expensive, unnecessary effort when we use max-age for
William A. Rowe Jr [Mon, 1 Oct 2001 15:47:12 +0000 (15:47 +0000)]
  Kill off some expensive, unnecessary effort when we use max-age for
  the usertrack cookie (and kill a warning in the process.)

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

22 years ago Should be no change to the execution - simply clean up two compiler
William A. Rowe Jr [Mon, 1 Oct 2001 15:45:11 +0000 (15:45 +0000)]
  Should be no change to the execution - simply clean up two compiler
  warnings, signed/unsigned mismatch in != and mismatched type for port.

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

22 years ago Wording changes
William A. Rowe Jr [Mon, 1 Oct 2001 13:27:06 +0000 (13:27 +0000)]
  Wording changes

Obtained from: news:hr.comp.www
Submitted by: Mr. "Vlatko Juric-Kokic" <vlatko.juric-kokic@zg.hinet.hr>
Reviewed by: Mladen Turk <mturk@mappingsoft.com>

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

22 years ago The patch that emerged uppon discussion on news:hr.comp.www
William A. Rowe Jr [Mon, 1 Oct 2001 03:22:21 +0000 (03:22 +0000)]
  The patch that emerged uppon discussion on news:hr.comp.www
  Please review - did not apply as cleanly as I would have liked.

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

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

22 years agoKill two autoconf-related birds with one commit.
Justin Erenkrantz [Sun, 30 Sep 2001 07:57:15 +0000 (07:57 +0000)]
Kill two autoconf-related birds with one commit.

- substr used in APACHE_MODULE for the help string did not parse correctly
  with autoconf 2.50+ so we had to punt there anyway and use AC_HELP_STRING.
- Add APACHE_HELP_STRING define that will call AC_HELP_STRING on 2.50+
  (actually not 2.13 - look at the regex call) or do our custom variation
  of it.  This function can't have any extra spaces or it will be returned
  in the help string.  So noted.  If anyone can figure out how to insert
  a line break like 2.50+ does when we go over the 26th column, I'd
  appreciate it.  I tried and I'm way too tired to figure it out now.
  Adding this would greatly simplify two or three HELP_STRING uses.
- Switch all of those annoying WITH and ENABLE functions to use the
  APACHE_HELP_STRING.  This makes everything consistent now.  I've always
  had to go through and keep aligning everything every few months or so
  because I'm the only one who cares.  No more.  I refuse to do it any more!
  Use APACHE_HELP_STRING or be crucified.

Looks decent with autoconf-2.13 and autoconf-2.52.

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

22 years agoRemove unnecessary initialization and add a comment about chunk_hdr's
Justin Erenkrantz [Sun, 30 Sep 2001 04:17:16 +0000 (04:17 +0000)]
Remove unnecessary initialization and add a comment about chunk_hdr's
scope.

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

22 years agoSwitch to the corresponding apr_table_* macro rather than doing this
Justin Erenkrantz [Sun, 30 Sep 2001 01:37:20 +0000 (01:37 +0000)]
Switch to the corresponding apr_table_* macro rather than doing this
ourselves.

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

22 years agoCleanup some needless initialization of the date variable and consolidate
Justin Erenkrantz [Sun, 30 Sep 2001 01:17:13 +0000 (01:17 +0000)]
Cleanup some needless initialization of the date variable and consolidate
the scope to only where necessary.

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

22 years agoMake doc changes to reflect change to ProxyErrorOverride
Graham Leggett [Sat, 29 Sep 2001 20:21:14 +0000 (20:21 +0000)]
Make doc changes to reflect change to ProxyErrorOverride
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoianh: add the ProxyHTTPOverrideReturnedErrors directive documentation
Graham Leggett [Sat, 29 Sep 2001 20:16:16 +0000 (20:16 +0000)]
ianh: add the ProxyHTTPOverrideReturnedErrors directive documentation
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoianh: updated docs
Graham Leggett [Sat, 29 Sep 2001 20:12:24 +0000 (20:12 +0000)]
ianh: updated docs
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoOops - forgot the doc updates
Graham Leggett [Sat, 29 Sep 2001 20:08:13 +0000 (20:08 +0000)]
Oops - forgot the doc updates
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoUpdated mod_proxy.html docs to include v2.0 configuration.
Graham Leggett [Sat, 29 Sep 2001 19:58:38 +0000 (19:58 +0000)]
Updated mod_proxy.html docs to include v2.0 configuration.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agochuck: add back missing tag from NoCache section
Graham Leggett [Sat, 29 Sep 2001 19:57:24 +0000 (19:57 +0000)]
chuck: add back missing tag from NoCache section
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agochuck: Docco update
Graham Leggett [Sat, 29 Sep 2001 19:55:24 +0000 (19:55 +0000)]
chuck: Docco update
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoFixing the mod_proxy docs. The docs were transferred away without a history,
Graham Leggett [Sat, 29 Sep 2001 19:51:55 +0000 (19:51 +0000)]
Fixing the mod_proxy docs. The docs were transferred away without a history,
so I'm applying each of the new patches one by one (there are only a few of
them) so that the new mod_proxy.html file is up to date.
This first patch returns the original doc to the tree. Subsequent patches
will apply the changes to the file up to date.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoSomething Happened
Justin Erenkrantz [Sat, 29 Sep 2001 08:53:30 +0000 (08:53 +0000)]
Something Happened

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

22 years agoRemove the lameo create_req hack and delay the addition of the HTTP_IN
Justin Erenkrantz [Sat, 29 Sep 2001 08:48:59 +0000 (08:48 +0000)]
Remove the lameo create_req hack and delay the addition of the HTTP_IN
filter until after we have read the headers.  This eliminates the status
hack that was in http_protocol.c and makes it all around better.

server/protocol.c now directly adds HTTP_IN filter - should we create a
specific hook for this?  (Could we do this as a post_read_request hook?)
I'm not terribly sure, but let's move it down to the lowest possible
place in ap_read_request.  We can change this detail later as we see fit.

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

22 years agoImplement suggested input filter improvements from Greg and Ryan.
Justin Erenkrantz [Sat, 29 Sep 2001 08:33:02 +0000 (08:33 +0000)]
Implement suggested input filter improvements from Greg and Ryan.

- Clean up scopes and namings of certain variables
- Add comments about potentially bogus modes
- Consolidate a FOREACH loop into a single brigade_length call

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

22 years agoRemove bogus comment.
Justin Erenkrantz [Sat, 29 Sep 2001 08:29:18 +0000 (08:29 +0000)]
Remove bogus comment.

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

22 years agoInput filtering rewrite. Consolidate how we handle HTTP input parsing by
Justin Erenkrantz [Sat, 29 Sep 2001 08:17:11 +0000 (08:17 +0000)]
Input filtering rewrite.  Consolidate how we handle HTTP input parsing by
rearranging and rethinking some things.  The net result is that the HTTP
filter is now a request filter and is now only responsible for HTTP things.
The core input filter is now responsible for handling all of the dirty work.

Highlights:
- Removes the dechunk filter and merges it with ap_http_filter (aka HTTP_IN).
  The dechunk filter was incorrectly handling certain cases (trailers).
- Moves ap_http_filter from a connection filter to a request filter
  to support the consolidation above (it needs header info).
- Change support code to allow the http_filter to be a
  request filter (how the request is setup initially).
- Move most of the logic from HTTP_IN to CORE_IN (core_input_filter).
  HTTP_IN is now only concerned about HTTP things.  The core filter
  is now responsible for returning data.  It is impossible to
  consolidate dechunk and http without this because HTTP_IN previously
  buffered data.  As Greg has suggested, it may make sense to write
  some brigade functions that handle input (getline).  It should be
  fairly trivial to add these.  Some of the calls in ap_http_filter
  could be switched as well.

This is the original patch as submitted to dev@httpd on Monday, Sep.
24th.  Additional comments and some minor tweaks done after that
submission are coming up next.  This should allow people who reviewed
the original patch to see what has changed and review them piecemeal.

This test passes all current tests in httpd-test.  Please perform
chicken sacrifices to verify that this hasn't blown up your favorite
input.

Reviewed by: Greg Stein, Ryan Bloom, and Cliff Woolley (buckets)

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

22 years agoFix for httpd-test modules/include test #17.
Justin Erenkrantz [Sat, 29 Sep 2001 06:54:08 +0000 (06:54 +0000)]
Fix for httpd-test modules/include test #17.

If we are *already* a faux URI (i.e. relative file sub req) and we then
make a subrequest from that faux URI to a file in the same directory,
we'd try to build a URI out of the fake URI which leads to the wrong
thing happening somewhere down the line.  So, let's just give this
special case a fake URI as well.

OtherBill needs to verify this.  He can back it out if he wants.  I
don't much care.  It's one line and it seems okay...

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

22 years ago Optimize file_walk with the same logic as location_walk. Fix both to
William A. Rowe Jr [Fri, 28 Sep 2001 19:50:22 +0000 (19:50 +0000)]
  Optimize file_walk with the same logic as location_walk.  Fix both to
  have a bit more legibility, and tighter locality of scope for a smaller
  number of variables.

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

22 years ago Split out (soon to be) common code for all _walk functions
William A. Rowe Jr [Fri, 28 Sep 2001 18:56:21 +0000 (18:56 +0000)]
  Split out (soon to be) common code for all _walk functions
  (no net change to location_walk).

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

22 years ago Nice to remove more than I add, some days.
William A. Rowe Jr [Fri, 28 Sep 2001 17:53:02 +0000 (17:53 +0000)]
  Nice to remove more than I add, some days.

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

22 years ago We don't mind the .mak files hanging around, don't tell us about it.
William A. Rowe Jr [Fri, 28 Sep 2001 17:50:22 +0000 (17:50 +0000)]
  We don't mind the .mak files hanging around, don't tell us about it.

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

22 years ago /home/cvs/httpd-2.0/ no longer tracks makefiles. But at least incorporate
William A. Rowe Jr [Fri, 28 Sep 2001 17:49:00 +0000 (17:49 +0000)]
  /home/cvs/httpd-2.0/ no longer tracks makefiles.  But at least incorporate
  all the new proxy modules into BaseAddr.ref for win32.

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

22 years ago This broken bit causes a segfault after locking pconf as read-only.
William A. Rowe Jr [Fri, 28 Sep 2001 17:15:12 +0000 (17:15 +0000)]
  This broken bit causes a segfault after locking pconf as read-only.

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

22 years ago MAJOR charset encoding fixes. The file names and HTTP-Equiv tags are now
William A. Rowe Jr [Fri, 28 Sep 2001 16:55:49 +0000 (16:55 +0000)]
  MAJOR charset encoding fixes.  The file names and HTTP-Equiv tags are now
  in sync with the httpd-std.conf - and the ucs2/4 encodings are gone since
  utf8 is a universally recognized shorthand that sits much better in our
  tree [notice; these were _duplicate_ character sets, only in different
  byte encodings!]  Same with removing the duplicate .jis and .is-kr files.
  [I simply choose the one 'with link' over the one without, and fixed the
  links back to preFAQ as I picked.]

  Russian users, how many of the remaining five encodings are truly needed?

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

22 years ago Reintegrate proxy into the core build
William A. Rowe Jr [Fri, 28 Sep 2001 16:02:50 +0000 (16:02 +0000)]
  Reintegrate proxy into the core build

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

22 years ago Debug conf pool constness. This is a noop most of the time on most
William A. Rowe Jr [Fri, 28 Sep 2001 15:24:34 +0000 (15:24 +0000)]
  Debug conf pool constness.  This is a noop most of the time on most
  platforms, but it's only called twice per restart, so this is mostly
  harmless.

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

22 years agoRemove SMS from the error bucket. SMS is going away now, it isn't really
Ryan Bloom [Fri, 28 Sep 2001 13:48:43 +0000 (13:48 +0000)]
Remove SMS from the error bucket.  SMS is going away now, it isn't really
used anyplace anymore.
Submitted by: "Sander Striker" <striker@apache.org>

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

22 years agoNo fear of commit-ment.
Graham Leggett [Fri, 28 Sep 2001 10:41:30 +0000 (10:41 +0000)]
No fear of commit-ment.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoFix the "merge" behaviour of the ProxyErrorOverride directive.
Graham Leggett [Fri, 28 Sep 2001 10:33:39 +0000 (10:33 +0000)]
Fix the "merge" behaviour of the ProxyErrorOverride directive.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoSome style cleanups related to the ProxyErrorOverride function.
Graham Leggett [Fri, 28 Sep 2001 10:23:32 +0000 (10:23 +0000)]
Some style cleanups related to the ProxyErrorOverride function.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years ago Overhaul the compatibility with 1.3's subrequest and redirect processing.
William A. Rowe Jr [Fri, 28 Sep 2001 04:46:37 +0000 (04:46 +0000)]
  Overhaul the compatibility with 1.3's subrequest and redirect processing.

  Eliminate URI-centric phases in ap_process_request_internal() for pure
  file subrequests (that don't correspond to URI space.)  translate_name
  hook and location_walks are skipped for these requests.

  Moves the reset of the per_dir_config out of directory_walk into the
  internal request processing code, so that resources with alternate
  map_to_storage requirements start with clean r->server->lookup_defaults.

  Optimizes out the authn/authz of effectively identical subreqests and
  redirects, as the sub_req_lookup calls once did.  Unlike 1.3, we copy
  r->user and r->ap_auth_type from main/prev for the request's reference.

  Stop copying the subrequest's r->chunked flag (Rbb assured me it looked
  bogus, chunking is on the parent request) and clean out other #if 0'ed
  cruft we don't need to refer back to anymore.

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

22 years ago Remove the translate_name hack that caused Greg Ames some grief with
William A. Rowe Jr [Fri, 28 Sep 2001 04:35:59 +0000 (04:35 +0000)]
  Remove the translate_name hack that caused Greg Ames some grief with
  mod_rewrite.

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

22 years agoAllow support programs to be compiled against a static version
Ryan Bloom [Fri, 28 Sep 2001 04:19:39 +0000 (04:19 +0000)]
Allow support programs to be compiled against a static version
of libapr.  This allows the smaller support programs to be
relocated.

Submitted by: Aaron Bannert <aaron@clove.org>

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

22 years agoChange ProxyHTTPOverrideReturnedErrors command to ProxyErrorOverride
Victor J. Orlikowski [Thu, 27 Sep 2001 16:44:43 +0000 (16:44 +0000)]
Change ProxyHTTPOverrideReturnedErrors command to ProxyErrorOverride
Docs update to follow.
Submitted by: Ian Holsman <ianh@cnet.com>

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

22 years agoUpdate status of XHTML conversion.
Rich Bowen [Thu, 27 Sep 2001 11:20:29 +0000 (11:20 +0000)]
Update status of XHTML conversion.

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

22 years agoImmortal data should go in an immortal bucket, not a pool bucket. It would
Cliff Woolley [Thu, 27 Sep 2001 04:01:10 +0000 (04:01 +0000)]
Immortal data should go in an immortal bucket, not a pool bucket.  It would
still work in a pool bucket, but only by coincidence.  At the very least, a
pool bucket is way more overhead than this poor unsuspecting little CRLF
needs to get by.

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

22 years agochange command name so that it starts with 'Proxy'
Ian Holsman [Wed, 26 Sep 2001 19:58:10 +0000 (19:58 +0000)]
change command name so that it starts with 'Proxy'
fix the command so that it returns 'OK' instead of 'HTTP_OK'

PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoUpdate the mime.types file to the registered media types as
Mark J. Cox [Wed, 26 Sep 2001 08:25:14 +0000 (08:25 +0000)]
Update the mime.types file to the registered media types as
of 2001-09-25, and add mapping for xsl extension
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agohttpd.exp is a generated file, and therefore, it is generated into the
Ryan Bloom [Tue, 25 Sep 2001 15:58:52 +0000 (15:58 +0000)]
httpd.exp is a generated file, and therefore, it is generated into the
build directory, not the source directory.  When we go to use it, we
have to look in the build dir for it.

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

22 years agofix a gcc warning -- "/* within a comment"
Jeff Trawick [Tue, 25 Sep 2001 09:46:37 +0000 (09:46 +0000)]
fix a gcc warning -- "/* within a comment"

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

22 years agoClean the worker MPM a bit. This removes the idea of compiling worker
Ryan Bloom [Mon, 24 Sep 2001 23:03:42 +0000 (23:03 +0000)]
Clean the worker MPM a bit.  This removes the idea of compiling worker
with no threads.  That doesn't make any sense anyway.  Also, raise
HARD_SERVER_LIMIT to 16, from 8.

Submitted by: "Ian Holsman" <ianh@cnet.com>

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

22 years ago Another recent Win32 PSDK addition that we can cover for VC5 users.
William A. Rowe Jr [Mon, 24 Sep 2001 22:50:50 +0000 (22:50 +0000)]
  Another recent Win32 PSDK addition that we can cover for VC5 users.

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

22 years ago Solve a symbol from later PlatformSDK's that a VC5 user may or may not
William A. Rowe Jr [Mon, 24 Sep 2001 22:02:14 +0000 (22:02 +0000)]
  Solve a symbol from later PlatformSDK's that a VC5 user may or may not
  have installed.

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

22 years ago PATHEXT is a critial Win32 cmd.exe variable that declares _which_ extensions
William A. Rowe Jr [Mon, 24 Sep 2001 21:09:06 +0000 (21:09 +0000)]
  PATHEXT is a critial Win32 cmd.exe variable that declares _which_ extensions
  are given command-name status (such as .exe;.bat;.com;.cmd etc.)

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

22 years ago Joy, joy. Relax the rules, just a wee bit, and prepare to move the fatal
William A. Rowe Jr [Mon, 24 Sep 2001 21:07:06 +0000 (21:07 +0000)]
  Joy, joy.  Relax the rules, just a wee bit, and prepare to move the fatal
  ending to this filename-less request a bit later in the request cycle, to
  give older, ported modules more time to cope without implementing
  the map_to_storage hook.

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

22 years agoModify the standard config file to match to new semantics of MaxClients
Ryan Bloom [Mon, 24 Sep 2001 06:44:39 +0000 (06:44 +0000)]
Modify the standard config file to match to new semantics of MaxClients
for the Worker MPM
Submitted by:  Aaron Bannert <aaron@clove.org>

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

22 years agoFix MaxClients in the Worker MPM, so that it specifies the maximum
Ryan Bloom [Mon, 24 Sep 2001 06:42:12 +0000 (06:42 +0000)]
Fix MaxClients in the Worker MPM, so that it specifies the maximum
number of clients that can connect at the same time, instead of
specifying the maximum number of child processes.
Submitted by: Aaron Bannert <aaron@clove.org>

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

22 years agoPR:
brian [Mon, 24 Sep 2001 01:38:57 +0000 (01:38 +0000)]
PR:

Updated links.

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

22 years agoWe need to use the APR-generated libtool for building modules.
Justin Erenkrantz [Sun, 23 Sep 2001 18:01:15 +0000 (18:01 +0000)]
We need to use the APR-generated libtool for building modules.

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

22 years agorevert buckets sms phase 1 patch. the group wants to get rid of SMS, so
Cliff Woolley [Sat, 22 Sep 2001 22:37:04 +0000 (22:37 +0000)]
revert buckets sms phase 1 patch. the group wants to get rid of SMS, so
the buckets can't use it.  I'll implement a free-list scheme private
to the buckets next.  in the meanwhile we're back to using malloc/free
directly instead of via the std sms.

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

22 years agow3c tidy to convert to xhtml
Rich Bowen [Sat, 22 Sep 2001 19:39:26 +0000 (19:39 +0000)]
w3c tidy to convert to xhtml

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

22 years agow3c tidy to convert to xhtml. Please verify that foreign language files
Rich Bowen [Sat, 22 Sep 2001 19:18:26 +0000 (19:18 +0000)]
w3c tidy to convert to xhtml. Please verify that foreign language files
in here have not been screwed up.

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

22 years agoRan w3c tidy to convert to xhtml
Rich Bowen [Sat, 22 Sep 2001 19:14:10 +0000 (19:14 +0000)]
Ran w3c tidy to convert to xhtml

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

22 years agoRan tidy to convert to xhtml
Rich Bowen [Sat, 22 Sep 2001 19:12:40 +0000 (19:12 +0000)]
Ran tidy to convert to xhtml

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

22 years agoRan w3c tidy on these as 'tidy -mi -asxml' to get xhtml. Please verify,
Rich Bowen [Sat, 22 Sep 2001 18:53:20 +0000 (18:53 +0000)]
Ran w3c tidy on these as 'tidy -mi -asxml' to get xhtml. Please verify,
in particular, the non-english files, to make sure I did not screw
anything up. They look fine to me.

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

22 years ago By popular demand, the beginnings of an explanation of how the request
William A. Rowe Jr [Sat, 22 Sep 2001 16:48:01 +0000 (16:48 +0000)]
  By popular demand, the beginnings of an explanation of how the request
  phase runs in 2.0 (compared with 1.3.)

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

22 years ago Header abuse.
William A. Rowe Jr [Sat, 22 Sep 2001 16:39:22 +0000 (16:39 +0000)]
  Header abuse.

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

22 years ago Someone isn't coding enough html lately (me)
William A. Rowe Jr [Sat, 22 Sep 2001 16:37:29 +0000 (16:37 +0000)]
  Someone isn't coding enough html lately (me)

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

22 years ago Move API.html over to manual/developer, begin some cleanup.
William A. Rowe Jr [Sat, 22 Sep 2001 15:45:22 +0000 (15:45 +0000)]
  Move API.html over to manual/developer, begin some cleanup.

  Could a DoxyGen'er please update the guidlines in documenting.html?

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

22 years agokill -l requires the short version of the signal (without SIG prefix).
Justin Erenkrantz [Fri, 21 Sep 2001 14:57:43 +0000 (14:57 +0000)]
kill -l requires the short version of the signal (without SIG prefix).
(apachectl graceful was broken.)

The best way to do this is to change configure to internally represent
the signal without the SIG prefix and prepend SIG before substitution
(and export a version without the SIG prefix for apachectl).

This highlights why we want to move apachectl's core functionality into
httpd.

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

22 years agoSwitch proc_pthread to pthread for the AcceptMutex directive.
Justin Erenkrantz [Fri, 21 Sep 2001 14:29:33 +0000 (14:29 +0000)]
Switch proc_pthread to pthread for the AcceptMutex directive.

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

22 years ago AFAICT, we have never created server configs of _all_ modules for _all_
William A. Rowe Jr [Fri, 21 Sep 2001 06:23:29 +0000 (06:23 +0000)]
  AFAICT, we have never created server configs of _all_ modules for _all_
  contexts, only when they come up (e.g., a directive of that particular
  module is provided) with the except that vhost containers complete the
  initialization of all modules.  I haven't stepped this, but it appears
  to be correct.

  This patch assures we can merge two incomplete directory sections
  together.  They will (obviously) need to be merged with a LHS default,
  e.g. a vhost's or main server's default dir config.  That's fine, this
  just allows either the LHS or RHS value to be null, and for merging to
  still succeed.

Reported by:  Sander Striker <striker@apache.org>
Additional Analysis:  Doug MacEachern

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

22 years ago Additional enlightenment for users trying to understand win32 .bat scripts.
William A. Rowe Jr [Thu, 20 Sep 2001 20:50:15 +0000 (20:50 +0000)]
  Additional enlightenment for users trying to understand win32 .bat scripts.

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

22 years agoCurrently, when the map-to-storage handler for TRACE returns DONE, the
Jeff Trawick [Thu, 20 Sep 2001 17:54:51 +0000 (17:54 +0000)]
Currently, when the map-to-storage handler for TRACE returns DONE, the
caller -- ap_process_request_internal() -- catches that and returns
OK to its caller -- ap_process_request().  But ap_process_request(),
seeing OK, tries to run a handler.  It needs to skip that if the
request was completed in ap_process_request_internal().

Reviewed by: William A. Rowe, Jr.

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

22 years agoClean up a compile warning on AIX.
Victor J. Orlikowski [Thu, 20 Sep 2001 14:23:06 +0000 (14:23 +0000)]
Clean up a compile warning on AIX.

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

22 years agoAdd an extra parameter to all apr_proc_wait() calls for the new "exitcode"
Greg Stein [Thu, 20 Sep 2001 09:03:24 +0000 (09:03 +0000)]
Add an extra parameter to all apr_proc_wait() calls for the new "exitcode"
parameter. Pass NULL because we aren't interested in the value.

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

22 years agoAdded New Option 'HTTPProxyOverrideReturnedErrors' which lets the server override
Ian Holsman [Thu, 20 Sep 2001 05:34:50 +0000 (05:34 +0000)]
Added New Option 'HTTPProxyOverrideReturnedErrors' which lets the server override
the error pages returned from the proxied server and replace them with the standard
server error handling on the main server.

Reviewed by: Graham, Chuck

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

22 years agoUpdate doc for the SIGUSR1 change - we no longer use SIGWINCH except on
Justin Erenkrantz [Thu, 20 Sep 2001 03:05:32 +0000 (03:05 +0000)]
Update doc for the SIGUSR1 change - we no longer use SIGWINCH except on
Linux 2.0/glibc 2.0 which doesn't allow SIGUSR1 to be used by programs.

Feel free to change the wording.  I don't care.

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

22 years ago Accomodate the new server/util_time.c module on win32
William A. Rowe Jr [Wed, 19 Sep 2001 20:22:13 +0000 (20:22 +0000)]
  Accomodate the new server/util_time.c module on win32

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

22 years agoif we're gonna trash the connection due to a queue overflow, at the
Jeff Trawick [Wed, 19 Sep 2001 18:47:31 +0000 (18:47 +0000)]
if we're gonna trash the connection due to a queue overflow, at the
very least we should close the socket and write a log message (mostly
to aid debugging, as this is a showstopper problem)

this is no fix; there is a design issue to consider; hopefully this
will

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

22 years agoThere is still some stuff I'd like to do here, but I'll commit what
Joshua Slive [Wed, 19 Sep 2001 15:27:17 +0000 (15:27 +0000)]
There is still some stuff I'd like to do here, but I'll commit what
I have for the moment.  I've done three things:
1. Emphasize that auth does not need to be in .htaccess.
2. Add detailed discussion of each of the auth directives (does this
belong here?)
3. Remove the AuthGroupFile /dev/null which shouldn't be necessary.

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

22 years agoCouple small updates to dso.html
Joshua Slive [Wed, 19 Sep 2001 15:18:16 +0000 (15:18 +0000)]
Couple small updates to dso.html

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

22 years agoFinish some cleanup that Ryan started on dso.html:
Joshua Slive [Wed, 19 Sep 2001 14:49:34 +0000 (14:49 +0000)]
Finish some cleanup that Ryan started on dso.html:
- Add a sumary, index, ext
- put the most important stuff at the top
- remove some obsolete stuff

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

22 years agoThe call to apr_explode_localtime() in mod_log_config is one of the more
Justin Erenkrantz [Wed, 19 Sep 2001 06:53:26 +0000 (06:53 +0000)]
The call to apr_explode_localtime() in mod_log_config is one of the more
expensive operations in the httpd.  This patch attempts to reduce the
overhead by caching the result for 15 seconds.

Submitted by: Brian Pane <bpane@pacbell.net>
Reviewed by: Cliff Woolley, Ryan Bloom, Dean Gaudet, Justin Erenkrantz

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

22 years agoI was kinda hoping those (void)some_function() and (request_rec *)NULL
Cliff Woolley [Wed, 19 Sep 2001 06:34:11 +0000 (06:34 +0000)]
I was kinda hoping those (void)some_function() and (request_rec *)NULL
casts would go away before this committed, but alas I didn't say anything.
:-)  This gets rid of them and a few others just like them that I also
found in worker.c.

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

22 years agoOftentimes, I make no sense whatsoever.
Justin Erenkrantz [Wed, 19 Sep 2001 06:25:07 +0000 (06:25 +0000)]
Oftentimes, I make no sense whatsoever.
(Clean up comment, really...)

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

22 years agoFix case where an included file may change but the shtml file has not -
Justin Erenkrantz [Wed, 19 Sep 2001 06:20:32 +0000 (06:20 +0000)]
Fix case where an included file may change but the shtml file has not -
since we returned Last-Modified/ETag headers, we said that it was possibly
cacheable.  Wrong.

See RFC 2616 13.3.4 for more details (these are SHOULD/MAY clauses, so I
think we can discard them when we are dealing with dynamic data).

(Justin cleaned up the comment to cite RFC 2616.)

Submitted by: Ian Holsman <ianh@cnet.com>
Reviewed by: Justin Erenkrantz, Aaron Bannert, Brian Pane

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

22 years agoThis patch fixes a nasty bug in the worker MPM where the
Justin Erenkrantz [Wed, 19 Sep 2001 05:58:09 +0000 (05:58 +0000)]
This patch fixes a nasty bug in the worker MPM where the
state of the worker threads was not being reported back to the
scoreboard, and eventually all the threads running in the children
would be reported as being in the "C -- closing connection" state.
This would wreak havoc on the idle_server_maintenance() routine. Since
these threads would never be counted as idle, the server would
spawn children as fast as possible.

Submitted by: Aaron Bannert <aaron@clove.org>
Reviewed by: Justin Erenkrantz

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

22 years agoThis patch eliminates the wasteful run-time conversion of method names from
Justin Erenkrantz [Wed, 19 Sep 2001 05:52:42 +0000 (05:52 +0000)]
This patch eliminates the wasteful run-time conversion of method names from
strings to numbers in places where the methods are known at compile
time.

(Justin fixed the va_end() call to be correct.)

Submitted by: Brian Pane <bpane@pacbell.net>
Reviewed by: Justin Erenkrantz

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

22 years agoTurn the worker MPM's queue into a LIFO. This may
Ryan Bloom [Tue, 18 Sep 2001 23:09:12 +0000 (23:09 +0000)]
Turn the worker MPM's queue into a LIFO.  This may
improve cache-hit performance under some conditions.

Submitted by:   Aaron Bannert <aaron@clove.org>

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

22 years agoSwitch back to SIGUSR1 for graceful restarts on all platforms that
Justin Erenkrantz [Tue, 18 Sep 2001 22:13:59 +0000 (22:13 +0000)]
Switch back to SIGUSR1 for graceful restarts on all platforms that
support it.  This defines a symbol called AP_SIG_GRACEFUL in
ap_config_auto.h which will have the appropriate signal value.  All
direct references to SIGWINCH have been replaced with AP_SIG_GRACEFUL.

On Linux 2.0, use SIGWINCH instead since SIGUSR1 is used by glibc
2.0's user-space threading library to control threads.  All later
versions of Linux/glibc don't have this problem.  (Not to mention the
security holes in older Linux versions which make it unsuitable for
use as a web server.)  If your platform doesn't have SIGUSR1, use the
appropriate mojo in configure to define what your graceful restart
signal should be.

In theory, a configure switch could be added to allow the admin to
specify the appropriate signal that should be used.  This is left
as an exercise to the reader for now.

The docs need to be updated.  Since the signal is now configurable,
just saying SIGUSR1 for graceful restart isn't completely true.  Also,
the apachectl functionality needs to be moved into httpd - this is
what Win32 does and it makes us consistent across platforms.

Roy issued a veto against use of SIGWINCH by default, so this should
resolve that veto.

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

22 years agoCleanup the worker MPM. We no longer re-use transaction
Ryan Bloom [Tue, 18 Sep 2001 21:14:18 +0000 (21:14 +0000)]
Cleanup the worker MPM.  We no longer re-use transaction
pools.  This incurs less overhead than shuffling the pools
around so that they can be re-used.  Remove one of the
queue's condition variables.  We just redefined the API to
state that you can't try to add more stuff than you allocated
segments for.

Submitted by:   Aaron Bannert <aaron@clove.org>

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

22 years agoAllow VPATH builds for SSL.
Ryan Bloom [Tue, 18 Sep 2001 20:31:37 +0000 (20:31 +0000)]
Allow VPATH builds for SSL.
Submitted by:  Cody Sherr <csherr@covalent.net>

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

22 years agoIf we are going to have an optional function, we have to install that
Ryan Bloom [Tue, 18 Sep 2001 15:02:19 +0000 (15:02 +0000)]
If we are going to have an optional function, we have to install that
header file, so that people can use it.

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

22 years agoI always forget this file...
Greg Stein [Tue, 18 Sep 2001 09:06:33 +0000 (09:06 +0000)]
I always forget this file...

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