]> granicus.if.org Git - apache/log
apache
23 years ago One, it's very hard to type perl without $'s (stolen by the .mak parser)
William A. Rowe Jr [Tue, 12 Dec 2000 20:34:23 +0000 (20:34 +0000)]
  One, it's very hard to type perl without $'s (stolen by the .mak parser)
  Two, it's official ... we don't have anything useful on Win32 to help us
  with rewriting (no sed, no nothing, by default) so we will require perl.
  Sorry to anyone that causes trouble for, but it's fairly unavoidable
  unless we want sed instead.

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

23 years agoChange a couple of socket call failures from 404 errors to
Jeff Trawick [Tue, 12 Dec 2000 20:34:20 +0000 (20:34 +0000)]
Change a couple of socket call failures from 404 errors to
500 errors.

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

23 years ago This appears to be the correct patch, but I'm not certain... FirstBill,
William A. Rowe Jr [Tue, 12 Dec 2000 18:25:43 +0000 (18:25 +0000)]
  This appears to be the correct patch, but I'm not certain... FirstBill,
  please verify it's the right fix.

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

23 years ago Changes for correct apr-util.dll lib name, and don't try building into
William A. Rowe Jr [Tue, 12 Dec 2000 17:41:44 +0000 (17:41 +0000)]
  Changes for correct apr-util.dll lib name, and don't try building into
  the current tree from the workspace.  Also correct commentary.

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

23 years agoFix Windows build
Allan K. Edwards [Tue, 12 Dec 2000 15:54:28 +0000 (15:54 +0000)]
Fix Windows build

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

23 years agoAdd "(const void *)" back to the hack variable assignments to avoid
Jeff Trawick [Tue, 12 Dec 2000 15:00:33 +0000 (15:00 +0000)]
Add "(const void *)" back to the hack variable assignments to avoid
warnings like this on Tru64 (and perhaps other platforms):

cc: Warning: exports.c, line 349: In the initializer for
ap_hack_apr_dbm_nextkey, the referenced type of the pointer value
"apr_dbm_nextkey" is "function (pointer to struct apr_dbm_t, pointer
to struct declared without a tag) returning int", which is not
compatible with "const void". (ptrmismatch)
const void *ap_hack_apr_dbm_nextkey = apr_dbm_nextkey;
--------------------------------------^

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

23 years agoGet "make install" to install DSOs again.
Jeff Trawick [Tue, 12 Dec 2000 12:51:19 +0000 (12:51 +0000)]
Get "make install" to install DSOs again.

static has just the list of static modules for this directory, so
in all but one of our module directories mod_so won't be in this
list, preventing us from thinking this is a DSO build.

BUILTIN_LIBS is always a valid check since it is the entire list
of modules.

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

23 years agoFix a comparison with ENOENT which was accidently broken during
Jeff Trawick [Tue, 12 Dec 2000 12:01:38 +0000 (12:01 +0000)]
Fix a comparison with ENOENT which was accidently broken during
the canonical error cleanup.

We wish to avoid reporting the boring error where we try to unlink
a socket which doesn't already exist.  We only want to report
interesting stuff.

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

23 years agopick up exported build variables from APRUTIL
Greg Stein [Tue, 12 Dec 2000 10:24:14 +0000 (10:24 +0000)]
pick up exported build variables from APRUTIL

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

23 years agosdbm.h is now apr_sdbm.h
Greg Stein [Tue, 12 Dec 2000 08:56:26 +0000 (08:56 +0000)]
sdbm.h is now apr_sdbm.h

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

23 years ago To enable debugging, uncomment the line commented out below.
William A. Rowe Jr [Tue, 12 Dec 2000 06:04:41 +0000 (06:04 +0000)]
  To enable debugging, uncomment the line commented out below.

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

23 years ago Here's what should work flawlessly... WinNT/2K as a service or a
William A. Rowe Jr [Tue, 12 Dec 2000 06:01:58 +0000 (06:01 +0000)]
  Here's what should work flawlessly... WinNT/2K as a service or a
  console app, Win9x as a console app or hidden service, the ctrl+c,
  ctrl+break and close button on all platforms.  Now the rough part,
  Win9x, while the processes set themselves up as services, are dieing
  on logoff.  My guess, the hooks are deregistered regardless on logoff,
  unloading the 'partner' .dll that is sitting in WinOldAp's process.
  Anyway, before rebooting 1,000 more times, and possibly loosing some
  fruits of my effort, here is the working code.

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

