]> granicus.if.org Git - apache/log
apache
23 years ago Add known bugs to Announcement in preparation for release.
William A. Rowe Jr [Thu, 21 Dec 2000 02:02:43 +0000 (02:02 +0000)]
  Add known bugs to Announcement in preparation for release.

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

23 years agoFix a 1.3 to 2.0.
Ryan Bloom [Thu, 21 Dec 2000 01:54:59 +0000 (01:54 +0000)]
Fix a 1.3 to 2.0.

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

23 years agoFix two references to the wrong files in binbuild.sh
Ryan Bloom [Thu, 21 Dec 2000 01:50:44 +0000 (01:50 +0000)]
Fix two references to the wrong files in binbuild.sh

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

23 years ago Out of the sandbox and into prime time. Note... these should always and
William A. Rowe Jr [Thu, 21 Dec 2000 01:46:22 +0000 (01:46 +0000)]
  Out of the sandbox and into prime time.  Note... these should always and
  only be regenerated immediately prior to the tag and roll.  Do not assume
  they are current with the sources in the development tree.  They should
  be generated as vc5 make files, since only vc5 makefiles are readable by
  both vc5 and vc6.

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

23 years agoprevent crash when connection closed before complete request received
Allan K. Edwards [Thu, 21 Dec 2000 01:44:28 +0000 (01:44 +0000)]
prevent crash when connection closed before complete request received

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

23 years ago Back out the target path change from serverroot\bin back to serverroot
William A. Rowe Jr [Thu, 21 Dec 2000 01:32:43 +0000 (01:32 +0000)]
  Back out the target path change from serverroot\bin back to serverroot
  for Apache.exe and it's associated lib*.dll files until after beta one.
  Change the make projects as well... and a commit of the actual .mak files
  will be coming in a moment.

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

23 years agoActually link apr-util's .a file, instead of relying on libtool. We may
Ryan Bloom [Thu, 21 Dec 2000 01:27:46 +0000 (01:27 +0000)]
Actually link apr-util's .a file, instead of relying on libtool.  We may
want to change this later, but right now, we want a single binary that
has every function it requires.

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

23 years ago Correction, commited the vc5. Need vc6 in the tree. Humble appologies.
William A. Rowe Jr [Thu, 21 Dec 2000 01:25:10 +0000 (01:25 +0000)]
  Correction, commited the vc5.  Need vc6 in the tree.  Humble appologies.

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

23 years ago Missed aprlib -> apr in the project overhaul
William A. Rowe Jr [Thu, 21 Dec 2000 01:19:17 +0000 (01:19 +0000)]
  Missed aprlib -> apr in the project overhaul

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

23 years agoUpdate the README. Libtool and autoconf are not required unless you are
Ryan Bloom [Thu, 21 Dec 2000 01:11:12 +0000 (01:11 +0000)]
Update the README.  Libtool and autoconf are not required unless you are
a developer.  This should make that clearer.
Submitted by: Greg Stein

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

23 years agoAdd the INSTALL file.
Ryan Bloom [Thu, 21 Dec 2000 01:05:16 +0000 (01:05 +0000)]
Add the INSTALL file.

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

23 years ago The Win32 overhaul, in summary;
William A. Rowe Jr [Thu, 21 Dec 2000 01:04:49 +0000 (01:04 +0000)]
  The Win32 overhaul, in summary;
    Modules are named mod_foo.so
    Dynamic Libraries are named libfoo.dll, and are stored in bin/
    The former ApacheCoreDll is now libhttpd.dll
    Apache.exe moves to bin/
    The make install now copies include, lib, and libexec
    All build options are normalized, filenames adjusted appropriately

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

23 years agoAdd the README file. Almost a copy from 1.3, but slightly modified.
Ryan Bloom [Thu, 21 Dec 2000 00:34:42 +0000 (00:34 +0000)]
Add the README file.  Almost a copy from 1.3, but slightly modified.

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

23 years agoThis is about 99% complete for the binbuild script. The only problem that
Ryan Bloom [Wed, 20 Dec 2000 23:48:06 +0000 (23:48 +0000)]
This is about 99% complete for the binbuild script.  The only problem that
still remains is that some of the apr-util functions aren't being compiled
in, so they work when the apr-util library is in the right location, but
once that library is removed, the server won't start.

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

