]> granicus.if.org Git - apache/log
apache
21 years agoupdate to include mod_setenvif fix
Brian Pane [Sat, 30 Nov 2002 21:50:19 +0000 (21:50 +0000)]
update to include mod_setenvif fix

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

21 years agoFix for BrowserMatchNoCase, which was incorrectly treating non-regex
Brian Pane [Sat, 30 Nov 2002 21:48:12 +0000 (21:48 +0000)]
Fix for BrowserMatchNoCase, which was incorrectly treating non-regex
patterns as case-sensitive
Submitted by: Andr�� Malo
Reviewed by: Brian Pane

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

21 years ago For your consideration;
William A. Rowe Jr [Sat, 30 Nov 2002 19:36:25 +0000 (19:36 +0000)]
  For your consideration;

  the following CHANGES entries do not occur in the APACHE_2_0_BRANCH
  CHANGES file.  If you already committed them, please reflect in both
  CHANGES files.  If you would like to commit them, please do so, and
  then reflect the patches under Apache 2.0.44.

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

21 years agoPer Greg's request, add a version string component to the ap_provider.h
Justin Erenkrantz [Sat, 30 Nov 2002 18:48:41 +0000 (18:48 +0000)]
Per Greg's request, add a version string component to the ap_provider.h
functions.  This allows modules to register different versions of the
same provider.

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

21 years ago Reflect that AAA overhaul is deferrred.
William A. Rowe Jr [Sat, 30 Nov 2002 18:47:12 +0000 (18:47 +0000)]
  Reflect that AAA overhaul is deferrred.

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

21 years agoadd two overview pages
Astrid Malo [Sat, 30 Nov 2002 17:58:59 +0000 (17:58 +0000)]
add two overview pages

by Tim Gerundt <tim@gerundt.de>

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

21 years agoNote in the security docs that people should subscribe to the
Joshua Slive [Sat, 30 Nov 2002 02:35:08 +0000 (02:35 +0000)]
Note in the security docs that people should subscribe to the
announcements list.

PR: 14892

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

21 years agoupdate translation
Astrid Malo [Fri, 29 Nov 2002 23:38:21 +0000 (23:38 +0000)]
update translation

by Tim Gerundt <tim@gerundt.de>
with some minor changes from me

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

21 years ago*** empty log message ***
Wilfredo Sanchez [Fri, 29 Nov 2002 11:06:39 +0000 (11:06 +0000)]
*** empty log message ***

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

21 years agoAdd export_files to EXTRACLEAN_TARGETS
Wilfredo Sanchez [Fri, 29 Nov 2002 08:07:20 +0000 (08:07 +0000)]
Add export_files to EXTRACLEAN_TARGETS

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

21 years agoFind apr, apr-util automatically if no --with-apr{-util} flag, same as other libs.
Wilfredo Sanchez [Fri, 29 Nov 2002 07:34:20 +0000 (07:34 +0000)]
Find apr, apr-util automatically if no --with-apr{-util} flag, same as other libs.

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

21 years ago If apr and apr-util are not in-tree, we need to be able to find the
Wilfredo Sanchez [Fri, 29 Nov 2002 07:23:57 +0000 (07:23 +0000)]
  If apr and apr-util are not in-tree, we need to be able to find the
  include directory for each in order to generate the server/exports.c
  and server/export_vars.h files.

  configure.in:
   - Provide APR_INCLUDEDIR, APU_INCLUDEDIR.

  server/Makefile.in:
   - Use $APR_INCLUDEDIR $APU_INCLUDEDIR vars.
   - Add export_files target to generate a list of headers with symbols
   to export, use that list to generate exports.c and export_vars.h.

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

21 years agoIf apr and apr-util are not in-tree, we need to be able to find the
Wilfredo Sanchez [Fri, 29 Nov 2002 07:21:07 +0000 (07:21 +0000)]
If apr and apr-util are not in-tree, we need to be able to find the
include directory for each in order to generate the server/exports.c
and server/export_vars.h files.

configure.in:
 - Provide APR_INCLUDEDIR, APU_INCLUDEDIR.

server/Makefile.in:
 - Use $APR_INCLUDEDIR $APU_INCLUDEDIR vars.
 - Add export_files target to generate a list of headers with symbols
 to export, use that list to generate exports.c and export_vars.h.

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

