]> granicus.if.org Git - apache/log
apache
22 years agoFix the PATH exposure security problem I thought I fixed in 2.0.36.
Bill Stoddard [Tue, 30 Jul 2002 18:14:47 +0000 (18:14 +0000)]
Fix the PATH exposure security problem I thought I fixed in 2.0.36.

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

22 years agoWin32: Install libapriconv
Bill Stoddard [Tue, 30 Jul 2002 17:07:44 +0000 (17:07 +0000)]
Win32: Install libapriconv

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

22 years agoReplace some <code> with <directive>
Joshua Slive [Tue, 30 Jul 2002 16:48:17 +0000 (16:48 +0000)]
Replace some <code> with <directive>

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

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

22 years agoWhen deciding on the default address family for listening sockets,
Jeff Trawick [Tue, 30 Jul 2002 14:52:12 +0000 (14:52 +0000)]
When deciding on the default address family for listening sockets,
make sure we can actually bind to an AF_INET6 socket before
deciding that we should default to AF_INET6.  This fixes a startup
problem on certain levels of OpenUNIX.

PR:        10235

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

22 years agoAdd in missing CVE name; make SECURITY entries more consistant
Mark J. Cox [Tue, 30 Jul 2002 13:14:45 +0000 (13:14 +0000)]
Add in missing CVE name; make SECURITY entries more consistant
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agofix a spelling problem
Jeff Trawick [Tue, 30 Jul 2002 13:00:33 +0000 (13:00 +0000)]
fix a spelling problem

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

22 years agoNew transformations.
Yoshiki Hayashi [Tue, 30 Jul 2002 07:58:17 +0000 (07:58 +0000)]
New transformations.

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

22 years agoNew Japanese translations. Forward port from 1.3.
Yoshiki Hayashi [Tue, 30 Jul 2002 07:57:07 +0000 (07:57 +0000)]
New Japanese translations.  Forward port from 1.3.

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

22 years agoUpdate Japanese translations.
Yoshiki Hayashi [Tue, 30 Jul 2002 07:51:09 +0000 (07:51 +0000)]
Update Japanese translations.

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

22 years agoUpdate transformation.
Joshua Slive [Mon, 29 Jul 2002 18:45:32 +0000 (18:45 +0000)]
Update transformation.

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

22 years ago The PRIOR commit ommitted the following [necessary] comments;
William A. Rowe Jr [Mon, 29 Jul 2002 15:48:36 +0000 (15:48 +0000)]
The PRIOR commit ommitted the following [necessary] comments;

    Refactored out the child behavior from mpm_winnt.  This is the first
    step in making a legible multiprocess windows mpm, or at least
    structuring the code to always begin a new child as an old one is
    going to die soon, rather than waiting for it's final dying breath.

    The only code that had to be affected [due to the split and general
    structure of the code] was merging the set_listeners_noninherited()
    code directly into the get_listeners_from_parent code, and also into
    the apr socket.c code for winnt.  For the most part the code split
    rather nicely.

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

22 years agoSorry, I meant to remove references to NetWare 5.0. Apache 2.0 is supported
Bradley Nicholes [Mon, 29 Jul 2002 15:48:31 +0000 (15:48 +0000)]
Sorry, I meant to remove references to NetWare 5.0.  Apache 2.0 is supported
on NetWare 5.1 and above.

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

22 years agoMark Order as directive.
Yoshiki Hayashi [Mon, 29 Jul 2002 13:53:49 +0000 (13:53 +0000)]
Mark Order as directive.

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

22 years agoUpdate transformation.
Yoshiki Hayashi [Mon, 29 Jul 2002 11:47:55 +0000 (11:47 +0000)]
Update transformation.

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

22 years agoUpdate Japanese translation.
Yoshiki Hayashi [Mon, 29 Jul 2002 11:47:39 +0000 (11:47 +0000)]
Update Japanese translation.

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

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

22 years agoNew XML.
Yoshiki Hayashi [Mon, 29 Jul 2002 11:45:26 +0000 (11:45 +0000)]
New XML.

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

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

