]> granicus.if.org Git - apache/log
apache
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

23 years agoBuff was removed this weekend, so the STATUS item should go away. This
Ryan Bloom [Mon, 4 Dec 2000 23:24:23 +0000 (23:24 +0000)]
Buff was removed this weekend, so the STATUS item should go away.  This
also adds the STATUS file to the new httpd-2.0 directory, with all the
history from apache-2.0

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

23 years agoGet Apache to configure completely again. This still doesn't build, but
Ryan Bloom [Mon, 4 Dec 2000 22:33:51 +0000 (22:33 +0000)]
Get Apache to configure completely again.  This still doesn't build, but
now we are getting very close.

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

23 years agoGet the modules configuration stuff working correctly. This just deals
Ryan Bloom [Mon, 4 Dec 2000 21:38:51 +0000 (21:38 +0000)]
Get the modules configuration stuff working correctly.  This just deals
with STANDARD modules and Protocol, not MPMs.

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

23 years agoStart to add back the config.m4 and Makefile.in's that were separated out
Ryan Bloom [Mon, 4 Dec 2000 20:34:48 +0000 (20:34 +0000)]
Start to add back the config.m4 and Makefile.in's that were separated out
during the repository move.

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

23 years agoStart pointing the configuration scripts to the correct directories
Ryan Bloom [Mon, 4 Dec 2000 20:10:39 +0000 (20:10 +0000)]
Start pointing the configuration scripts to the correct directories

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

23 years agoGet rid of ap_new_apr_connection(). ap_new_connection() now has
Jeff Trawick [Mon, 4 Dec 2000 19:26:04 +0000 (19:26 +0000)]
Get rid of ap_new_apr_connection().  ap_new_connection() now has
fewer parameters: the local and remote socket addresses were removed
from the parameter list because all required information is available
via the APR socket.

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

23 years agoGet rid of ap_new_apr_connection(). ap_new_connection() now has
Jeff Trawick [Mon, 4 Dec 2000 19:24:10 +0000 (19:24 +0000)]
Get rid of ap_new_apr_connection().  ap_new_connection() now has
fewer parameters: the local and remote socket addresses were removed
from the parameter list because all required information is available
via the APR socket.

I haven't tested the most important part -- the WinNT MPM changes
-- but it compiles and it looks okay :)  If the WinNT MPM works on
Win98 these days let me know.

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

23 years agoGet WIN32 building again
Allan K. Edwards [Mon, 4 Dec 2000 19:13:55 +0000 (19:13 +0000)]
Get WIN32 building again

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

23 years agoGet files including mpm_winnt.h compiling again by removing
Jeff Trawick [Mon, 4 Dec 2000 19:03:42 +0000 (19:03 +0000)]
Get files including mpm_winnt.h compiling again by removing
the unnecessary references to buff.h and BUFF.

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

23 years agoinclude new APR symbol apr_make_os_sock
Jeff Trawick [Mon, 4 Dec 2000 19:01:20 +0000 (19:01 +0000)]
include new APR symbol apr_make_os_sock

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

23 years agoignore the generated files.
Ryan Bloom [Mon, 4 Dec 2000 18:57:24 +0000 (18:57 +0000)]
ignore the generated files.

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

23 years agoGet buildconf working in the new repository. Nothing builds, but we can
Ryan Bloom [Mon, 4 Dec 2000 18:56:14 +0000 (18:56 +0000)]
Get buildconf working in the new repository.  Nothing builds, but we can
at least configure everything.

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

23 years agoA short history of the Apache Group (outdated) and the ASF.
Roy T. Fielding [Mon, 4 Dec 2000 17:39:02 +0000 (17:39 +0000)]
A short history of the Apache Group (outdated) and the ASF.

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

23 years agoThe httpd-2.0 repository is now open for business. I have copied
Roy T. Fielding [Mon, 4 Dec 2000 17:07:12 +0000 (17:07 +0000)]
The httpd-2.0 repository is now open for business.  I have copied
over all files for which the cvs history is important.  The rest can
be added as new files (like this one).