23 years agoGet perchild serving pages again. This doesn't work completely, namely it
Ryan Bloom [Mon, 11 Dec 2000 23:42:01 +0000 (23:42 +0000)]
Get perchild serving pages again.  This doesn't work completely, namely it
can't really pass the data correctly yet, but at least it serves pages
correctly when the correct child accepts the page.

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

23 years agoMajor update of mod_log_config docs.
Joshua Slive [Mon, 11 Dec 2000 21:00:59 +0000 (21:00 +0000)]
Major update of mod_log_config docs.

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

23 years agoconfig.m4: support mod_ext_filter (I'd been using --with-module
Jeff Trawick [Mon, 11 Dec 2000 19:02:15 +0000 (19:02 +0000)]
config.m4: support mod_ext_filter (I'd been using --with-module
           until the recent build changes)
mod_ext_filter.c: get rid of a warning

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

23 years ago So close we can taste it, this patch adds necessary delay timers for
William A. Rowe Jr [Mon, 11 Dec 2000 16:48:29 +0000 (16:48 +0000)]
  So close we can taste it, this patch adds necessary delay timers for
  the win32 console window detection, gobs of documentation and some
  streamlined and more debuggable structure, pardon the reorg of the
  source for Win9xConHook.

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

23 years ago Clear out the old cruft, moving function declarations to win9xconhook's
William A. Rowe Jr [Mon, 11 Dec 2000 02:21:06 +0000 (02:21 +0000)]
  Clear out the old cruft, moving function declarations to win9xconhook's
  own header.  Update the build to reflect the changes

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

23 years ago This prepares to eliminate all 9x Apache issues. We isolate most of
William A. Rowe Jr [Mon, 11 Dec 2000 01:32:52 +0000 (01:32 +0000)]
  This prepares to eliminate all 9x Apache issues.  We isolate most of
  the 9x issues into this module.

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

23 years agoRemove mod_log_agent and mod_log_referer from the documentation.
Joshua Slive [Mon, 11 Dec 2000 00:45:41 +0000 (00:45 +0000)]
Remove mod_log_agent and mod_log_referer from the documentation.

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

23 years agoSmall fix in intro para.
Chris Pepper [Sun, 10 Dec 2000 22:19:52 +0000 (22:19 +0000)]
Small fix in intro para.

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

23 years agoGetting cloudier.
Joshua Slive [Sat, 9 Dec 2000 21:29:56 +0000 (21:29 +0000)]
Getting cloudier.

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

23 years agoAdding howto docs from 1.3 tree
Rich Bowen [Sat, 9 Dec 2000 19:57:35 +0000 (19:57 +0000)]
Adding howto docs from 1.3 tree

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

23 years agoNormalize syntax.
Joshua Slive [Sat, 9 Dec 2000 19:50:04 +0000 (19:50 +0000)]
Normalize syntax.

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

23 years agoIt was sunny in Vancouver this morning, but it's getting cloudy.
Joshua Slive [Sat, 9 Dec 2000 18:59:24 +0000 (18:59 +0000)]
It was sunny in Vancouver this morning, but it's getting cloudy.

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

23 years ago Clean up expatlib for the new /GX-, +/Fd and Debug/Release .dll targets.
William A. Rowe Jr [Sat, 9 Dec 2000 16:19:47 +0000 (16:19 +0000)]
  Clean up expatlib for the new /GX-, +/Fd and Debug/Release .dll targets.

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

23 years ago pcre lives in harmony in Lib[D|R] without /GX, after an /Fd flag
William A. Rowe Jr [Sat, 9 Dec 2000 16:15:19 +0000 (16:15 +0000)]
  pcre lives in harmony in Lib[D|R] without /GX, after an /Fd flag

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

23 years agoremove building of the dbu test proggie
Greg Stein [Fri, 8 Dec 2000 23:19:27 +0000 (23:19 +0000)]
remove building of the dbu test proggie

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

23 years ago Now that sdbm and installer are gone, clean up the win32 build.
William A. Rowe Jr [Fri, 8 Dec 2000 19:03:48 +0000 (19:03 +0000)]
  Now that sdbm and installer are gone, clean up the win32 build.

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

23 years ago The feature macro may appear a bit odd. I'm open to any better suggest.
William A. Rowe Jr [Fri, 8 Dec 2000 18:27:53 +0000 (18:27 +0000)]
  The feature macro may appear a bit odd.  I'm open to any better suggest.
  Define AP_AUTH_DBM_USE_APR for apr dbm access, and apply the symbol to
  the win32 build.

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

23 years ago Moved to apr-util/test
William A. Rowe Jr [Fri, 8 Dec 2000 18:06:12 +0000 (18:06 +0000)]
  Moved to apr-util/test

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

23 years ago Back out the .dsp changes (my bad - jumped to fast.)
William A. Rowe Jr [Fri, 8 Dec 2000 17:39:25 +0000 (17:39 +0000)]
  Back out the .dsp changes (my bad - jumped to fast.)

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

23 years ago Adjustments to dav for apr_dbm_open args change
William A. Rowe Jr [Fri, 8 Dec 2000 17:38:05 +0000 (17:38 +0000)]
  Adjustments to dav for apr_dbm_open args change

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

23 years ago Fix a nit, unreferenced symbol
William A. Rowe Jr [Fri, 8 Dec 2000 17:32:29 +0000 (17:32 +0000)]
  Fix a nit, unreferenced symbol

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

23 years agoconfigure's --with-* type switches are the standard way to specify foreign
Greg Stein [Fri, 8 Dec 2000 12:40:20 +0000 (12:40 +0000)]
configure's --with-* type switches are the standard way to specify foreign
directories to a package. APRUTIL works this way, and does not need APR's
location at buildconf.sh time.

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

23 years agoprovide complete instructions on fetching APR and APRUTIL
Greg Stein [Fri, 8 Dec 2000 09:53:57 +0000 (09:53 +0000)]
provide complete instructions on fetching APR and APRUTIL

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

23 years agonot into looking into this right now, but it should be done. just watch the
Greg Stein [Fri, 8 Dec 2000 09:33:31 +0000 (09:33 +0000)]
not into looking into this right now, but it should be done. just watch the
make output and the bazillion -export-dynamic options getting added to know
that something should be fixed :-)
[ and more precisely, it is needed for AP modules, but not Apache itself nor
  libraries such as libmain.la; therefore, the move to special.mk ]

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