22 years agoAdd transformation rule for root directory Japanese XML files.
Yoshiki Hayashi [Mon, 29 Jul 2002 11:43:11 +0000 (11:43 +0000)]
Add transformation rule for root directory Japanese XML files.

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

22 years ago pconf global factors out nicely. The one other pconf appears to be
William A. Rowe Jr [Mon, 29 Jul 2002 05:12:50 +0000 (05:12 +0000)]
  pconf global factors out nicely.  The one other pconf appears to be
  eqivilant to pchild.

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

22 years ago Refactor out the child behavior from mpm_winnt. This is the first
William A. Rowe Jr [Mon, 29 Jul 2002 05:06:20 +0000 (05:06 +0000)]
  Refactor out the child behavior from mpm_winnt.  This is the first
  step in making a legible multiprocess windows mpm, or at least
  structuring the code to always begin a new child as an old one is
  going to die soon, rather than waiting for it's final dying breath.

  The only code that had to be affected [due to the split and general
  structure of the code] was merging the set_listeners_noninherited()
  code directly into the get_listeners_from_parent code, and also into
  the apr socket.c code for winnt.  For the most part the code splits
  rather nicely.

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

22 years agotypo in module name. mod_mine -> mod_mime
Rich Bowen [Sun, 28 Jul 2002 13:32:41 +0000 (13:32 +0000)]
typo in module name. mod_mine -> mod_mime

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

22 years agoThis line seems to generate an awful lot of spam.
Rich Bowen [Sun, 28 Jul 2002 13:32:11 +0000 (13:32 +0000)]
This line seems to generate an awful lot of spam.

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

22 years agoAdd back a couple things I lost in the shuffle of the last commit.
Joshua Slive [Sat, 27 Jul 2002 18:58:34 +0000 (18:58 +0000)]
Add back a couple things I lost in the shuffle of the last commit.

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

22 years agoFix a problem with commas appearing in the related module section,
Joshua Slive [Sat, 27 Jul 2002 18:51:59 +0000 (18:51 +0000)]
Fix a problem with commas appearing in the related module section,
and factor out a bunch of common stuff into callable templates
to make the stylesheet shorter and clearer.

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

22 years ago Refactor the ready_event so that it's scope is the absolute minimum
William A. Rowe Jr [Sat, 27 Jul 2002 18:13:59 +0000 (18:13 +0000)]
  Refactor the ready_event so that it's scope is the absolute minimum
  necessary... we were leaking ready_event's.  Close it in the parent
  and child the moment it is no longer needed.

  Also, fail more gracefully if the child process terminates before we
  ever receive the ready_event [should improve robustness significantly.]

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

22 years agoNew XML.
Joshua Slive [Sat, 27 Jul 2002 17:18:50 +0000 (17:18 +0000)]
New XML.

Submitted by: David Shane Holden <dpejesh@yahoo.com>

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

22 years agoTransform <seealso> and add an <hr> before the footer.
Joshua Slive [Sat, 27 Jul 2002 17:14:42 +0000 (17:14 +0000)]
Transform <seealso> and add an <hr> before the footer.

Submitted by: David Shane Holden <dpejesh@yahoo.com>

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

22 years agoTailing slashes should match.
Joshua Slive [Sat, 27 Jul 2002 15:51:04 +0000 (15:51 +0000)]
Tailing slashes should match.

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

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

22 years agoOvercast and humid in Montreal.
Joshua Slive [Sat, 27 Jul 2002 15:45:43 +0000 (15:45 +0000)]
Overcast and humid in Montreal.

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

22 years agoNew XML.
Joshua Slive [Sat, 27 Jul 2002 15:37:03 +0000 (15:37 +0000)]
New XML.

Submitted by: Vincent de Lau <vincent@delau.nl>

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

22 years agoNew xml.
Joshua Slive [Sat, 27 Jul 2002 15:28:06 +0000 (15:28 +0000)]
New xml.

Submitted by: David Shane Holden <dpejesh@yahoo.com>

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