21 years agoChanges to reduce dependency on in-tree apr and apr-util.
Wilfredo Sanchez [Thu, 28 Nov 2002 23:31:37 +0000 (23:31 +0000)]
Changes to reduce dependency on in-tree apr and apr-util.
Change AC_CONFIG_AUX_DIR in configure to build from srclib/apr/build.
Have buildconf copy the needed files (config.guess, config.sub,
PrintPath) from srclib/apr/build to build.
Change binbuild.sh to stop using srclib/apr.

This gets to to where ./configure --with-apr --with-apr-util actually
works without an in-tree apr and apr-util, though we still need them
in-tree to run buildconf.

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

21 years agoDon't include apr_network.m4 and apr_threads.m4; we don't use them.
Wilfredo Sanchez [Thu, 28 Nov 2002 23:13:41 +0000 (23:13 +0000)]
Don't include apr_network.m4 and apr_threads.m4; we don't use them.

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

21 years agoUse $INCLUDES rather than adding yet another place to edit include dirs.
Wilfredo Sanchez [Thu, 28 Nov 2002 23:02:44 +0000 (23:02 +0000)]
Use $INCLUDES rather than adding yet another place to edit include dirs.

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

21 years agoCaveat when using mod_speling in a DAV-enabled directory
Martin Kraemer [Wed, 27 Nov 2002 15:55:19 +0000 (15:55 +0000)]
Caveat when using mod_speling in a DAV-enabled directory

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

21 years agonobody seems to have objections...
André Malo [Wed, 27 Nov 2002 06:02:33 +0000 (06:02 +0000)]
nobody seems to have objections...