23 years agoSend HTTP status line in ascii from ebcdic boxes...makes browsers much happier.
Greg Ames [Wed, 20 Dec 2000 23:13:01 +0000 (23:13 +0000)]
Send HTTP status line in ascii from ebcdic boxes...makes browsers much happier.

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

23 years agowhy do people keep removing this blank line?
Roy T. Fielding [Wed, 20 Dec 2000 19:14:34 +0000 (19:14 +0000)]
why do people keep removing this blank line?

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

23 years ago Talk about a nasty hack :-/ Here is the Win32 build solution for the
William A. Rowe Jr [Wed, 20 Dec 2000 17:40:31 +0000 (17:40 +0000)]
  Talk about a nasty hack :-/  Here is the Win32 build solution for the
  missing xcopy /Y option on NT4.0.

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

23 years ago Hmmm... seems the /dy solution wasn't sufficiently portable. This patch
William A. Rowe Jr [Wed, 20 Dec 2000 16:55:50 +0000 (16:55 +0000)]
  Hmmm... seems the /dy solution wasn't sufficiently portable.  This patch
  prevents us from displaying the files copied, but at least bypasses the
  confirmation messages.

Submitted by: W Stoddard
Reviewed by: W Rowe

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

23 years agoRemove a STATUS entry that can't be implemented cleanly. The problem
Ryan Bloom [Wed, 20 Dec 2000 16:55:37 +0000 (16:55 +0000)]
Remove a STATUS entry that can't be implemented cleanly.  The problem
is that there are multiple ways to start a CGI script, mod_cgi, mod_cgid,
and mod_include.  If we move the directives out of the core and into one
of those modules, then the rest of the modules won't have it.

This may be solvable once mod_include calls out to mod_cgi(d) for the
exec tags.

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

23 years agoSwitch to the APR-provided APR_CHARSET_EBCDIC feature test macro.
Jeff Trawick [Wed, 20 Dec 2000 16:44:01 +0000 (16:44 +0000)]
Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.

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

23 years agoAdd a note about the directives to add input and output filters.
Ryan Bloom [Wed, 20 Dec 2000 16:35:22 +0000 (16:35 +0000)]
Add a note about the directives to add input and output filters.

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

23 years agoToday would be a good day to roll a beta. :-)
Ryan Bloom [Wed, 20 Dec 2000 16:21:08 +0000 (16:21 +0000)]
Today would be a good day to roll a beta.   :-)

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

23 years agoMention the sendfile issue with FreeBSD.
Ryan Bloom [Wed, 20 Dec 2000 15:07:12 +0000 (15:07 +0000)]
Mention the sendfile issue with FreeBSD.

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

23 years agoCommit the Announcement for people to review before we go beta.
Ryan Bloom [Wed, 20 Dec 2000 15:02:06 +0000 (15:02 +0000)]
Commit the Announcement for people to review before we go beta.

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

23 years agosdbm is in apr-util now.
Bill Stoddard [Wed, 20 Dec 2000 14:27:16 +0000 (14:27 +0000)]
sdbm is in apr-util now.

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

23 years agoInclude mpm.h so the tests for SPMT_OS2_MPM actually work.
Brian Havard [Wed, 20 Dec 2000 14:27:02 +0000 (14:27 +0000)]
Include mpm.h so the tests for SPMT_OS2_MPM actually work.

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

23 years agoWhen building exports list, allow for multi-part and negative conditions
Brian Havard [Wed, 20 Dec 2000 14:25:02 +0000 (14:25 +0000)]
When building exports list, allow for multi-part and negative conditions
in #if tests.

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

23 years agomention the recent IPv6 changes... I had hoped to get the doc
Jeff Trawick [Wed, 20 Dec 2000 13:08:21 +0000 (13:08 +0000)]
mention the recent IPv6 changes...  I had hoped to get the doc
updated by this time but...

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

23 years agoexports.c was dependent upon delete-exports, but that dependency will always
Greg Stein [Wed, 20 Dec 2000 10:19:06 +0000 (10:19 +0000)]
exports.c was dependent upon delete-exports, but that dependency will always
fail since there is no delete-exports file (thus, exports.c would always get
regenerated, recompiled, and relinked). Instead, we move the delete-exports
target "up" to the "all" target. However, ltlib.mk doesn't allow us to add
things to the "all" target, so we also revise the set of .mk files to use.

also use TARGET_EXPORTS consistently.

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