22 years agoNo content change; style update only.
Joshua Slive [Sat, 27 Jul 2002 15:20:50 +0000 (15:20 +0000)]
No content change; style update only.

Submitted by: David Shane Holden <dpejesh@yahoo.com>

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

22 years ago Rather than an arbitrary sleep interval, improve robustness and speed
William A. Rowe Jr [Sat, 27 Jul 2002 02:16:30 +0000 (02:16 +0000)]
  Rather than an arbitrary sleep interval, improve robustness and speed
  things up (in the usual case) by using an event mutex.

Submitted by: David Shane Holden <dpejesh@yahoo.com>

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

22 years agoRemove references to Netware 5.
Joshua Slive [Sat, 27 Jul 2002 01:49:40 +0000 (01:49 +0000)]
Remove references to Netware 5.

Submitted by: Brad Nicholes <BNICHOLES@novell.com>

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

22 years agoFix an inconsistency with the relativepath tag.
Joshua Slive [Sat, 27 Jul 2002 01:40:05 +0000 (01:40 +0000)]
Fix an inconsistency with the relativepath tag.

Submitted by: Vincent de Lau <openoffice@delau.nl>

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

22 years agoldap is not part of the apache distribution.
Joshua Slive [Fri, 26 Jul 2002 18:02:55 +0000 (18:02 +0000)]
ldap is not part of the apache distribution.

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

22 years agoRemove meta tags and fix main title.
Joshua Slive [Fri, 26 Jul 2002 17:43:20 +0000 (17:43 +0000)]
Remove meta tags and fix main title.

Submitted by: Vincent de Lau <vincent@delau.nl>

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

22 years agoFix DTDs so that related is in common and section works properly.
Joshua Slive [Fri, 26 Jul 2002 17:42:02 +0000 (17:42 +0000)]
Fix DTDs so that related is in common and section works properly.

Submitted by: Vincent de Lau <vincent@delau.nl>

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

22 years agoMake xml docs conform to DTD
Joshua Slive [Fri, 26 Jul 2002 17:39:37 +0000 (17:39 +0000)]
Make xml docs conform to DTD

Submitted by: Vincent de Lau <vincent@delau.nl>

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

22 years agoOops. Forgot to update this line.
Yoshiki Hayashi [Fri, 26 Jul 2002 08:14:58 +0000 (08:14 +0000)]
Oops.  Forgot to update this line.

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

22 years agoSync with XHTML validity change.
Yoshiki Hayashi [Fri, 26 Jul 2002 08:12:04 +0000 (08:12 +0000)]
Sync with XHTML validity change.

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

22 years agoUpdate Japanese translations.
Yoshiki Hayashi [Fri, 26 Jul 2002 08:03:01 +0000 (08:03 +0000)]
Update Japanese translations.

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

22 years agoEscape >.
Yoshiki Hayashi [Fri, 26 Jul 2002 07:32:22 +0000 (07:32 +0000)]
Escape >.

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

22 years agoIn some application environments, the mod_dav hook structures are
Greg Stein [Thu, 25 Jul 2002 21:56:05 +0000 (21:56 +0000)]
In some application environments, the mod_dav hook structures are
allocated dynamically. The structures need a context pointer to
represent that dynamic "object", so a pointer was added to the end of
each of the more important structures.

While providers don't need to add this field to their structures (it
will default to NULL), I went ahead and added it to mod_dav_fs for
clarity.

No MMN bump is required because Apache does not use/examine the
fields (only the provider will set and use them).

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

22 years agoPatch submitted by David Shane Holden to make docs valid xhtml.
Rich Bowen [Thu, 25 Jul 2002 21:46:42 +0000 (21:46 +0000)]
Patch submitted by David Shane Holden to make docs valid xhtml.

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

22 years agoFinally have this doc the way I want it.
Rich Bowen [Thu, 25 Jul 2002 21:36:43 +0000 (21:36 +0000)]
Finally have this doc the way I want it.

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

22 years agoAdded <code> formatting on keywords. Also ran tidy to generate valid
Rich Bowen [Thu, 25 Jul 2002 21:07:59 +0000 (21:07 +0000)]
Added <code> formatting on keywords. Also ran tidy to generate valid
xhtml.

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