23 years agoGet Apache filters and Apr-util buckets using the same values for
Ryan Bloom [Fri, 8 Dec 2000 01:26:31 +0000 (01:26 +0000)]
Get Apache filters and Apr-util buckets using the same values for
blocking and non-blocking reads.  This allows us to use the mode parameter
passed to a filter to read from the bucket correctly.

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

23 years ago This file's targets made no sense in the new schema. I'm not certain
William A. Rowe Jr [Thu, 7 Dec 2000 22:40:33 +0000 (22:40 +0000)]
  This file's targets made no sense in the new schema.  I'm not certain
  they make sense yet anyways, but this is improvement.

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

23 years ago Eliminate the /GX flag from release builds of the support tree. This
William A. Rowe Jr [Thu, 7 Dec 2000 22:18:12 +0000 (22:18 +0000)]
  Eliminate the /GX flag from release builds of the support tree.  This
  disables exception handling overhead that has no handler in Apache.
  Add the /Fd"Debug|Release/projname" options to eliminate conflicting
  vc50.pdb and vc50.idb files.

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

23 years ago With this patch, dav and file_cache ride again :-) Note file_cache now
William A. Rowe Jr [Thu, 7 Dec 2000 21:37:42 +0000 (21:37 +0000)]
  With this patch, dav and file_cache ride again :-)  Note file_cache now
  uses mmaps, which may or may not be desired on win32.

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

23 years agoab: use apr_parse_addr_port() in parse_url().
Jeff Trawick [Thu, 7 Dec 2000 18:12:48 +0000 (18:12 +0000)]
ab: use apr_parse_addr_port() in parse_url().
httpd.exp: Add the new APR symbol apr_parse_addr_port.

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