23 years agoGet the binbuild.sh script into the CVS repository and start to modify
Ryan Bloom [Wed, 20 Dec 2000 06:47:48 +0000 (06:47 +0000)]
Get the binbuild.sh script into the CVS repository and start to modify
it to work with httpd-2.0.  There are still a lot of issues with this
script, but we have to start someplace.

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

23 years agoRemove the test directory from the top level Makefile, and move the STATUS
Ryan Bloom [Wed, 20 Dec 2000 06:26:58 +0000 (06:26 +0000)]
Remove the test directory from the top level Makefile, and move the STATUS
item to "non-showstopper but nice to fix" category.  This is in preparation
for tomorrow's BETA.

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

23 years agoRemove some STATUS items, and finish off the install dir re-org.
Ryan Bloom [Wed, 20 Dec 2000 06:17:53 +0000 (06:17 +0000)]
Remove some STATUS items, and finish off the install dir re-org.

1)  DSO modules are installed in modules/.  If/when Unix gets some
    shared libraries, those should be installed in libraries/.

2)  apache.org:8092 is currently running Apache 2.0.  When Brian has time,
    this will move to port 80

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

23 years agoupdate this lil gem
Doug MacEachern [Wed, 20 Dec 2000 05:38:34 +0000 (05:38 +0000)]
update this lil gem

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

23 years agoAdd the config.layout page back.
Ryan Bloom [Wed, 20 Dec 2000 01:18:35 +0000 (01:18 +0000)]
Add the config.layout page back.

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

23 years agoRemove some redundant checks.
Ryan Bloom [Wed, 20 Dec 2000 00:59:06 +0000 (00:59 +0000)]
Remove some redundant checks.
Submitted by: Greg Stein

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

23 years agoStop calling shared modules libapachemod_*. mod_* is much easier to deal
Ryan Bloom [Tue, 19 Dec 2000 23:37:47 +0000 (23:37 +0000)]
Stop calling shared modules libapachemod_*.  mod_* is much easier to deal
with.

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

23 years agoStop searching in installdir/includes/apr.
Ryan Bloom [Tue, 19 Dec 2000 23:33:54 +0000 (23:33 +0000)]
Stop searching in installdir/includes/apr.

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

23 years ago Round out the Win32 build. Changes include:
William A. Rowe Jr [Tue, 19 Dec 2000 23:22:06 +0000 (23:22 +0000)]
  Round out the Win32 build.  Changes include:

    ApacheModuleProxy.dsp moved to os/win32 with the rest of them
      (yes, all could move the their respective folders, this was the
       path of least resistance.)
    All compilation and linkage tags are identical, no incremental tags
      CPP /Gm removed, /incremental:no consistently applied, and the
      exception handling /GX was removed from release builds.
    Every lib builds to LibD/LibR directories.  Every executable and
      dynamic module builds to Debug/Release directories.  /Fd"name" tags
      force .pdb/.idb files to be named as the project, rather than VC##.
    Assure the build works correctly, and is similar to the normal style.

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

23 years agoInstall all headers in the include/ directory.
Ryan Bloom [Tue, 19 Dec 2000 22:25:42 +0000 (22:25 +0000)]
Install all headers in the include/ directory.

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

23 years agotell AWK to erase existing httpd.default.conf so rebuilds don't append it.
Allan K. Edwards [Tue, 19 Dec 2000 21:31:55 +0000 (21:31 +0000)]
tell AWK to erase existing httpd.default.conf so rebuilds don't append it.

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

23 years agoImproved Polish translation.
Joshua Slive [Tue, 19 Dec 2000 21:30:58 +0000 (21:30 +0000)]
Improved Polish translation.
Submitted by: Bartlomiej Grzybicki <bartgee@mail.morliny.pl>

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

23 years agoap_start_shutdown is not used by anybody outside of the MPMs, so we don't
Ryan Bloom [Tue, 19 Dec 2000 20:44:24 +0000 (20:44 +0000)]
ap_start_shutdown is not used by anybody outside of the MPMs, so we don't
need to put it in the ap_mpm.h header file.  This also makes all of the
instances of ap_start_shutdown static.

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

23 years agoFind the RM program during configuration.
Ryan Bloom [Tue, 19 Dec 2000 19:45:06 +0000 (19:45 +0000)]
Find the RM program during configuration.

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

23 years agoRemove a warning on some platforms.
Ryan Bloom [Tue, 19 Dec 2000 19:44:16 +0000 (19:44 +0000)]
Remove a warning on some platforms.

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