22 years agoSubmitted by: Michael Schroepl
Rich Bowen [Thu, 25 Jul 2002 19:10:17 +0000 (19:10 +0000)]
Submitted by: Michael Schroepl
Typos, grammar, and phrasing corrections.

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

22 years agoFixed the ap_cgi_build_command() function for NetWare so that it correctly
Bradley Nicholes [Thu, 25 Jul 2002 19:06:13 +0000 (19:06 +0000)]
Fixed the ap_cgi_build_command() function for NetWare so that it correctly
builds both the CGI and SSI command strings.

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

22 years agoCorrected invalid link.
Rich Bowen [Thu, 25 Jul 2002 17:11:33 +0000 (17:11 +0000)]
Corrected invalid link.

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

22 years agoLinks to module, directive, and howto documentation.
Rich Bowen [Thu, 25 Jul 2002 17:07:12 +0000 (17:07 +0000)]
Links to module, directive, and howto documentation.

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

22 years agoInstall the online manual unconditionally. This gets make install closer
Greg Ames [Thu, 25 Jul 2002 15:47:12 +0000 (15:47 +0000)]
Install the online manual unconditionally.  This gets make install closer
to how it *really* works in 1.3.

Also, get rid of CVS stuff in the manual/ directory

Submitted by: Justin Erenkrantz, Greg Ames

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

22 years agoFirst draft of .htaccess tutorial-style documentation.
Rich Bowen [Thu, 25 Jul 2002 14:35:28 +0000 (14:35 +0000)]
First draft of .htaccess tutorial-style documentation.
Reviewed by: Several people on docs mailing list, as well as various
folks on IRC.

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

22 years agoUpdate Japanese translation.
Yoshiki Hayashi [Thu, 25 Jul 2002 07:37:06 +0000 (07:37 +0000)]
Update Japanese translation.

Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
Reviewed by: Yoshiki Hayashi

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

22 years agoUpdate Japanese translations.
Yoshiki Hayashi [Thu, 25 Jul 2002 07:36:15 +0000 (07:36 +0000)]
Update Japanese translations.

Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
Reviewed by: Yoshiki Hayashi

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

22 years agoConversion of patches submitted by Daniel
Rich Bowen [Thu, 25 Jul 2002 00:26:22 +0000 (00:26 +0000)]
Conversion of patches submitted by Daniel
Submitted by: Daniel Lopez

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

22 years agoSmall typos in submitted patch.
Rich Bowen [Thu, 25 Jul 2002 00:24:23 +0000 (00:24 +0000)]
Small typos in submitted patch.

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

22 years agoSSLProxy* directives that exist in mod_ssl for Apache 2 but are not
Rich Bowen [Thu, 25 Jul 2002 00:16:26 +0000 (00:16 +0000)]
SSLProxy* directives that exist in mod_ssl for Apache 2 but are not
documented anywhere.
Submitted by: Daniel Lopez
Reviewed by: Rich Bowen

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

22 years agoReplace atol() calls which should return long long with apr_atoll() calls.
Wilfredo Sanchez [Wed, 24 Jul 2002 20:47:28 +0000 (20:47 +0000)]
Replace atol() calls which should return long long with apr_atoll() calls.
Submitted by: Shantonu Sen <ssen@apple.com>

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

22 years agomod_echo added to the listing.
Rich Bowen [Wed, 24 Jul 2002 20:02:46 +0000 (20:02 +0000)]
mod_echo added to the listing.

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

22 years agoStyle police comin' through..
Ken Coar [Wed, 24 Jul 2002 17:21:45 +0000 (17:21 +0000)]
Style police comin' through..

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

22 years agoThunderstorms every day for the next week
Ken Coar [Wed, 24 Jul 2002 16:55:45 +0000 (16:55 +0000)]
Thunderstorms every day for the next week

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

22 years agoTypo
Rich Bowen [Wed, 24 Jul 2002 15:24:31 +0000 (15:24 +0000)]
Typo
Submitted by: johannes m. richter

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

