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

21 years agomod_cgid: Handle environment variables containing newlines.
Jeff Trawick [Fri, 15 Nov 2002 02:49:29 +0000 (02:49 +0000)]
mod_cgid: Handle environment variables containing newlines.

Communication between handler and daemon used newlines to delimit
environment variables, which threw everything off when an environment
variable contained a newline.

Communication between handler and daemon was extensively reworked.
Environment variables were handled as in the patch submitted by
Piotr Czejkowski.

PR:              14550
Submitted by:  Piotr Czejkowski <apache@czarny.eu.org>, Jeff Trawick

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

21 years agoremove mod_ext_filter from experimental
Jeff Trawick [Thu, 14 Nov 2002 20:24:03 +0000 (20:24 +0000)]
remove mod_ext_filter from experimental

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

21 years agoMove mod_ext_filter out of experimental and into filters.
Jeff Trawick [Thu, 14 Nov 2002 20:22:50 +0000 (20:22 +0000)]
Move mod_ext_filter out of experimental and into filters.

See Attic in experimental directory for previous change history.

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

21 years agoFix a memory leak in mod_deflate with dynamic content. Because the
Cliff Woolley [Thu, 14 Nov 2002 19:22:26 +0000 (19:22 +0000)]
Fix a memory leak in mod_deflate with dynamic content.  Because the
brigade was being destroyed (ie, cleanup unregistered) rather than just
emptied out and then reused anyway, the last call down the filter stack
would leak buckets.

PR: 14321
Submitted by: Ken Franken <kfranken@decisionmark.com>
Reviewed by: Jeff Trawick, Cliff Woolley

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

21 years agoIt was sunny this morning, but the clouds have moved in.
Joshua Slive [Thu, 14 Nov 2002 19:20:54 +0000 (19:20 +0000)]
It was sunny this morning, but the clouds have moved in.

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

21 years agotypo
Erik Abele [Thu, 14 Nov 2002 19:18:03 +0000 (19:18 +0000)]
typo

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

21 years agotypo
Erik Abele [Thu, 14 Nov 2002 19:12:09 +0000 (19:12 +0000)]
typo

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

21 years agoFix markup.
Joshua Slive [Thu, 14 Nov 2002 19:04:36 +0000 (19:04 +0000)]
Fix markup.

Submitted by:  Andr� Malo

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

21 years agoupdate transformation
André Malo [Thu, 14 Nov 2002 18:50:09 +0000 (18:50 +0000)]
update transformation

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

21 years ago- adding markup
André Malo [Thu, 14 Nov 2002 18:43:32 +0000 (18:43 +0000)]
- adding markup
- reformatting a bit
- <em> -> <var>
- add seealso to UseCanonicalName
- add explicit XHTML example
- " inside quoted text is not impossible, it can be written as &quot;

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

21 years agoapachectl nroff->xml with a few content updates to document
Joshua Slive [Thu, 14 Nov 2002 17:24:33 +0000 (17:24 +0000)]
apachectl nroff->xml with a few content updates to document
the new pass-through mode.

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

21 years agoRemove the nroff httpd man page and put in an xml one in the manual.
Joshua Slive [Thu, 14 Nov 2002 16:24:53 +0000 (16:24 +0000)]
Remove the nroff httpd man page and put in an xml one in the manual.
At the same time, update with some new args.  More review of
this would be good.

Reviewed by: Astrid Kessler, Erik Abele, Andr� Malo, Rich Bowen

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

21 years agoAdd --[enable|disable]-v4-mapped configure option to control
Jeff Trawick [Thu, 14 Nov 2002 14:17:11 +0000 (14:17 +0000)]
Add --[enable|disable]-v4-mapped configure option to control
whether or not Apache expects to handle IPv4 connections
on IPv6 listening sockets.  Either setting will work on
systems with the IPV6_V6ONLY socket option.  --enable-v4-mapped
must be used on systems that always allow IPv4 connections on
IPv6 listening sockets.

Note: As the ssl config file is not automatically generated and
      it is expected to require editing anyway to work, the only
      change there was to suggest the required Listen statements
      in a comment.

PR:   PR 14037 (Bugzilla), PR 7492 (Gnats), various dups of these PRs

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

21 years agoNew XML.
Yoshiki Hayashi [Thu, 14 Nov 2002 09:22:42 +0000 (09:22 +0000)]
New XML.

Sumitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>

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

21 years ago- fix bogus example regex
André Malo [Thu, 14 Nov 2002 05:40:00 +0000 (05:40 +0000)]
- fix bogus example regex
- update transformation

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

21 years ago- <em> -> <var>
André Malo [Thu, 14 Nov 2002 05:28:04 +0000 (05:28 +0000)]
- <em> -> <var>
- reformatting + adding markup
- add optional env=[!]variable to formal syntax definition
- fix processing order (<Location> after <Files>)
- turn bogus <ul>s to <dl>
- add table border

- nothing else ;-)

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

21 years agoupdate transformation
André Malo [Thu, 14 Nov 2002 04:10:56 +0000 (04:10 +0000)]
update transformation

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

21 years ago- add directive <description>s
André Malo [Thu, 14 Nov 2002 04:06:08 +0000 (04:06 +0000)]
- add directive <description>s
- <em> -> <var>
- some reformatting and markup improvement

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

21 years agoThis fixes a problem where the underlying cache code
Paul J. Reder [Thu, 14 Nov 2002 02:04:01 +0000 (02:04 +0000)]
This fixes a problem where the underlying cache code
indicated that there was one more element on the cache
than there actually was. This happened since element 0
exists but is not used. This code allocates the correct
number of useable elements and reports the number of
actually used elements. The previous code only allowed
MCacheMaxObjectCount-1 objects to be stored in the
cache. [Paul J. Reder]

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

21 years agoAdd mod_disk_cache and mod_mem_cache to the indexes.
Joshua Slive [Thu, 14 Nov 2002 00:16:26 +0000 (00:16 +0000)]
Add mod_disk_cache and mod_mem_cache to the indexes.

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

21 years agotypo.
Erik Abele [Wed, 13 Nov 2002 22:01:09 +0000 (22:01 +0000)]
typo.

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

21 years agoDon't hold the Apache screen open when it exits with an error if all of the error
Bradley Nicholes [Wed, 13 Nov 2002 21:14:02 +0000 (21:14 +0000)]
Don't hold the Apache screen open when it exits with an error if all of the error
messages are going to a file anyway.  In other words, don't hold the screen
open if the -E <filename> command line parameter is used.

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

21 years agoAdd a little bit of content about the "-k" method
Joshua Slive [Wed, 13 Nov 2002 21:12:39 +0000 (21:12 +0000)]
Add a little bit of content about the "-k" method
of signaling apache and change the apachectl examples
to use that.

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