23 years agoAdd some files that should be installed when we install Apache.
Ryan Bloom [Thu, 7 Dec 2000 16:14:19 +0000 (16:14 +0000)]
Add some files that should be installed when we install Apache.

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

23 years ago*) top-level: build our base libraries (srclib) first since these (by
Greg Stein [Thu, 7 Dec 2000 11:52:17 +0000 (11:52 +0000)]
*) top-level: build our base libraries (srclib) first since these (by
   definition) have no dependencies on anything else. this will also ensure
   that we have *.exports available for building server/

*) add the "test" SUBDIR back in so that it gets called for "make clean" and
   other types of make targets.

*) revise test/Makefile.in so that it does not build any test programs by
   default. add "make test" to build any/all test programs.

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

23 years ago*) fix up buildexports.sh:
Greg Stein [Thu, 7 Dec 2000 11:37:08 +0000 (11:37 +0000)]
*) fix up buildexports.sh:
   - enable it to be run from any dir by passing a parameter for the
     location of srclib, and using its own location for determining where
     the AWK script is located
   - accept exports files on STDIN, and produce output on STDOUT
   - use "pwd" and cd back to it, rather than assuming ../../.. (which might
     not apply if we feed it other export files)
   - add USAGE reporting

*) generate exports.c during normal build of "server" rather than during the
   buildconf stage. update invocation to match above changes

*) revamp the ap_ugly_hack referencing in main.c: put it at the bottom of
   the file with the other, similar references, and style it similarly.

*) remove the ap_ugly_hack declaration from http_main.h; it is internal to
   the "server" code

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

23 years ago*) simplify the AWK script a bit
Greg Stein [Thu, 7 Dec 2000 10:54:15 +0000 (10:54 +0000)]
*) simplify the AWK script a bit
*) do not put the (const void *) cast into the code (it isn't needed)

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

23 years ago*) remove STANDARD_LIBS line; it is unused/unneeded
Greg Stein [Thu, 7 Dec 2000 10:40:01 +0000 (10:40 +0000)]
*) remove STANDARD_LIBS line; it is unused/unneeded
*) simplify by removing the extra AC_DEFUN() in each file

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

23 years ago*) add check for mod_so
Greg Stein [Thu, 7 Dec 2000 10:31:16 +0000 (10:31 +0000)]
*) add check for mod_so
*) juse use APACHE_MODULE (the custom defun only saved a single arg)
*) toss AC_SUBST(STANDARD_LIBS) line; it isn't used/needed

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

23 years agoMy cable apparently cut out in the middle of DBZ. grrr.
Manoj Kasichainula [Thu, 7 Dec 2000 08:56:17 +0000 (08:56 +0000)]
My cable apparently cut out in the middle of DBZ. grrr.

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

23 years agoPort httpd to the newest MMAP api.
Ryan Bloom [Thu, 7 Dec 2000 05:01:01 +0000 (05:01 +0000)]
Port httpd to the newest MMAP api.

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

23 years agoChange some spaces to tabs.
Ryan Bloom [Thu, 7 Dec 2000 04:15:27 +0000 (04:15 +0000)]
Change some spaces to tabs.

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

23 years agoMake mod_include use a hash table to associate directive tags with
Ryan Bloom [Thu, 7 Dec 2000 03:32:54 +0000 (03:32 +0000)]
Make mod_include use a hash table to associate directive tags with
functions.  This allows modules to implement their own SSI tags easily.
The idea is simple enough, a module can insert it's own tag and function
combination into a hash table provided by mod_include.  While mod_include
parses an SSI file, when it encounters a tag in the file, it does a
hash lookup to find the function that implements that tag, and passes
all of the relevant data to the function.  That function is then
responsible for processing the tag and handing the remaining data back
to mod_include for further processing.
Submitted by: Paul J. Reder <rederpj@raleigh.ibm.com>
Reviewed by: Ryan Bloom

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

23 years agoInstall the manual correctly.
Ryan Bloom [Thu, 7 Dec 2000 03:22:41 +0000 (03:22 +0000)]
Install the manual correctly.

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

