]> granicus.if.org Git - apache/log
apache
21 years agoUpdate transformations. Nothing to see here.
Joshua Slive [Wed, 31 Jul 2002 20:50:23 +0000 (20:50 +0000)]
Update transformations.  Nothing to see here.

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

21 years agoAddModule and ClearModuleList no longer exist.
Joshua Slive [Wed, 31 Jul 2002 20:48:32 +0000 (20:48 +0000)]
AddModule and ClearModuleList no longer exist.

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

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

21 years agoDon't print an index if there is only one section.
Joshua Slive [Wed, 31 Jul 2002 20:45:50 +0000 (20:45 +0000)]
Don't print an index if there is only one section.

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

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

21 years agofix a typo in the last commit
Jeff Trawick [Wed, 31 Jul 2002 19:13:38 +0000 (19:13 +0000)]
fix a typo in the last commit

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

21 years agoignore some generated files on OS/390
Jeff Trawick [Wed, 31 Jul 2002 19:09:31 +0000 (19:09 +0000)]
ignore some generated files on OS/390

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

21 years agofix a compile problem in util_ldap.c when APU_HAS_LDAP_NETSCAPE_SSL
Jeff Trawick [Wed, 31 Jul 2002 15:43:15 +0000 (15:43 +0000)]
fix a compile problem in util_ldap.c when APU_HAS_LDAP_NETSCAPE_SSL

PR:                10324

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

21 years agoDeflateMemLevel specifies level (1-9), not bytes.
Yoshiki Hayashi [Wed, 31 Jul 2002 14:42:17 +0000 (14:42 +0000)]
DeflateMemLevel specifies level (1-9), not bytes.

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

21 years agoRestore the ability to specify host names on Listen directives.
Jeff Trawick [Wed, 31 Jul 2002 12:44:55 +0000 (12:44 +0000)]
Restore the ability to specify host names on Listen directives.
We needed to compare on the value we pass to apr_sockaddr_info_get(),
not the IP address string.  Sometimes this is an IP address string
and sometimes it is a host name.  Otherwise, on the second pass
through this code we won't find the existing listen_rec for a Listen
directive which had a host name, and we'll create a new listen_rec
and try to bind again to the same addr/port.

PR:                  11030
Helped immensely by: David Shane Holden <dpejesh@yahoo.com>,
                     who debugged it and submitted a patch which
                     showed the problem; a much simpler change was
                     committed though

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

21 years agoFix typo.
Yoshiki Hayashi [Wed, 31 Jul 2002 08:17:52 +0000 (08:17 +0000)]
Fix typo.

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

21 years ago Resolve more handle leaks.
William A. Rowe Jr [Wed, 31 Jul 2002 06:16:47 +0000 (06:16 +0000)]
  Resolve more handle leaks.

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

21 years ago Drop a redundant destructor.
William A. Rowe Jr [Wed, 31 Jul 2002 06:13:18 +0000 (06:13 +0000)]
  Drop a redundant destructor.

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

21 years ago Continue the effort to back away from shared globals, in the get and
William A. Rowe Jr [Wed, 31 Jul 2002 06:10:57 +0000 (06:10 +0000)]
  Continue the effort to back away from shared globals, in the get and
  put handles for child functions.  This gives us flexibility in the exit
  event to ultimately connect one exit event per child process.

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

21 years agoAdd more dependencies.
Yoshiki Hayashi [Wed, 31 Jul 2002 05:57:47 +0000 (05:57 +0000)]
Add more dependencies.

directives.html.en depends on other module XML files.
index.html.en depends on allmodules.xml.

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

21 years agoUpdate transformations.
Yoshiki Hayashi [Wed, 31 Jul 2002 05:46:03 +0000 (05:46 +0000)]
Update transformations.
Remove allmodules.html.en.

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

21 years agoMake this file valid XML.
Yoshiki Hayashi [Wed, 31 Jul 2002 05:38:55 +0000 (05:38 +0000)]
Make this file valid XML.

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

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

21 years agoAdd validate target to validate XML files.
Yoshiki Hayashi [Wed, 31 Jul 2002 05:37:13 +0000 (05:37 +0000)]
Add validate target to validate XML files.

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

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

21 years agoDocument the content-length filter performance problems
Brian Pane [Wed, 31 Jul 2002 05:30:12 +0000 (05:30 +0000)]
Document the content-length filter performance problems

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

21 years agosupport non-threaded configurations
Jeff Trawick [Tue, 30 Jul 2002 19:38:11 +0000 (19:38 +0000)]
support non-threaded configurations

PR:             10920

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

21 years agoif APR doesn't support threads, we don't need (and can't have) these
Jeff Trawick [Tue, 30 Jul 2002 19:31:35 +0000 (19:31 +0000)]
if APR doesn't support threads, we don't need (and can't have) these
thread mutexes

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

21 years agountabify
Jeff Trawick [Tue, 30 Jul 2002 18:27:14 +0000 (18:27 +0000)]
untabify

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

21 years agoLog error message to the client without the path name.
Bill Stoddard [Tue, 30 Jul 2002 18:18:03 +0000 (18:18 +0000)]
Log error message to the client without the path name.

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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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