22 years agoTypo.
Rich Bowen [Wed, 24 Jul 2002 15:22:56 +0000 (15:22 +0000)]
Typo.
Submitted by: Johannes m. richter

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

22 years agoHold the Apache screen open on NetWare if exit() is called for any reason
Bradley Nicholes [Wed, 24 Jul 2002 15:17:56 +0000 (15:17 +0000)]
Hold the Apache screen open on NetWare if exit() is called for any reason
during initialization and configuration of the main Apache process.

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

22 years agolibaprutil apps work on AIX again
Jeff Trawick [Wed, 24 Jul 2002 14:02:56 +0000 (14:02 +0000)]
libaprutil apps work on AIX again

the similar Tru64 symptom must have been caused by
something else since it went away

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

22 years agonot much point in having this in STATUS any more
Greg Ames [Wed, 24 Jul 2002 14:01:00 +0000 (14:01 +0000)]
not much point in having this in STATUS any more

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

22 years agoobviously the current apachectl interface isn't weird after all
Jeff Trawick [Wed, 24 Jul 2002 10:44:48 +0000 (10:44 +0000)]
obviously the current apachectl interface isn't weird after all

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

22 years agoshouldn't be picky about where the darn things are installed
Jeff Trawick [Wed, 24 Jul 2002 10:43:43 +0000 (10:43 +0000)]
shouldn't be picky about where the darn things are installed

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

22 years agoCast some votes.
Sander Striker [Wed, 24 Jul 2002 09:43:59 +0000 (09:43 +0000)]
Cast some votes.

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

22 years agothe directives ignorecachecontrol & ignorelastmodified weren't being set
Ian Holsman [Wed, 24 Jul 2002 04:05:35 +0000 (04:05 +0000)]
the directives ignorecachecontrol & ignorelastmodified weren't being set
properly for virtual hosts.

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

22 years agoAdd documentation for mod_echo.
Rich Bowen [Wed, 24 Jul 2002 03:13:04 +0000 (03:13 +0000)]
Add documentation for mod_echo.

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

22 years agoA vetoing I will go... A vetoing I will go..
Ian Holsman [Wed, 24 Jul 2002 00:09:34 +0000 (00:09 +0000)]
A vetoing I will go... A vetoing I will go..
hi ho the merrio .. a vetoing I will go.
;-0

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

22 years agovote on wrapper scripts
Greg Ames [Tue, 23 Jul 2002 18:04:23 +0000 (18:04 +0000)]
vote on wrapper scripts

Keeping apachectl simple seems desirable.  The tasks listed for httpd.sh
seem reasonable too.

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

22 years agoNothing to see here. Just committing a very small change to the transformations.
Joshua Slive [Tue, 23 Jul 2002 17:46:39 +0000 (17:46 +0000)]
Nothing to see here.  Just committing a very small change to the transformations.

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

22 years agoIntroduce changes necessary to bring the remainder of the manual into xml.
Joshua Slive [Tue, 23 Jul 2002 17:45:36 +0000 (17:45 +0000)]
Introduce changes necessary to bring the remainder of the manual into xml.

1. Add a <relative-path href="whatever"/> element to the manualpage
DTD.  This should give the path from the location of the page to
the root of the manual directory.  It is necessary for proper linking
to directives, etc.

2. Add the stuff to common.xsl necessary to transform a <manualpage>.
This is basically the minimum.  It creates something VERY similar to
what we had before (with the exception of a little css here and
there).  I very much hope that this will be improved soon to look
nicer.

3. Add configuring.xml, which was written by Astrid Kessler.  I made only
a very few small changes to bring it in line with the current DTD.

I have not yet committed the corresponding configuring.html.en, since I
want to give people a little opporunity to comment on this stuff.

My appologies, but I am committing a few style changes to common.xsl
along with the substantial changes.  That file is really hard to
work with, and should probably be broken up.

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