23 years agoRemove an incorrect comment.
Ryan Bloom [Thu, 7 Dec 2000 00:17:52 +0000 (00:17 +0000)]
Remove an incorrect comment.

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

23 years agoGet the Perchild MPM serving pages again.
Ryan Bloom [Wed, 6 Dec 2000 21:11:58 +0000 (21:11 +0000)]
Get the Perchild MPM serving pages again.

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

23 years agoAdd cgi and cgid back into the configuration system.
Ryan Bloom [Wed, 6 Dec 2000 18:41:05 +0000 (18:41 +0000)]
Add cgi and cgid back into the configuration system.
Submitted by: Paul J. Reder <rederpj@raleigh.ibm.com>

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

23 years ago"I like a girl that sleeps above the covers. Four feet above the covers."
Greg Stein [Wed, 6 Dec 2000 08:17:12 +0000 (08:17 +0000)]
"I like a girl that sleeps above the covers. Four feet above the covers."

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

23 years agodon't build test by default. users/developers can go to the dir manually and
Greg Stein [Wed, 6 Dec 2000 08:16:19 +0000 (08:16 +0000)]
don't build test by default. users/developers can go to the dir manually and
build if necessary.

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

23 years agoget the test directory working again:
Greg Stein [Wed, 6 Dec 2000 08:13:14 +0000 (08:13 +0000)]
get the test directory working again:
- use apr_dbm.h and the updated naming
- don't try to link against libap(util?) or libsdbm. just use libaprutil.

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

23 years agoswitch to apr_dbm.h and the updated naming
Greg Stein [Wed, 6 Dec 2000 08:10:36 +0000 (08:10 +0000)]
switch to apr_dbm.h and the updated naming

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

23 years agoapache_need_sdbm is no longer applicable. clean it out.
Greg Stein [Wed, 6 Dec 2000 08:07:44 +0000 (08:07 +0000)]
apache_need_sdbm is no longer applicable. clean it out.

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

23 years agoremove APACHE_CHECK_DBM and the usage of srclib/sdbm/. this stuff is part of
Greg Stein [Wed, 6 Dec 2000 08:06:32 +0000 (08:06 +0000)]
remove APACHE_CHECK_DBM and the usage of srclib/sdbm/. this stuff is part of
APRUTIL now.

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

23 years ago Goodbye exported apr_canonical_error
William A. Rowe Jr [Wed, 6 Dec 2000 06:01:01 +0000 (06:01 +0000)]
  Goodbye exported apr_canonical_error

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

23 years ago This solves two issues, one is a backref from apr-util into the
William A. Rowe Jr [Wed, 6 Dec 2000 05:59:50 +0000 (05:59 +0000)]
  This solves two issues, one is a backref from apr-util into the
  apache namespace, and the second is the proper linkage declarations
  and their explanations.  Documented the distinction between
  AP_IMPLEMENT_HOOK_ and AP_IMPLEMENT_EXPORT_HOOK_

  This doesn't resolve any export issues within apr-util, however.

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

23 years agoAnd this gets Apache for Windows compiling from the command line and
Bill Stoddard [Wed, 6 Dec 2000 04:42:33 +0000 (04:42 +0000)]
And this gets Apache for Windows compiling from the command line and
serving files again. The APR_DECLARE_DATA declaration allows the
ap_*_type structures to be exported which is reqired for the correct
operation of the AP_BUCKET_IS_* macros.

An alternate way to fix this problem is to explicitly break the bucket
type out of the "type" structure in ap_bucketi and represent each bucket
type with an enum.

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

23 years agoGet Apache installing again.
Ryan Bloom [Wed, 6 Dec 2000 00:46:17 +0000 (00:46 +0000)]
Get Apache installing again.

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

23 years agoGet the perchild MPM building cleanly again. This hasn't been tested,
Ryan Bloom [Tue, 5 Dec 2000 22:44:50 +0000 (22:44 +0000)]
Get the perchild MPM building cleanly again.  This hasn't been tested,
because I can't install Apache right now.  As soon as I get the make
install target working, I'll test this MPM.

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

23 years ago Fix some leftover dirtyness from the conversion. All is building
William A. Rowe Jr [Tue, 5 Dec 2000 21:02:20 +0000 (21:02 +0000)]
  Fix some leftover dirtyness from the conversion.  All is building
  over in Win32 land.

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