23 years agoCorrect a mistake in the delete-exports target
Ryan Bloom [Tue, 19 Dec 2000 17:52:40 +0000 (17:52 +0000)]
Correct a mistake in the delete-exports target

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

23 years agoForce all Apache functions to be linked into the executable, whether they
Ryan Bloom [Tue, 19 Dec 2000 17:05:48 +0000 (17:05 +0000)]
Force all Apache functions to be linked into the executable, whether they
are used or not.  This uses the same mechanism that is used for APR
and APR-util.  This may not be the correct solution, but it works, and that
is what I really care about.  This also renames CHARSET_EBCDIC to
AP_CHARSET_EBCDIC.  This is for namespace correctness, but it also makes
the exports script a bit easier.

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

23 years agoRework the RFC1413 handling to make it thread-safe, use a timeout
Jeff Trawick [Tue, 19 Dec 2000 16:08:03 +0000 (16:08 +0000)]
Rework the RFC1413 handling to make it thread-safe, use a timeout
on the query, and remove IPv4 dependencies.

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

23 years agoGet all of the auth modules to the point that they will install and
Ryan Bloom [Tue, 19 Dec 2000 15:09:02 +0000 (15:09 +0000)]
Get all of the auth modules to the point that they will install and
be loadable into the server.  Our new build/install mechanism expects
that all modules will have a common name format.  The auth modules
didn't use that format, so we didn't install them properly.

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

23 years ago Add icons and cgi-bin ... needs shebang rewrite for printenv and
William A. Rowe Jr [Tue, 19 Dec 2000 14:51:40 +0000 (14:51 +0000)]
  Add icons and cgi-bin ... needs shebang rewrite for printenv and
  lib/exp/h copied to the right places.

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

23 years ago Quote the destination paths in the event that INSTDIR contains spaces.
William A. Rowe Jr [Tue, 19 Dec 2000 04:59:45 +0000 (04:59 +0000)]
  Quote the destination paths in the event that INSTDIR contains spaces.

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

23 years ago"Mommy! Mommy! I keep spinning in circles." "Shut up, or I'll nail your
Greg Stein [Tue, 19 Dec 2000 03:43:15 +0000 (03:43 +0000)]
"Mommy! Mommy! I keep spinning in circles." "Shut up, or I'll nail your
other foot to the floor."

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

23 years agoGet the perchild MPM working better again. I have been able to pass
Ryan Bloom [Tue, 19 Dec 2000 01:59:54 +0000 (01:59 +0000)]
Get the perchild MPM working better again.  I have been able to pass
some file descriptors back and forth and serve requests, but this code is
still very experimental.

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

23 years ago The awk update for Win32 build/install. If awk is not installed, only
William A. Rowe Jr [Mon, 18 Dec 2000 23:29:20 +0000 (23:29 +0000)]
  The awk update for Win32 build/install.  If awk is not installed, only
  dbmmmanage.pl, httpd.default.conf and httpd.conf are left uncreated.

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

23 years agoRemove an IPv4 dependency in do_double_reverse() by calling
Jeff Trawick [Mon, 18 Dec 2000 20:31:17 +0000 (20:31 +0000)]
Remove an IPv4 dependency in do_double_reverse() by calling
apr_getaddrinfo() instead of gethostbyname().

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

23 years agoAPI routines ap_pgethostbyname() and ap_pduphostent() are no longer
Jeff Trawick [Mon, 18 Dec 2000 17:52:05 +0000 (17:52 +0000)]
API routines ap_pgethostbyname() and ap_pduphostent() are no longer
available.  Use apr_getaddrinfo() instead.

The ap_pduphostent() code was moved to modules/proxy/proxy_util.c for
now since that is the only caller.  When the proxy's use of the
resolver is APR-ized this won't be needed anymore.

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

23 years agotypos
Eric Cholet [Mon, 18 Dec 2000 17:28:06 +0000 (17:28 +0000)]
typos

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

23 years agoapr_get_hostname() is gone.
Jeff Trawick [Mon, 18 Dec 2000 17:01:11 +0000 (17:01 +0000)]
apr_get_hostname() is gone.

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

23 years agoStop using apr_get_hostname(). It doesn't support IPv6 and it
Jeff Trawick [Mon, 18 Dec 2000 16:49:09 +0000 (16:49 +0000)]
Stop using apr_get_hostname().  It doesn't support IPv6 and it
is redundant.  apr_getnameinfo() provides the same function.

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