* XHTML 1._0_. delivering xhtml 1.1 as text/html is bogus.
  (see <http://www.w3.org/TR/xhtml-media-types/#summary>)
* replaced the also bogus <dl> stuff by normal <p>s
  and added some CSS instead.
  (embedding CSS compatible to xml *and* html causes the very
  ugly hack, you can see in top.html, because in HTML <style> contains
  CDATA and in XHTML PCDATA, see also
  <http://lists.w3.org/Archives/Public/www-html/2002Apr/0053.html>)
* fixed some encoding issues.
* removed the weird empty lines at the beginning of every document
* added CONTENT_LANGUAGE parameter for pt-br

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

21 years agoadd %% escaping
André Malo [Tue, 26 Nov 2002 09:34:41 +0000 (09:34 +0000)]
add %% escaping

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

21 years agoCleaning up the NetWare make files so that they detect and find the zlib
Bradley Nicholes [Tue, 26 Nov 2002 00:13:50 +0000 (00:13 +0000)]
Cleaning up the NetWare make files so that they detect and find the zlib
source correctly

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

21 years ago Changes committed - and set aside a placeholder for 2.1 patches.
William A. Rowe Jr [Mon, 25 Nov 2002 19:41:36 +0000 (19:41 +0000)]
  Changes committed - and set aside a placeholder for 2.1 patches.

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

21 years ago Set the appropriate mime response headers for negotated type-map
William A. Rowe Jr [Mon, 25 Nov 2002 19:02:44 +0000 (19:02 +0000)]
  Set the appropriate mime response headers for negotated type-map
  Body: responses.

  wrowe's review;
    My earlier concern doesn't apply.  Type maps have always required the
    author to be explicit in all header fields to be negotiated; if the
    headers aren't given in the type map file the resulting redirect
    (for non-body maps) is broken anyways.  As to my other concern, the
    charset should only exist if the Content-Type was given.

Submitted by: Andr� Malo <nd@perlig.de>

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

21 years agoForce the screen to close on exit() if the -E option was specified on the
Bradley Nicholes [Mon, 25 Nov 2002 17:46:26 +0000 (17:46 +0000)]
Force the screen to close on exit() if the -E option was specified on the
command line

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

21 years agoLog reason for cache decline.
Bill Stoddard [Mon, 25 Nov 2002 17:40:23 +0000 (17:40 +0000)]
Log reason for cache decline.

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

21 years ago Accept '%%' in CustomLog format strings to produce a literal '%'.
William A. Rowe Jr [Mon, 25 Nov 2002 15:39:56 +0000 (15:39 +0000)]
  Accept '%%' in CustomLog format strings to produce a literal '%'.

Submitted by: Andr� Malo <nd@perlig.de>

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

21 years agoAdd <IfModule> conditionals around non-core directives.
Wilfredo Sanchez [Mon, 25 Nov 2002 08:10:35 +0000 (08:10 +0000)]
Add <IfModule> conditionals around non-core directives.
Submitted by: Tim Wilde <twilde@dyndns.org>

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

21 years agoGenerate MD5 digest.
Wilfredo Sanchez [Mon, 25 Nov 2002 04:36:16 +0000 (04:36 +0000)]
Generate MD5 digest.

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

21 years agoNo gzip? Try compress.
Wilfredo Sanchez [Mon, 25 Nov 2002 04:32:31 +0000 (04:32 +0000)]
No gzip? Try compress.

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

21 years agoDon't crap out if we couldn't gzip the file.
Wilfredo Sanchez [Mon, 25 Nov 2002 04:28:33 +0000 (04:28 +0000)]
Don't crap out if we couldn't gzip the file.

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

21 years agoteeny optimization
Wilfredo Sanchez [Mon, 25 Nov 2002 04:26:54 +0000 (04:26 +0000)]
teeny optimization

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

21 years agoPut then on the if line
Wilfredo Sanchez [Mon, 25 Nov 2002 04:25:18 +0000 (04:25 +0000)]
Put then on the if line

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

21 years agoDon't use GNU tar.
Wilfredo Sanchez [Mon, 25 Nov 2002 04:17:11 +0000 (04:17 +0000)]
Don't use GNU tar.
Problem here is that GNU tar creates tar archives which are not POSIX-compliant and cannot be unpacked using a POSIX tar program.
Typical oopsie is a developer uses binbuild to pack up an httpd release on a system which does not include gtar in the standard distro, but it's there on the developer's computer.  User downloads it and find that it won't unpack with standard tar, even though it claims to be a tar archive.  Blah.

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

21 years agotypo
Wilfredo Sanchez [Sun, 24 Nov 2002 20:29:55 +0000 (20:29 +0000)]
typo

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

21 years agoConert programs/index to xml
Joshua Slive [Sun, 24 Nov 2002 19:38:40 +0000 (19:38 +0000)]
Conert programs/index to xml

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

21 years ago Win32 builds populate include from modules/foo/*.h and os/win32/os.h.
William A. Rowe Jr [Sun, 24 Nov 2002 05:07:24 +0000 (05:07 +0000)]
  Win32 builds populate include from modules/foo/*.h and os/win32/os.h.
  Eliminate the noise.  However, I'm itching to simply move those 'standard'
  module headers back down to httpd-2.0/includes/ ... any objections?

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

21 years ago State the obvious (to some).
William A. Rowe Jr [Sun, 24 Nov 2002 04:16:49 +0000 (04:16 +0000)]
  State the obvious (to some).

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

21 years agoFix some possibly-uninitialized variables.
Cliff Woolley [Sat, 23 Nov 2002 21:19:03 +0000 (21:19 +0000)]
Fix some possibly-uninitialized variables.

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

21 years agoupdate a comment
Cliff Woolley [Sat, 23 Nov 2002 21:18:16 +0000 (21:18 +0000)]
update a comment

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

21 years ago Keep track of the changes. My guess (although we will see in practice)
William A. Rowe Jr [Sat, 23 Nov 2002 18:49:31 +0000 (18:49 +0000)]
  Keep track of the changes.  My guess (although we will see in practice)
  is that 'new stuff' will stay here in HEAD, while problems will probably
  linger in APACHE_2_0.  History will be relative to the tree one is viewing.

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

21 years ago Just 2c and fix my old borked comment.
William A. Rowe Jr [Sat, 23 Nov 2002 17:57:26 +0000 (17:57 +0000)]
  Just 2c and fix my old borked comment.

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

21 years agoAdded ap_cache_cacheable_hdrs_out to the caching module export list
Bradley Nicholes [Sat, 23 Nov 2002 00:48:45 +0000 (00:48 +0000)]
Added ap_cache_cacheable_hdrs_out to the caching module export list

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

21 years agoMakefile change required to move mod_ext_filter out of experimental
Bradley Nicholes [Sat, 23 Nov 2002 00:32:01 +0000 (00:32 +0000)]
Makefile change required to move mod_ext_filter out of experimental

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

21 years agoFix the building of cgi command lines when the query string
Jeff Trawick [Fri, 22 Nov 2002 14:45:19 +0000 (14:45 +0000)]
Fix the building of cgi command lines when the query string
contains '='.

PR:              13914
Submitted by:  Ville Skytt� <ville.skytta@iki.fi> (mod_cgi)
                 Jeff Trawick (mod_cgid)

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

21 years agoReplace APU_HAS_LDAPSSL_CLIENT_INIT with APU_HAS_LDAP_NETSCAPE_SSL
Graham Leggett [Fri, 22 Nov 2002 12:51:02 +0000 (12:51 +0000)]
Replace APU_HAS_LDAPSSL_CLIENT_INIT with APU_HAS_LDAP_NETSCAPE_SSL
as set by apr-util in util_ldap.c. This should allow mod_ldap
to work with the Netscape/Mozilla LDAP library.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoA PR was open for the ldap fix Graham just committed.
Jeff Trawick [Fri, 22 Nov 2002 12:48:53 +0000 (12:48 +0000)]
A PR was open for the ldap fix Graham just committed.

PR:               14256

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

21 years agoAll hail the conflict.
Graham Leggett [Fri, 22 Nov 2002 12:41:40 +0000 (12:41 +0000)]
All hail the conflict.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoGrrr... CHANGES file didn't commit :(
Graham Leggett [Fri, 22 Nov 2002 12:40:48 +0000 (12:40 +0000)]
Grrr... CHANGES file didn't commit :(
PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoReorder the definitions for mod_ldap and mod_auth_ldap within
Graham Leggett [Fri, 22 Nov 2002 12:35:44 +0000 (12:35 +0000)]
Reorder the definitions for mod_ldap and mod_auth_ldap within
config.m4 to make sure the parent mod_ldap is defined first.
This ensures that mod_ldap comes before mod_auth_ldap in the
httpd.conf file, which is necessary for mod_auth_ldap to load.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoFix critical bug in new --enable-v4-mapped configure option
Jeff Trawick [Fri, 22 Nov 2002 12:23:10 +0000 (12:23 +0000)]
Fix critical bug in new --enable-v4-mapped configure option
implementation which broke IPv4 listening sockets on
systems with IPV6_V6ONLY socket option.

That option should only be done on IPv6 listening sockets.

Submitted by: hiroyuki hanai <hanai@imgsrc.co.jp>]
Reviewed by: Jeff Trawick

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

21 years agothe name is "no-gzip".
André Malo [Fri, 22 Nov 2002 05:16:42 +0000 (05:16 +0000)]
the name is "no-gzip".

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

21 years agoupdate transformation
André Malo [Fri, 22 Nov 2002 05:10:35 +0000 (05:10 +0000)]
update transformation

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

21 years ago Branch tag APACHE_2_0_BRANCH now contains Apache 2.0 development.
William A. Rowe Jr [Fri, 22 Nov 2002 02:08:42 +0000 (02:08 +0000)]
  Branch tag APACHE_2_0_BRANCH now contains Apache 2.0 development.

  Persist cvs HEAD as Apache 2.1.

  After discussion at AC, a number of individuals including Sander, Will,
  Justin and Rich will begin reverting the appropriate changes from the
  APACHE_2_0_BRANCH, while continuing their documentation and development
  of the Authorization reorganization on this branch.

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

21 years ago Catch up with Trawick's change to filters/mod_ext_filter
William A. Rowe Jr [Fri, 22 Nov 2002 01:05:22 +0000 (01:05 +0000)]
  Catch up with Trawick's change to filters/mod_ext_filter

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

21 years agomod_autoindex: AddDescription directives for directories
Jeff Trawick [Thu, 21 Nov 2002 23:53:21 +0000 (23:53 +0000)]
mod_autoindex: AddDescription directives for directories
now work as in Apache 1.3, where no trailing '/' is
specified on the directory name.  Previously, the trailing
'/' *had* to be specified, which was incompatible with
Apache 1.3.

PR:       7990

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

21 years agoFix for PR 14556. The expiry calculations in mod_cache were
Paul J. Reder [Thu, 21 Nov 2002 21:52:47 +0000 (21:52 +0000)]
Fix for PR 14556. The expiry calculations in mod_cache were
trying to perform "now + ((date - lastmod) * factor)" where
date == lastmod resulting in "now + 0". The code now follows
the else path (using the default expiration) if date is
equal to lastmod. [rx@armstrike.com (Sergey), Paul J. Reder]

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

21 years agoI never adequately tested these examples when writing logs.xml, and
Joshua Slive [Thu, 21 Nov 2002 21:06:57 +0000 (21:06 +0000)]
I never adequately tested these examples when writing logs.xml, and
I've heard from a couple places that these examples don't work very
well.

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

21 years agoWhen I changed the status to extension, I should have also removed this
Joshua Slive [Thu, 21 Nov 2002 21:02:12 +0000 (21:02 +0000)]
When I changed the status to extension, I should have also removed this
warning paragraph.

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

21 years agoMake a not about httpd-writable directory so that we don't forget the
Joshua Slive [Thu, 21 Nov 2002 17:55:51 +0000 (17:55 +0000)]
Make a not about httpd-writable directory so that we don't forget the
issue.

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

21 years agoAdd reference to Netware's default mpm.
Joshua Slive [Thu, 21 Nov 2002 17:52:06 +0000 (17:52 +0000)]
Add reference to Netware's default mpm.

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

21 years agoAdd a <default> for Multiviews Match and reference that directive
Joshua Slive [Thu, 21 Nov 2002 17:43:34 +0000 (17:43 +0000)]
Add a <default> for Multiviews Match and reference that directive
in upgrading.

Note that there are LOTS of things missing from upgrading.xml.  As you
stumble on differences between 1.3 and 2.0, please add them to that file.

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

21 years agoCorrect the title of the <note> about the scope of AllowOverride,
Joshua Slive [Thu, 21 Nov 2002 17:42:12 +0000 (17:42 +0000)]
Correct the title of the <note> about the scope of AllowOverride,
and also remove the comment about the context being incorrect.
The "help" link for "Context" tells you to consult sections.xml
for exceptions, and this is documented there.

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

21 years agoWould be helpful to put it
Jim Jagielski [Thu, 21 Nov 2002 17:03:40 +0000 (17:03 +0000)]
Would be helpful to put it
on the right line

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

21 years agoFerg
Jim Jagielski [Thu, 21 Nov 2002 16:55:21 +0000 (16:55 +0000)]
Ferg

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

21 years agoremoved absurd comment (huh, where did this come from?)
Erik Abele [Wed, 20 Nov 2002 22:30:56 +0000 (22:30 +0000)]
removed absurd comment (huh, where did this come from?)

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

21 years agoOpened <Directory> but closed </DirectoryMatch>
Rich Bowen [Wed, 20 Nov 2002 21:59:27 +0000 (21:59 +0000)]
Opened <Directory> but closed </DirectoryMatch>

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

21 years agoUpdate votes...
Sander Striker [Wed, 20 Nov 2002 21:43:24 +0000 (21:43 +0000)]
Update votes...

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

21 years agoAnd a chicken in every pot
Jim Jagielski [Wed, 20 Nov 2002 21:28:21 +0000 (21:28 +0000)]
And a chicken in every pot

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

21 years agofix the sample worker configuration... it didn't make any sense
Jeff Trawick [Wed, 20 Nov 2002 12:50:57 +0000 (12:50 +0000)]
fix the sample worker configuration...  it didn't make any sense
previously, and you'd see something like this when starting Apache
with it:

WARNING: MaxClients (8) must be at least as large
 large as ThreadsPerChild (25). Automatically
 increasing MaxClients to 25.

PR:              10430

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

21 years agoSubmitted by: Mads Toftum
Rich Bowen [Wed, 20 Nov 2002 03:12:35 +0000 (03:12 +0000)]
Submitted by: Mads Toftum
Reviewed by: Rich Bowen
Another bunch of changes to remove some of the stuff that has been
obsoleted by the inclusion of mod_ssl in apache. There is still some of
the submitting bugs / mailing list stuff (see
http://httpd.apache.org/ssl/ssl_faq.html#contact) that needs to be
reworked - but someone needs to decide whether to point at bugzilla
and/or the bugdb at modssl.org.

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

21 years agoBig brains here say this after trying 4.7 out...
Justin Erenkrantz [Wed, 20 Nov 2002 00:15:31 +0000 (00:15 +0000)]
Big brains here say this after trying 4.7 out...

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

21 years agoAxe some warnings in rotatelogs which came when the program was
Jeff Trawick [Wed, 20 Nov 2002 00:09:56 +0000 (00:09 +0000)]
Axe some warnings in rotatelogs which came when the program was
converted to use APR.  The behaviors of apr_file_read() and
apr_file_write() weren't taken completely into account.

But note: In a couple of places the check "nRead < 0" was removed.
          While that is meaningless with APR and hasn't done anything
          useful in a long time, in Apache 1.3 days it was essentially
          a check for read-failed-with-EINTR.  Apparently a rotation
          would occur if the read was interrupted by a signal.  That
          function has been lost with the APR-ization.

PR:              12617

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

21 years agobucket length parameter is apr_size_t, which isn't always signed,
Jeff Trawick [Tue, 19 Nov 2002 19:32:38 +0000 (19:32 +0000)]
bucket length parameter is apr_size_t, which isn't always signed,
so be careful when comparing with the special value -1

Submitted by: Allan Edwards <ake@us.ibm.com>
Reviewed by: Jeff Trawick

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

21 years agoMinor clarification on a few points. Added note about what "older
Rich Bowen [Mon, 18 Nov 2002 22:50:53 +0000 (22:50 +0000)]
Minor clarification on a few points. Added note about what "older
browsers" means. <indent> formatting on example blocks.

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

21 years agoUse AP_DECLARE in the debug versions of ap_strXXX in case the
Jeff Trawick [Mon, 18 Nov 2002 21:43:13 +0000 (21:43 +0000)]
Use AP_DECLARE in the debug versions of ap_strXXX in case the
default calling convention is not the same as the one used by
AP_DECLARE.

Submitted by:   Juan Rivera <Juan.Rivera@citrix.com>
Reviewed by:   Jeff Trawick

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

21 years agouse memcpy() instead of strncpy() since strncpy() is more expensive but
Jeff Trawick [Mon, 18 Nov 2002 14:13:53 +0000 (14:13 +0000)]
use memcpy() instead of strncpy() since strncpy() is more expensive but
none of its extra function is needed

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

21 years ago- add <seealso> to mod_log_config
André Malo [Mon, 18 Nov 2002 00:50:15 +0000 (00:50 +0000)]
- add <seealso> to mod_log_config
- use same log format table style as mod_log_config
-> update transformation

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

21 years agoupdate transformation
André Malo [Mon, 18 Nov 2002 00:29:45 +0000 (00:29 +0000)]
update transformation

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

21 years ago- reformatting & markup
André Malo [Mon, 18 Nov 2002 00:28:51 +0000 (00:28 +0000)]
- reformatting & markup
- zebra-styled log format table
- changed the directive compat notes
- mentioned, that nicknames should not contain %

Reviewed by: Joshua Slive

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

21 years agoClarify that name-based vhosts are not necessarily only for systems with
Rich Bowen [Mon, 18 Nov 2002 00:02:44 +0000 (00:02 +0000)]
Clarify that name-based vhosts are not necessarily only for systems with
a single IP address. Or at least remove the implication to the contrary.

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

21 years agoSubmitted by: Mads Toftum
Rich Bowen [Sun, 17 Nov 2002 23:36:10 +0000 (23:36 +0000)]
Submitted by: Mads Toftum
Reviewed by: Rich Bowen
This takes care of all mentions of EAPI except one in the ssl faq.

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

21 years agoSubmitted by: Mads Toftum
Rich Bowen [Sun, 17 Nov 2002 23:33:26 +0000 (23:33 +0000)]
Submitted by: Mads Toftum
Reviewed by: Rich Bowen
Just getting rid of a reference to EAPI that shouldn't be there.

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

21 years agoBroken link.
Erik Abele [Sun, 17 Nov 2002 20:53:30 +0000 (20:53 +0000)]
Broken link.

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

21 years agoPR: Debian Bug report #169431 -- Documentation of AllowOverride strongly
Rich Bowen [Sun, 17 Nov 2002 20:43:12 +0000 (20:43 +0000)]
PR: Debian Bug report #169431 -- Documentation of AllowOverride strongly
(and wrongly) implies it is valid within a <Location> directive.
This patch corrects that, as you really can't use AllowOverride in Files
or Location sections.

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

21 years agoupdate transformation
André Malo [Sun, 17 Nov 2002 06:42:28 +0000 (06:42 +0000)]
update transformation

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

21 years ago- add several <parentdocument>s
André Malo [Sun, 17 Nov 2002 06:28:40 +0000 (06:28 +0000)]
- add several <parentdocument>s
- mention the rewriteguide on misc/index
  (hmm, what about the perf-hp document in /platform/?
   Is it still on topic?)

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

21 years agocheck whether <parentdocument> contains text(nodes).
André Malo [Sun, 17 Nov 2002 05:54:04 +0000 (05:54 +0000)]
check whether <parentdocument> contains text(nodes).

this allows documents to set the href of the top left left-arrow
without adding a breadcrumb link. This feature primarily intended for
directory index files.

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

21 years agoKISS.
André Malo [Sun, 17 Nov 2002 05:23:23 +0000 (05:23 +0000)]
KISS.
<xsl:attribute> makes the life easy :)

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

21 years agoAnother typo in a german error message.
Erik Abele [Sun, 17 Nov 2002 02:48:51 +0000 (02:48 +0000)]
Another typo in a german error message.

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

21 years agoTypos in german error messages.
Erik Abele [Sun, 17 Nov 2002 02:19:39 +0000 (02:19 +0000)]
Typos in german error messages.

Fixes BUG #13119 and #8491.

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

21 years agoForward-port force-response-1.0 change and document no-gzip.
Joshua Slive [Sun, 17 Nov 2002 02:15:16 +0000 (02:15 +0000)]
Forward-port force-response-1.0 change and document no-gzip.

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

21 years agomod_ext_filter has switched from Experimental to Extension.
Joshua Slive [Sun, 17 Nov 2002 01:43:20 +0000 (01:43 +0000)]
mod_ext_filter has switched from Experimental to Extension.

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

21 years agoWhen storing the response headers in mod_cache, omit Transfer-Encoding
Brian Pane [Sun, 17 Nov 2002 01:33:25 +0000 (01:33 +0000)]
When storing the response headers in mod_cache, omit Transfer-Encoding
and any other hop-by-hop headers that shouldn't be applied when the
response is later delivered from cache:
http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=103727389213072
Diagnosed by: Estrade Matthieu <estrade-m@ifrance.com>

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

21 years ago- <em> -> <var>
André Malo [Sat, 16 Nov 2002 20:21:38 +0000 (20:21 +0000)]
- <em> -> <var>
- little reformatting
-> update transformation

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

21 years agocore_output_filter: back out changes to clean up resources before the end
Greg Ames [Sat, 16 Nov 2002 02:27:33 +0000 (02:27 +0000)]
core_output_filter: back out changes to clean up resources before the end
of a keepalive connection until we can figure out how to do it safely for
mmap buckets

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

21 years ago- <em> -> <var>
André Malo [Sat, 16 Nov 2002 02:20:35 +0000 (02:20 +0000)]
- <em> -> <var>
- add markup
- fix contextlist of ISAPIReadAheadBuffer
-> update transformation

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

21 years ago- <em> -> <var>
André Malo [Sat, 16 Nov 2002 01:31:29 +0000 (01:31 +0000)]
- <em> -> <var>
- little markup & reformatting

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

21 years agoupdate transformation
André Malo [Sat, 16 Nov 2002 00:48:49 +0000 (00:48 +0000)]
update transformation

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

21 years agomore formal changes:
André Malo [Sat, 16 Nov 2002 00:47:52 +0000 (00:47 +0000)]
more formal changes:
- moved path_info section below the "enabling" section
- dropped "Using Server Side Includes for ErrorDocuments" section and added
  a simple seealso instead. I don't see, that we need a separate section to
  set a link.
- created an own subsection for every SSI element and put an overview table
  on top of it, this resolves also the mozilla problem with nested <dl>s,
  that was still present (sometimes)
- fixed some typos
- markup.

content changes:
- added a note about the behaviour of fsize/flastmod virtual
- removed apache 1.2 compatibility notes (this is a 2.x documentation)
- added a compat note in the module overview table
- added description for QUERY_STRING_UNESCAPED
- splitted flow control descriptions (=, != vs. <, <=, >, >=; the former
  allow regexps, the latter don't)
- added a sentence and an example about regexp capturing
- mentioned the literal comparison (vs. numerical)
- includesNOEXEC allows only text/* ressources to be included.
  mentioned that.

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

21 years agoUpdated the NetWare make conf script to handle the new Listen statements
Bradley Nicholes [Sat, 16 Nov 2002 00:29:29 +0000 (00:29 +0000)]
Updated the NetWare make conf script to handle the new Listen statements

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

21 years agoadd missing linebreaks
André Malo [Fri, 15 Nov 2002 05:33:29 +0000 (05:33 +0000)]
add missing linebreaks

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