22 years agoAfter an install, the default config files are useful. After an upgrade
Ryan Bloom [Tue, 23 Jul 2002 17:44:55 +0000 (17:44 +0000)]
After an install, the default config files are useful.  After an upgrade
they aren't.

If the config directive's syntax changed, Apache will tell
you which one changed, and the docs are a better place to go for details
then the default config files.  BTW, the syntax of a directive hasn't
changed for a VERY long time.

If the semantics changed, then nobody will ever know that they need to
look in the default config files to determine that they semantics changed,
because there is no error message.

The argument that you want to be able to get the defaults back doesn't
hold water, because 99.9% of all admins backup their files before
modifying them.  If you aren't backing them up, then that is your problem.

The argument that you may not have a full config directory also doesn't
hold water, because the assumption is that the conf/ directory is coming
from a working server.

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

22 years agosysconfdir/examples is my current favorite
Jeff Trawick [Tue, 23 Jul 2002 17:24:35 +0000 (17:24 +0000)]
sysconfdir/examples is my current favorite

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

22 years agovote on generating default config files.
Greg Ames [Tue, 23 Jul 2002 17:23:41 +0000 (17:23 +0000)]
vote on generating default config files.

Abstaining for now on where they should live.  It would be work to move them.
Is it worth it?  dunno

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

22 years agoI'm VERY reluctant to get into this argument, but...
Joshua Slive [Tue, 23 Jul 2002 17:09:02 +0000 (17:09 +0000)]
I'm VERY reluctant to get into this argument, but...

I do consider it useful to have an updated httpd-std.conf with a new version.
Some docs-project people would like to have a directory to dump all sorts
of sample configurations.

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

22 years agoperhaps there is some magic place to copy foo-std.conf...
Jeff Trawick [Tue, 23 Jul 2002 16:57:00 +0000 (16:57 +0000)]
perhaps there is some magic place to copy foo-std.conf...

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

22 years ago--clues
Jeff Trawick [Tue, 23 Jul 2002 14:08:26 +0000 (14:08 +0000)]
--clues

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

22 years agoIncluding the make file for mod_ext_filter to the main build for NetWare
Bradley Nicholes [Mon, 22 Jul 2002 21:20:19 +0000 (21:20 +0000)]
Including the make file for mod_ext_filter to the main build for NetWare

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

22 years agoAdding the NetWare make file for mod_ext_filter
Bradley Nicholes [Mon, 22 Jul 2002 21:19:36 +0000 (21:19 +0000)]
Adding the NetWare make file for mod_ext_filter

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

22 years agoThe french request-time-out error seemed to by copy-pasted and not editted.
Joshua Slive [Mon, 22 Jul 2002 17:52:27 +0000 (17:52 +0000)]
The french request-time-out error seemed to by copy-pasted and not editted.

Submitted by: lolo32@altavista.fr
Reviewed by: Joshua Slive (my french is far from perfect, but I don't
think this is too far off)

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

22 years agoMake a little effort to update the suexec docs to the 2.0 world.
Joshua Slive [Mon, 22 Jul 2002 17:43:59 +0000 (17:43 +0000)]
Make a little effort to update the suexec docs to the 2.0 world.
This still needs considerable attention.

Submitted by: Chris Herbst <chris@herbst.com>, Joshua Slive

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

22 years agoRemove a paragraph from the UseCanonicalName defition that is not relevant now
Joshua Slive [Mon, 22 Jul 2002 17:31:00 +0000 (17:31 +0000)]
Remove a paragraph from the UseCanonicalName defition that is not relevant now
that Port is gone.

PR: 11041

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

22 years agoa few updates
Jeff Trawick [Mon, 22 Jul 2002 14:26:21 +0000 (14:26 +0000)]
a few updates

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

22 years agoFix a resource leak where LDAP connections were not being returned
Graham Leggett [Mon, 22 Jul 2002 10:27:14 +0000 (10:27 +0000)]
Fix a resource leak where LDAP connections were not being returned
to the pool after being used.
PR:
Obtained from:
Submitted by: Scott Lamb <slamb@slamb.org>
Reviewed by:

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