23 years agoupdate French page
Eric Cholet [Mon, 18 Dec 2000 16:47:30 +0000 (16:47 +0000)]
update French page

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

23 years agoGet "NameVirtualHost *" option working in Apache 2.0
Ryan Bloom [Mon, 18 Dec 2000 02:30:32 +0000 (02:30 +0000)]
Get "NameVirtualHost *" option working in Apache 2.0

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

23 years agoClean up some formatting. Using a tab of 22 characters makes the output
Ryan Bloom [Sun, 17 Dec 2000 23:05:24 +0000 (23:05 +0000)]
Clean up some formatting.  Using a tab of 22 characters makes the output
very annoying to read.  8 looks much more reasonable to me.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

23 years agoGet -t -D DUMP_VHOSTS working and properly documented. This removes the
Ryan Bloom [Sun, 17 Dec 2000 22:47:32 +0000 (22:47 +0000)]
Get -t -D DUMP_VHOSTS working and properly documented.  This removes the
-S option from the docs.

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

23 years agoMake the server return HTTP_RANGE_NOT_SATISFIABLE if the all of the
Ryan Bloom [Sun, 17 Dec 2000 20:58:30 +0000 (20:58 +0000)]
Make the server return HTTP_RANGE_NOT_SATISFIABLE if the all of the
requested ranges begin after the end of the response.

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

23 years agoGet byterange requests working with data that is generated by a handler
Ryan Bloom [Sun, 17 Dec 2000 18:04:14 +0000 (18:04 +0000)]
Get byterange requests working with data that is generated by a handler
that does not add a content-length.  For example, mod_autoindex doesn't
set a content-length, but the byterange filter requires one.  We fix this
by computing the content-length in the byterange filter.

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

23 years agoWhen the platform supports IPv6 (according to APR) and
Jeff Trawick [Sun, 17 Dec 2000 17:47:03 +0000 (17:47 +0000)]
When the platform supports IPv6 (according to APR) and
the system is configured to support IPv6, Apache gets IPv6
listening sockets unless the Listen statement says otherwise
(i.e., Listen specifies an IPv4 numeric address string or a
hostname which resolves to an IPv4 address).

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

23 years agoCall ap_log_error() instead of ap_log_rerror() from alloc_listener().
Jeff Trawick [Sun, 17 Dec 2000 12:30:29 +0000 (12:30 +0000)]
Call ap_log_error() instead of ap_log_rerror() from alloc_listener().
This bug, introduced in a recent commit, caused a segfault when the
hostname couldn't be resolved.

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

23 years agoRename the apr_opendir symbol to apr_dir_open. This makes more sense,
Ryan Bloom [Sun, 17 Dec 2000 03:35:39 +0000 (03:35 +0000)]
Rename the apr_opendir symbol to apr_dir_open.  This makes more sense,
and the rename was proposed a while ago inside of APR.

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

23 years agoUpdate some STATUS files.
Ryan Bloom [Sun, 17 Dec 2000 03:08:43 +0000 (03:08 +0000)]
Update some STATUS files.

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

23 years agoMajor rewrite of mod_access docs.
Joshua Slive [Sat, 16 Dec 2000 21:41:38 +0000 (21:41 +0000)]
Major rewrite of mod_access docs.
Submitted by: Joshua Slive, Cliff Woolley

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

23 years agoget_addresses()
Jeff Trawick [Sat, 16 Dec 2000 21:36:33 +0000 (21:36 +0000)]
get_addresses()
 . use apr_parse_addr_port() so we handle IPv6 addresses on
   NameVirtualHost and <VirtualHost > directives
 . don't hardcode AF_INET when a hostname or IP address was
   coded

dump_a_vhost()
 . check the address family before looking for certain IPv4
   addresses

ap_fini_vhost_config()
 . pass apr_status_t to ap_log_error() after apr_getnameinfo()
   fails

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

23 years agotweak the responsibilities of make_sock() and alloc_listener()
Jeff Trawick [Sat, 16 Dec 2000 14:49:18 +0000 (14:49 +0000)]
tweak the responsibilities of make_sock() and alloc_listener()
because we need to resolve the hostname (i.e., call apr_getaddrinfo())
before creating the socket so that we get a socket of the appropriate
family

also, simplify some of the address displays in some error logs

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