The modules were tagged as "moving_to_httpd_module" prior to my move.
Any commits to apache-2.0 after that point will have to be repeated here.

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

23 years agoAdd a test to buildconf to ensure that APR has been checked out. If it
Ryan Bloom [Mon, 4 Dec 2000 15:08:02 +0000 (15:08 +0000)]
Add a test to buildconf to ensure that APR has been checked out.  If it
isn't there, we output a message giving the public CVS root.
Submitted by: Roy Fielding

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

23 years agoRemove buff.c and buff.h. There are still a few files that rely on these,
Ryan Bloom [Mon, 4 Dec 2000 06:36:16 +0000 (06:36 +0000)]
Remove buff.c and buff.h.  There are still a few files that rely on these,
but those files are already broken.  This just makes that breakage more
obvious.

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

23 years ago This chops the compile time warnings back down to one (a sufficient
William A. Rowe Jr [Mon, 4 Dec 2000 04:20:39 +0000 (04:20 +0000)]
  This chops the compile time warnings back down to one (a sufficient
  reminder that we need some workaround for msvc's broken const'ness.)

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

23 years agoRemove multilogs.html which is documented in mod_log_config.html
Joshua Slive [Sun, 3 Dec 2000 20:29:51 +0000 (20:29 +0000)]
Remove multilogs.html which is documented in mod_log_config.html
and update STATUS.

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

23 years agoRemoved "index.html" from a bunch of <a hrefs>.
Chris Pepper [Sun, 3 Dec 2000 16:48:17 +0000 (16:48 +0000)]
Removed "index.html" from a bunch of <a hrefs>.

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

23 years agoCleaned "index.html" out of a bunch of <a href>s.
Chris Pepper [Sun, 3 Dec 2000 16:44:09 +0000 (16:44 +0000)]
Cleaned "index.html" out of a bunch of <a href>s.
Quoted size in a bunch of <font>s.
Wrapped and fixed mismatched <p>s in index.html.en.
Wrapped and encoded > in index.html.it.

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

23 years agoRemove mod_mmap_static. This has been replaced by mod_file_cache, and
Ryan Bloom [Sun, 3 Dec 2000 07:02:33 +0000 (07:02 +0000)]
Remove mod_mmap_static.  This has been replaced by mod_file_cache, and
there is no reason to keep this duplicate code

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

23 years agoRemoved some illegal <p>s wrapping <hr>s.
Chris Pepper [Sun, 3 Dec 2000 06:05:44 +0000 (06:05 +0000)]
Removed some illegal <p>s wrapping <hr>s.

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

23 years agoRemoved some more occurrances of "index.html".
Chris Pepper [Sun, 3 Dec 2000 06:04:44 +0000 (06:04 +0000)]
Removed some more occurrances of "index.html".

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

23 years agoTypo fix: 'of' used, 'for' wanted.
Chris Pepper [Sun, 3 Dec 2000 06:02:48 +0000 (06:02 +0000)]
Typo fix: 'of' used, 'for' wanted.

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

23 years agoRemoved a couple "index.html"'s.
Chris Pepper [Sun, 3 Dec 2000 06:01:52 +0000 (06:01 +0000)]
Removed a couple "index.html"'s.

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

23 years agoFixed mismatched list tag.
Chris Pepper [Sun, 3 Dec 2000 06:01:06 +0000 (06:01 +0000)]
Fixed mismatched list tag.
Fixed typo.

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

23 years agoRemoved "index.html" from <a>.
Chris Pepper [Sun, 3 Dec 2000 06:00:19 +0000 (06:00 +0000)]
Removed "index.html" from <a>.

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

23 years agoConsistency enforcement for directives that take extensions and a
Joshua Slive [Sat, 2 Dec 2000 21:39:03 +0000 (21:39 +0000)]
Consistency enforcement for directives that take extensions and a
reformat of mod_isapi.html into the new standard format.

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