23 years ago Fixed the make, crippled dav till it's building.
William A. Rowe Jr [Tue, 5 Dec 2000 20:59:32 +0000 (20:59 +0000)]
  Fixed the make, crippled dav till it's building.

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

23 years ago The -big- fix, all the proper linkages for BaseAddr.ref plus a bit.
William A. Rowe Jr [Tue, 5 Dec 2000 20:36:03 +0000 (20:36 +0000)]
  The -big- fix, all the proper linkages for BaseAddr.ref plus a bit.

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

23 years ago We build through Apache.exe!!! Onwards...
William A. Rowe Jr [Tue, 5 Dec 2000 20:08:26 +0000 (20:08 +0000)]
  We build through Apache.exe!!!  Onwards...

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

23 years ago Got a little carried away earlier with path names :-)
William A. Rowe Jr [Tue, 5 Dec 2000 19:42:26 +0000 (19:42 +0000)]
  Got a little carried away earlier with path names :-)

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

23 years ago Slide symbols from one place to another.
William A. Rowe Jr [Tue, 5 Dec 2000 19:41:13 +0000 (19:41 +0000)]
  Slide symbols from one place to another.

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

23 years ago A little fix here, little fix there
William A. Rowe Jr [Tue, 5 Dec 2000 19:28:13 +0000 (19:28 +0000)]
  A little fix here, little fix there

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

23 years agoGenerate the apr-utils exports file using APR's buildexports scripts.
Ryan Bloom [Tue, 5 Dec 2000 18:29:06 +0000 (18:29 +0000)]
Generate the apr-utils exports file using APR's buildexports scripts.
This also modified Apache's buildconf to add those symbols to the
exports.c file.

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

23 years agoWindows project file update to accomodate the new directory structure.
Bill Stoddard [Tue, 5 Dec 2000 18:26:25 +0000 (18:26 +0000)]
Windows project file update to accomodate the new directory structure.

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

23 years ago Set up dependencies on the apr-util package.
William A. Rowe Jr [Tue, 5 Dec 2000 17:44:07 +0000 (17:44 +0000)]
  Set up dependencies on the apr-util package.

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

23 years ago A bit of inclusion for the apr-util package.
William A. Rowe Jr [Tue, 5 Dec 2000 17:38:40 +0000 (17:38 +0000)]
  A bit of inclusion for the apr-util package.

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

23 years ago This patch illustrates the new locations, and makes the majority of the
William A. Rowe Jr [Tue, 5 Dec 2000 16:37:50 +0000 (16:37 +0000)]
  This patch illustrates the new locations, and makes the majority of the
  adjustments.  Now to actually try to build the thing.

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

23 years agoFix two spelling and syntax problems in ap_get_local_host().
Jeff Trawick [Tue, 5 Dec 2000 16:18:54 +0000 (16:18 +0000)]
Fix two spelling and syntax problems in ap_get_local_host().

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

23 years ago Release the last occurance of apr_canonical_error. Next stop, apr.
William A. Rowe Jr [Tue, 5 Dec 2000 14:49:27 +0000 (14:49 +0000)]
  Release the last occurance of apr_canonical_error.  Next stop, apr.

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

23 years agoUse quotes instead of angle brackets when including apr_strings.h so that
Brian Havard [Tue, 5 Dec 2000 14:48:47 +0000 (14:48 +0000)]
Use quotes instead of angle brackets when including apr_strings.h so that
a dependency is generated for it & to be consistent with the rest of Apache.

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

23 years agoSpeed up the generation of exports.c by using an awk script to process
Brian Havard [Tue, 5 Dec 2000 14:36:31 +0000 (14:36 +0000)]
Speed up the generation of exports.c by using an awk script to process
apr.exports instead of shell script.

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

23 years agoInclude mpm.h so that we know which MPM is being built and therefore
Brian Havard [Tue, 5 Dec 2000 13:54:11 +0000 (13:54 +0000)]
Include mpm.h so that we know which MPM is being built and therefore
when to export ap_listen_open().

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