23 years agoUse apr_parse_addr_port() in fix_hostname(). This simplifies the
Jeff Trawick [Sat, 16 Dec 2000 12:54:53 +0000 (12:54 +0000)]
Use apr_parse_addr_port() in fix_hostname().  This simplifies the
code by a small (okay, tiny) amount and lets IPv6 numeric address
strings be passed through.
Obtained from:  the idea is from the KAME IPv6 patch for Apache 1.3

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

23 years agouse apr_parse_addr_port() in ap_set_listener(); this allows IPv6
Jeff Trawick [Sat, 16 Dec 2000 12:21:21 +0000 (12:21 +0000)]
use apr_parse_addr_port() in ap_set_listener(); this allows IPv6
numeric address strings to be specified (though we wouldn't get
an IPv6 socket for it at the moment)

consolidate the use of APR_ANYADDR and make a note about its
protocol dependence

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

23 years agoDisplay whether or not APR (and thus Apache) supports IPv6 in the
Jeff Trawick [Sat, 16 Dec 2000 11:45:13 +0000 (11:45 +0000)]
Display whether or not APR (and thus Apache) supports IPv6 in the
httpd -V output.

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

23 years agoFix a problem with the last commit... I missed one of the hashing changes
Jeff Trawick [Sat, 16 Dec 2000 11:36:16 +0000 (11:36 +0000)]
Fix a problem with the last commit...  I missed one of the hashing changes
so some of the code had an unnecessary IPv4 assumption.

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

23 years agoGet rid of some IPv4 dependencies by passing the hash function the
Jeff Trawick [Sat, 16 Dec 2000 11:10:31 +0000 (11:10 +0000)]
Get rid of some IPv4 dependencies by passing the hash function the
apr_sockaddr_t * instead of the IPv4 address.

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

23 years agoFix the call to apr_snprintf() for formatting the sockaddr in
Jeff Trawick [Sat, 16 Dec 2000 02:26:08 +0000 (02:26 +0000)]
Fix the call to apr_snprintf() for formatting the sockaddr in
a vhost entry when dumping the vhost config.

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

23 years agoapr_get_inaddr() is gone
Jeff Trawick [Fri, 15 Dec 2000 20:57:27 +0000 (20:57 +0000)]
apr_get_inaddr() is gone

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

23 years agomove closer to IPv6 support by changing the server_addr_rec
Jeff Trawick [Fri, 15 Dec 2000 19:20:12 +0000 (19:20 +0000)]
move closer to IPv6 support by changing the server_addr_rec
representation of the bound address to something which handles
IPv6; this also allows us to switch to APR resolver routines
in places instead of calling gethostbyname() and gethostbyaddr()
directly

Issues remaining with this set of changes:

1) apr_snprintf()'s %pA formatting needs to change to take
   apr_sockaddr_t * instead of sockaddr_in * -OR- just get rid
   of that type of formatting
2) apr_get_inaddr() is no longer used and should be removed

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

23 years agoGet exe CGI's working again on Windows
Allan K. Edwards [Fri, 15 Dec 2000 15:02:38 +0000 (15:02 +0000)]
Get exe CGI's working again on Windows

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

23 years agoAxe ap_get_virthost_addr(). This <address>[:port] parse routine
Jeff Trawick [Fri, 15 Dec 2000 13:28:57 +0000 (13:28 +0000)]
Axe ap_get_virthost_addr().  This <address>[:port] parse routine
is not used anymore and it doesn't handle IPv6, so it is best to
drop it.  If/when mod_tls (Netware) is ported to 2.0 it can use
apr_parse_addr_port().

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

23 years agoGreek translation of welcome page.
Joshua Slive [Fri, 15 Dec 2000 03:46:44 +0000 (03:46 +0000)]
Greek translation of welcome page.
Submitted by:  simos@pc96.ma.rhbnc.ac.uk

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

23 years ago Overly protective with a code block, let that return run free again...
William A. Rowe Jr [Fri, 15 Dec 2000 00:10:34 +0000 (00:10 +0000)]
  Overly protective with a code block, let that return run free again...

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

23 years ago Thanks again, Andrew Braund... a little testing and sleuthing revealed
William A. Rowe Jr [Thu, 14 Dec 2000 22:24:03 +0000 (22:24 +0000)]
  Thanks again, Andrew Braund... a little testing and sleuthing revealed
  we were trying to load kernel32.dll as we unloaded, which is badness.

  Right there, in my face, was the 'won't stay alive on logout' bug.
  Squashed.  So Win95/98 are working as they were in 1.3.14, only better!

  Happy day, time to roll once the remaining showstopper is cleaned up.

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