22 years agoNote some things that need doing for future reference.
Joshua Slive [Sun, 21 Jul 2002 21:16:40 +0000 (21:16 +0000)]
Note some things that need doing for future reference.

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

22 years agoAdd a glossary for the apache docs. This is NOT based on the Covalent glossary
Joshua Slive [Sun, 21 Jul 2002 18:28:53 +0000 (18:28 +0000)]
Add a glossary for the apache docs.  This is NOT based on the Covalent glossary
because we couldn't work out the copyright issues.  Instead, it is based on
Ralf's work on the SSL glossary plus my own additions.

More entries are very welcome.  I tried to make this an "index" of the docs as
well as a glossary -- I included links to other places in the docs with more
information wherever possible.

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

22 years agoFix some hook ordering problems. mod_vhost_alias should, perhaps, be HOOK_LAST.
Joshua Slive [Sun, 21 Jul 2002 18:06:51 +0000 (18:06 +0000)]
Fix some hook ordering problems.  mod_vhost_alias should, perhaps, be HOOK_LAST.
It redefines the document root, so it should only be used if no other mapper wants
the request.  I haven't made that change here; I've simply put explict ordering
to make sure we get

mod_alias -> mod_userdir -> mod_vhost_alias

I can't compile apache at the moment for other reasons, so this is untested,
but it looks right to me.

PR: 8853

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

22 years ago A half hour to waste waiting for builds... this is what you get.
William A. Rowe Jr [Sun, 21 Jul 2002 09:19:19 +0000 (09:19 +0000)]
  A half hour to waste waiting for builds... this is what you get.
  mod_isapi will build and run on OSX... presume others as well unless
  I choose some awful errno values for portability.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years ago Cut-n-paste error
William A. Rowe Jr [Sun, 21 Jul 2002 03:28:51 +0000 (03:28 +0000)]
  Cut-n-paste error

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

22 years ago Until we are building loadable iconv modules, the core iconv will always
William A. Rowe Jr [Sun, 21 Jul 2002 00:24:32 +0000 (00:24 +0000)]
  Until we are building loadable iconv modules, the core iconv will always
  be carried around with aprutil.

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

22 years ago Unless I'm missing something obvious, apr-iconv never needs to be it's
William A. Rowe Jr [Sat, 20 Jul 2002 23:57:26 +0000 (23:57 +0000)]
  Unless I'm missing something obvious, apr-iconv never needs to be it's
  own .dll/.so library.  In the case of libapriconv, we need to anticipate
  that the library will be incorporated into libaprutil and exposed through
  the apr_xlate_() API.  In the case of the aprutil we can use the same
  approach.

  After this patch, one never includes the libapriconv or apriconv in any
  application.  Including libaprutil or aprutil is sufficient.

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

22 years agofix a broken build when no <prefix>/conf/ directory exists.
Greg Ames [Fri, 19 Jul 2002 20:16:55 +0000 (20:16 +0000)]
fix a broken build when no <prefix>/conf/ directory exists.

Submitted by: Karl Fogel
Reviewed by: Greg Ames

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

22 years agoFixing the access path to apr_md5.c since it moved to apr-util
Bradley Nicholes [Fri, 19 Jul 2002 19:49:37 +0000 (19:49 +0000)]
Fixing the access path to apr_md5.c since it moved to apr-util

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

22 years agoBringing the NetWare export script up to date with other export scripts
Bradley Nicholes [Fri, 19 Jul 2002 19:48:49 +0000 (19:48 +0000)]
Bringing the NetWare export script up to date with other export scripts

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

22 years agoremove logic which looks for a non-existant ssl.conf file in the docs/conf/
Greg Ames [Fri, 19 Jul 2002 15:32:36 +0000 (15:32 +0000)]
remove logic which looks for a non-existant ssl.conf file in the docs/conf/
build directory (it's ssl-std.conf there), then ignores its absence in the
next line.

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

22 years agono logic changes - just some style changes.
Greg Ames [Fri, 19 Jul 2002 15:23:43 +0000 (15:23 +0000)]
no logic changes - just some style changes.

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