23 years agoClean up some warnings about APR string functions by including appropriate
Brian Havard [Tue, 5 Dec 2000 13:50:28 +0000 (13:50 +0000)]
Clean up some warnings about APR string functions by including appropriate
header.

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

23 years agoOS/2: os.c doesn't exist anymore, remove it from the build.
Brian Havard [Tue, 5 Dec 2000 13:47:39 +0000 (13:47 +0000)]
OS/2: os.c doesn't exist anymore, remove it from the build.

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

23 years agoRemove "installer" from the ignore list so the directory doesn't get blown
Brian Havard [Tue, 5 Dec 2000 12:58:27 +0000 (12:58 +0000)]
Remove "installer" from the ignore list so the directory doesn't get blown
away every time I do a cvsclean.

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

23 years agoGet make distclean working again. The replaced egrep-style regexp does
Jeff Trawick [Tue, 5 Dec 2000 12:45:27 +0000 (12:45 +0000)]
Get make distclean working again.  The replaced egrep-style regexp does
not work as-is with "GNU sed version 3.02".

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

23 years ago En route to httpd-2.0/modules/... in their appropriate places.
William A. Rowe Jr [Tue, 5 Dec 2000 06:57:20 +0000 (06:57 +0000)]
  En route to httpd-2.0/modules/... in their appropriate places.

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

23 years agoMake ApacheBench compile cleanly again
Ryan Bloom [Tue, 5 Dec 2000 05:32:59 +0000 (05:32 +0000)]
Make ApacheBench compile cleanly again

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

23 years agoBuild apr-util correctly when building the rest of the server.
Ryan Bloom [Tue, 5 Dec 2000 05:28:16 +0000 (05:28 +0000)]
Build apr-util correctly when building the rest of the server.

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

23 years agoUse the correct apr-util library
Ryan Bloom [Tue, 5 Dec 2000 05:27:46 +0000 (05:27 +0000)]
Use the correct apr-util library

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

23 years agoMake the test for APR a bit more stringent and add a check for apr-util
Ryan Bloom [Tue, 5 Dec 2000 04:55:26 +0000 (04:55 +0000)]
Make the test for APR a bit more stringent and add a check for apr-util

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

23 years agoAdd apr-util to the build process. This should now build once everything
Ryan Bloom [Tue, 5 Dec 2000 04:30:55 +0000 (04:30 +0000)]
Add apr-util to the build process.  This should now build once everything
has been checked out to the correct locations.

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

23 years agoAdd a couple of files that I missed earlier today.
Ryan Bloom [Tue, 5 Dec 2000 03:51:41 +0000 (03:51 +0000)]
Add a couple of files that I missed earlier today.

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

23 years agoIgnore all the files that are generated during a build
Ryan Bloom [Tue, 5 Dec 2000 03:48:26 +0000 (03:48 +0000)]
Ignore all the files that are generated during a build

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

23 years agoDo not automatically add the core module to the modules.c file. This
Ryan Bloom [Tue, 5 Dec 2000 03:40:34 +0000 (03:40 +0000)]
Do not automatically add the core module to the modules.c file.  This
module will be added when we build it.

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

23 years agoDon't find Makefiles in apr or apr-utils, because those libraries will take
Ryan Bloom [Tue, 5 Dec 2000 03:39:14 +0000 (03:39 +0000)]
Don't find Makefiles in apr or apr-utils, because those libraries will take
care of cleaning and distcleaning on their own.

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

23 years agoApache builds again, although the test directory doesn't. I will work on
Ryan Bloom [Tue, 5 Dec 2000 02:45:50 +0000 (02:45 +0000)]
Apache builds again, although the test directory doesn't.  I will work on
the test directory soon.  The server does NOT currently run, but it does
build cleanly.

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

23 years agoGet the support programs building properly. Httpd itself is next.
Ryan Bloom [Tue, 5 Dec 2000 01:22:05 +0000 (01:22 +0000)]
Get the support programs building properly.  Httpd itself is next.

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

23 years agoGet base Apache to build properly. This doesn't solve the problem of
Ryan Bloom [Tue, 5 Dec 2000 00:36:09 +0000 (00:36 +0000)]
Get base Apache to build properly.  This doesn't solve the problem of
not having apr-util, but we should be getting to the link stage now.

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