23 years agoThe local_addr and remote_addr fields in the conn_rec are now
Jeff Trawick [Thu, 14 Dec 2000 18:47:30 +0000 (18:47 +0000)]
The local_addr and remote_addr fields in the conn_rec are now
apr_sockaddr_t * instead of sockaddr_in.  This is a small step
towards IPv6 support.

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

23 years agoSuppress xcopy prompt during installation
Allan K. Edwards [Thu, 14 Dec 2000 18:24:25 +0000 (18:24 +0000)]
Suppress xcopy prompt during installation

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

23 years agoadd apr_getnameinfo
Jeff Trawick [Thu, 14 Dec 2000 15:58:00 +0000 (15:58 +0000)]
add apr_getnameinfo

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

23 years ago"Anybody calls me Francis, I'll kill him."
Greg Stein [Thu, 14 Dec 2000 11:13:56 +0000 (11:13 +0000)]
"Anybody calls me Francis, I'll kill him."

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

23 years agoStraighten up the first-time-through check in mod_cgid and add a CHANGES
Jeff Trawick [Wed, 13 Dec 2000 13:30:40 +0000 (13:30 +0000)]
Straighten up the first-time-through check in mod_cgid and add a CHANGES
entry for the bug fixes to mod_rewrite and mod_cgid.

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

23 years agoGet rid of the once_through flag. It is never used and doesn't work
Jeff Trawick [Wed, 13 Dec 2000 13:22:51 +0000 (13:22 +0000)]
Get rid of the once_through flag.  It is never used and doesn't work
in DSO mode anyway.

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

23 years agoGet mod_rewrite to work as a DSO by changing the way it
Jeff Trawick [Wed, 13 Dec 2000 13:03:32 +0000 (13:03 +0000)]
Get mod_rewrite to work as a DSO by changing the way it
keeps track of whether or not its post config hook has
been called before.  Instead of a static variable (which
is replaced when the DSO is loaded a second time), use
userdata in the process pool.

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

23 years ago Sorry bout that... have a newline
William A. Rowe Jr [Wed, 13 Dec 2000 04:31:32 +0000 (04:31 +0000)]
  Sorry bout that... have a newline

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

23 years agoGet mod_cgid to work as a DSO by changing the way it
Jeff Trawick [Wed, 13 Dec 2000 04:03:19 +0000 (04:03 +0000)]
Get mod_cgid to work as a DSO by changing the way it
keeps track of whether or not its post config hook has
been called before.  Instead of a static variable (which
is replaced when the DSO is loaded a second time), use
userdata in the process pool.

Still to go: mod_file_cache, mod_rewrite

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

23 years ago Fishing for undefined symbols, came across only this one.
William A. Rowe Jr [Wed, 13 Dec 2000 03:51:23 +0000 (03:51 +0000)]
  Fishing for undefined symbols, came across only this one.

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

23 years agoGet the server setup for Beta 1
Ryan Bloom [Tue, 12 Dec 2000 22:22:51 +0000 (22:22 +0000)]
Get the server setup for Beta 1

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

23 years agoPR:
Ryan Bloom [Tue, 12 Dec 2000 22:22:22 +0000 (22:22 +0000)]
PR:

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

23 years agoUpdate the version numbers for a9
Ryan Bloom [Tue, 12 Dec 2000 21:38:54 +0000 (21:38 +0000)]
Update the version numbers for a9

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

23 years agoUpdate the Announcement for a9
Ryan Bloom [Tue, 12 Dec 2000 21:35:11 +0000 (21:35 +0000)]
Update the Announcement for a9

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

23 years ago Boy, that's alot of shoveling (the snow... really)
William A. Rowe Jr [Tue, 12 Dec 2000 20:59:06 +0000 (20:59 +0000)]
  Boy, that's alot of shoveling (the snow... really)

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

23 years ago Add magic, mime.types and -default of all /conf files to the Win32
William A. Rowe Jr [Tue, 12 Dec 2000 20:56:35 +0000 (20:56 +0000)]
  Add magic, mime.types and -default of all /conf files to the Win32
  build/install.  Also copy the manual tree to htdocs/manual/, and the
  index pages (if they do not exist) to htdocs/

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