]>
granicus.if.org Git - apache/log
Graham Leggett [Thu, 8 Aug 2002 17:59:18 +0000 (17:59 +0000)]
Fix proxy so that it is possible to access ftp: URLs via a proxy
chain.
PR:
Obtained from:
Submitted by: Peter Van Biesen <peter.vanbiesen@vlafo.be>
Reviewed by: Graham Leggett <minfrin@apache.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96320
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Thu, 8 Aug 2002 14:26:47 +0000 (14:26 +0000)]
fix typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96319
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Wed, 7 Aug 2002 15:26:17 +0000 (15:26 +0000)]
mod-deflate now checks to make sure gzip-only-text-html is set to 1, not anything.
This will allow things like...
SetEnv gzip-only-text/html 1
BrowserMatch "GECKO" gzip-only-text/html=0
Obtained from: Andr� Schild <A.Schild@aarboard.ch>
Reviewed by: Ian Holsman
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96318
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Wed, 7 Aug 2002 12:35:03 +0000 (12:35 +0000)]
apxs lost the newline at the end of print "$result", so that apxs -q doesn't
return anything.
Submitted by: Thom May <thom@planetarytramp.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96317
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 6 Aug 2002 20:02:07 +0000 (20:02 +0000)]
Pardon je, it seems the most obvious solutions are always the easiest
to incorporate new bugs. Solve the 0index.html bad uri bug.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96316
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 6 Aug 2002 16:31:49 +0000 (16:31 +0000)]
Wasn't the only one with the essential idea, co-credit where credit is
due.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96315
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 6 Aug 2002 16:27:36 +0000 (16:27 +0000)]
This was never a 'vulnerability'... the APR_FILEPATH_SECUREROOT flag
passed to apr_filepath_merge refused to merge any rooted 'addpath'.
However, that isn't the traditional 1.3 behavior, so fly past any
leading '/'s on the way to merging the uri to the DocumentRoot.
PR: 10946
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96314
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 6 Aug 2002 06:54:50 +0000 (06:54 +0000)]
worth noting
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96313
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Mon, 5 Aug 2002 20:41:42 +0000 (20:41 +0000)]
update transform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96312
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Mon, 5 Aug 2002 20:11:32 +0000 (20:11 +0000)]
Extra extra warnings.
Submitted by: Zeno <zeno@cgisecurity.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96311
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 4 Aug 2002 18:48:29 +0000 (18:48 +0000)]
This was an identity... sort of silly really.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96309
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 4 Aug 2002 18:47:34 +0000 (18:47 +0000)]
INVALID_SOCKET is -1 and appropriate to test throughout.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96308
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 4 Aug 2002 18:44:52 +0000 (18:44 +0000)]
Lots o bugs and emits here. accept_socket is a handle, although vc and
the psdk aren't good about remembering that. never use GetLastError()
to ap_log_error. remember that we could have a socket closed by our
neighbor while we were blocking.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96307
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 4 Aug 2002 18:33:58 +0000 (18:33 +0000)]
We generate an .rc now, not a .h
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96306
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 4 Aug 2002 18:25:47 +0000 (18:25 +0000)]
Outch! Always check completion against actual socket/pipe/file handles,
never look at the completion event itself. Could be part of the zone
alarm mischief. Note also that waiting on two events is better than
waking every few minutes. Factoring out max_requests_per_child_hit
or whatever that event name is will help here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96305
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 4 Aug 2002 18:24:10 +0000 (18:24 +0000)]
Just an observation, we potentially read/retain far too much of the body,
and this can be optimized. Not a problem for sendfile based byterange
requests, but potentially lethal to serve byterange requests of any
parsed or cgi generated responses.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96304
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Sun, 4 Aug 2002 15:15:57 +0000 (15:15 +0000)]
format to 80 chars
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96303
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 3 Aug 2002 22:39:42 +0000 (22:39 +0000)]
We describe body lengths throughout apr in apr_off_t lengths. While we
all agree we won't ever cache an entity that huge in memory, the disk
cache is another matter [e.g. if we cache an existing file.]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96302
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 3 Aug 2002 22:01:40 +0000 (22:01 +0000)]
Revert to CRYPTO_malloc_init for non-rsa [gotta read the diffs more
closely the first time.]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96301
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 3 Aug 2002 22:00:23 +0000 (22:00 +0000)]
Support rsaref compilation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96300
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 3 Aug 2002 19:36:33 +0000 (19:36 +0000)]
catch up with the apr_atoll -> apr_atoi64 rename
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96299
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 3 Aug 2002 18:29:58 +0000 (18:29 +0000)]
Ignore goodness for VC6 .mak file exporters
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96298
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 3 Aug 2002 18:10:31 +0000 (18:10 +0000)]
More ignore goodness
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96297
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sat, 3 Aug 2002 17:17:28 +0000 (17:17 +0000)]
Corrected a copy&paste error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96296
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Fri, 2 Aug 2002 17:37:52 +0000 (17:37 +0000)]
typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96294
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Fri, 2 Aug 2002 12:13:14 +0000 (12:13 +0000)]
renamed upgrading.xml.en to upgrading.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96293
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 2 Aug 2002 11:18:19 +0000 (11:18 +0000)]
fix a spelling error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96292
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 2 Aug 2002 05:25:11 +0000 (05:25 +0000)]
Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96291
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 2 Aug 2002 05:21:24 +0000 (05:21 +0000)]
New Japanese translation.
Reviewed by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96290
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 2 Aug 2002 05:17:31 +0000 (05:17 +0000)]
Add description about default for some directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96289
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 2 Aug 2002 05:07:57 +0000 (05:07 +0000)]
New Japanese translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96288
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 2 Aug 2002 04:59:02 +0000 (04:59 +0000)]
Update Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96287
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 2 Aug 2002 04:58:01 +0000 (04:58 +0000)]
Reword description section to be consistent with other docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96286
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 2 Aug 2002 04:35:23 +0000 (04:35 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96285
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 2 Aug 2002 03:42:12 +0000 (03:42 +0000)]
Ensure that we toss the autom4te.cache directory before running autoconf.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96284
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 1 Aug 2002 23:26:43 +0000 (23:26 +0000)]
mod_ext_filter: Add the ability to enable or disable a filter via
an environment variable. Add the ability to register a filter of
type other than AP_FTYPE_RESOURCE.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96283
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Thu, 1 Aug 2002 22:38:57 +0000 (22:38 +0000)]
For german translations
Reviewed by: Michael Schroepl <Michael.Schroepl@telekurs.de>
Andr� Malo <nd@perlig.de>
Erik Abele <erik@codefaktor.de>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96282
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 1 Aug 2002 21:39:48 +0000 (21:39 +0000)]
This little bit of text is what has been preventing Mozilla from working
correctly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96276
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Thu, 1 Aug 2002 21:19:08 +0000 (21:19 +0000)]
New XML (based on the html file r1.24)
Changed some <code> to <directive>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96275
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 1 Aug 2002 19:33:59 +0000 (19:33 +0000)]
Remove files that were moved to site-tools/httpd-docs-build
(except for Makefile, which was just trashed because it isn't
needed anymore)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96273
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Thu, 1 Aug 2002 16:42:33 +0000 (16:42 +0000)]
we need apr-iconv now
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96272
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 1 Aug 2002 08:00:03 +0000 (08:00 +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@96271
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 1 Aug 2002 07:37:06 +0000 (07:37 +0000)]
Generated HTML files should depend on common.xsl.
This is only done in mod directory because it is hard to list generated
files by regular expression in other directories.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96270
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 31 Jul 2002 20:58:53 +0000 (20:58 +0000)]
Note that
Include directory/
reads the files in alpha order.
Submitted by: Andr� Malo <nd@perlig.de>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96267
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 31 Jul 2002 20:54:22 +0000 (20:54 +0000)]
Correct a couple errors in the xml markup.
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96266
13f79535 -47bb-0310-9956-
ffa450edef68
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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