]> granicus.if.org Git - apache/log
apache
20 years agosync
André Malo [Wed, 28 Jan 2004 20:10:54 +0000 (20:10 +0000)]
sync

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

20 years agoFixed file extensions for real media files and removed rpm extension
André Malo [Wed, 28 Jan 2004 19:12:53 +0000 (19:12 +0000)]
Fixed file extensions for real media files and removed rpm extension
from mime.types.

PR: 26079
Submitted by: Allan Sandfeld <kde carewolf.com>

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

20 years agoworker MPM: fix stack overlay bug that could cause the parent
Jeff Trawick [Wed, 28 Jan 2004 15:31:02 +0000 (15:31 +0000)]
worker MPM: fix stack overlay bug that could cause the parent
process to crash.

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

20 years agoavoid losing a subpool (until restart) on a rare error path
Jeff Trawick [Tue, 27 Jan 2004 17:11:04 +0000 (17:11 +0000)]
avoid losing a subpool (until restart) on a rare error path

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

20 years agoUnix MPMs: Stop dropping connections when the file descriptor
Jeff Trawick [Tue, 27 Jan 2004 15:19:58 +0000 (15:19 +0000)]
Unix MPMs: Stop dropping connections when the file descriptor
is at least FD_SETSIZE.

That isn't a problem for most users (since poll() is widespread).
On old boxes where select() must be used by APR, APR needs to fail
operations that don't work with such fds.

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

20 years agoissue a warning if an external rewrite map is used without RewriteLock.
André Malo [Tue, 27 Jan 2004 00:43:41 +0000 (00:43 +0000)]
issue a warning if an external rewrite map is used without RewriteLock.

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

20 years agofix error handling during flag parsing
André Malo [Tue, 27 Jan 2004 00:22:10 +0000 (00:22 +0000)]
fix error handling during flag parsing

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

20 years agofix out-of-date comment
Jeff Trawick [Mon, 26 Jan 2004 22:08:06 +0000 (22:08 +0000)]
fix out-of-date comment

Submitted by: Aryeh Katz
Reviewed by: Jeff Trawick

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

20 years ago* server/protocol.c (ap_rgetline_core): Fix folding if header is
Joe Orton [Mon, 26 Jan 2004 21:09:12 +0000 (21:09 +0000)]
* server/protocol.c (ap_rgetline_core): Fix folding if header is
continued over more than two lines.

PR: 19405 (affects proxy only)

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

20 years ago* server/protocol.c (ap_rgetline_core): Re-indent function after being
Joe Orton [Mon, 26 Jan 2004 20:58:12 +0000 (20:58 +0000)]
* server/protocol.c (ap_rgetline_core): Re-indent function after being
skewed by CAN-2003-0132 fix: no functional change.

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

20 years ago* configure.in: Remove unnecessary $builddir/server/mpm/$mpm and
Joe Orton [Mon, 26 Jan 2004 09:18:36 +0000 (09:18 +0000)]
* configure.in: Remove unnecessary $builddir/server/mpm/$mpm and
$srcdir from INCLUDES.  Remove unused USE_VPATH variable.

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

20 years agoAdd core version query function ap_get_server_revision and
André Malo [Sun, 25 Jan 2004 22:03:38 +0000 (22:03 +0000)]
Add core version query function ap_get_server_revision and
accompanying ap_version_t structure (minor MMN bump).
The function is similar to apr_version() and allow for exact
querying of the core revision level.

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

20 years agoEOLs sent by external rewritemaps are now consumed
André Malo [Sun, 25 Jan 2004 15:40:08 +0000 (15:40 +0000)]
EOLs sent by external rewritemaps are now consumed
as whole. That way, on systems with more than one EOL character
rewritemap programs no longer need to switch stdout to binary
mode.

PR: 25635

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

20 years agodocument [handler=...] and adjust [type=...]
André Malo [Sat, 24 Jan 2004 22:23:02 +0000 (22:23 +0000)]
document [handler=...] and adjust [type=...]

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

20 years agoIntroduce the ability to force a content handler via
André Malo [Sat, 24 Jan 2004 21:21:49 +0000 (21:21 +0000)]
Introduce the ability to force a content handler via
the [handler=...] flag.

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

20 years agodocument -x
André Malo [Sat, 24 Jan 2004 02:25:29 +0000 (02:25 +0000)]
document -x

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

20 years agoIntroduce the RewriteCond -x check, which returns
André Malo [Sat, 24 Jan 2004 02:02:09 +0000 (02:02 +0000)]
Introduce the RewriteCond -x check, which returns
true if the pattern is a file with execution permissions.

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

20 years ago* modules/ssl/ssl_engine_io.c (ssl_io_filter_output): Use non-blocking
Joe Orton [Fri, 23 Jan 2004 16:50:24 +0000 (16:50 +0000)]
* modules/ssl/ssl_engine_io.c (ssl_io_filter_output): Use non-blocking
bucket reads whilst data remains available; flush when a read returns
EAGAIN.  Fixes streaming nph- CGI scripts over SSL.

PR: 21944
Inspired by: Jeff Trawick

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

20 years agoupdate transformation
André Malo [Fri, 23 Jan 2004 00:13:50 +0000 (00:13 +0000)]
update transformation

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

20 years agosync
André Malo [Fri, 23 Jan 2004 00:08:16 +0000 (00:08 +0000)]
sync

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

20 years agoTypo: Patch submitted by Eric Cholet
Rich Bowen [Thu, 22 Jan 2004 16:46:48 +0000 (16:46 +0000)]
Typo: Patch submitted by Eric Cholet

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

20 years agoTypo submitted by Jobst Giesecke
Rich Bowen [Thu, 22 Jan 2004 16:45:34 +0000 (16:45 +0000)]
Typo submitted by Jobst Giesecke

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

20 years agorevert the zlib.lib linkage patch. Bill Rowe said, it's worse than before.
André Malo [Wed, 21 Jan 2004 20:55:22 +0000 (20:55 +0000)]
revert the zlib.lib linkage patch. Bill Rowe said, it's worse than before.

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

20 years agoCorrect use of libtool: libtool convenience libraries which are to be
Joe Orton [Mon, 19 Jan 2004 22:58:41 +0000 (22:58 +0000)]
Correct use of libtool: libtool convenience libraries which are to be
linked directly into a program must be linked using -static and not
-module.  Fixes build issues with libtool HEAD.

* acinclude.m4 (APACHE_MODPATH_ADD): For a static module, use a
filename with a lib prefix.

* build/rules.mk.in (MOD_LINK): Use -static not -module.

* build/special.mk (install-modules): Adjust special-case for
installation of shared modules to look for libso.la not mod_so.la.

* build/library.mk: Link libraries using -static.

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

20 years ago* server/Makefile.in: Simpler fix to ensure that buildmark.lo is
Joe Orton [Mon, 19 Jan 2004 20:54:48 +0000 (20:54 +0000)]
* server/Makefile.in: Simpler fix to ensure that buildmark.lo is
always regenerated: remove buildmark.lo in delete-exports.

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

20 years ago* build/special.mk (install-modules): Remove redundant semi-colon.
Joe Orton [Mon, 19 Jan 2004 20:37:47 +0000 (20:37 +0000)]
* build/special.mk (install-modules): Remove redundant semi-colon.

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

20 years agoDocument recent changes in prefork.c/r1.287:
Erik Abele [Mon, 19 Jan 2004 19:40:57 +0000 (19:40 +0000)]
Document recent changes in prefork.c/r1.287:
  "Bump MAX_SERVER_LIMIT by 10x (hoping to stay ahead of Moore's Law
  for a little while) since the current limit is too small for at
  least one high end site."

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

20 years agoDon't include zlib files directly. That's very nasty!
André Malo [Sun, 18 Jan 2004 17:01:46 +0000 (17:01 +0000)]
Don't include zlib files directly. That's very nasty!

zlib is now ivoked in a more common way (we link against it :-).
The build process inclusion is probably not the final one, but it works
for me for zlib 1.1.4 and 1.2.1 in command line builds.

PR: 25578

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

20 years agoadd commented LoadModule directive for mod_deflate
André Malo [Sun, 18 Jan 2004 15:54:20 +0000 (15:54 +0000)]
add commented LoadModule directive for mod_deflate

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

20 years agoin conservative C declarations still have to be the first in a function.
André Malo [Sun, 18 Jan 2004 00:00:18 +0000 (00:00 +0000)]
in conservative C declarations still have to be the first in a function.

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

20 years agoupdate transformation
André Malo [Sat, 17 Jan 2004 23:31:55 +0000 (23:31 +0000)]
update transformation

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

20 years agoUpdate transformation.
Yoshiki Hayashi [Sat, 17 Jan 2004 20:47:48 +0000 (20:47 +0000)]
Update transformation.

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

20 years agoNew Japanese translation.
Yoshiki Hayashi [Sat, 17 Jan 2004 20:36:31 +0000 (20:36 +0000)]
New Japanese translation.

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

20 years agoUpdate Japanese translation.
Yoshiki Hayashi [Sat, 17 Jan 2004 20:34:14 +0000 (20:34 +0000)]
Update Japanese translation.

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

20 years agomod_log_config: Fix corruption of buffered logs with threaded
Jeff Trawick [Sat, 17 Jan 2004 00:16:45 +0000 (00:16 +0000)]
mod_log_config: Fix corruption of buffered logs with threaded
MPMs.

PR:               25520

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

20 years agoBuild array of allowed methods with proper dimensions, fixing
Jeff Trawick [Fri, 16 Jan 2004 20:11:12 +0000 (20:11 +0000)]
Build array of allowed methods with proper dimensions, fixing
possible memory corruption.

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

20 years agoWin32: Tweak Jeff's patch to correctly handle setting server state in the parent...
Bill Stoddard [Thu, 15 Jan 2004 21:33:11 +0000 (21:33 +0000)]
Win32: Tweak Jeff's patch to correctly handle setting server state in the parent process

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

20 years agoNote GNU difference.
Ben Laurie [Thu, 15 Jan 2004 20:51:09 +0000 (20:51 +0000)]
Note GNU difference.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

20 years agobump MAX_SERVER_LIMIT by 10x (hoping to stay ahead of Moore's Law for a little
Greg Ames [Thu, 15 Jan 2004 15:42:38 +0000 (15:42 +0000)]
bump MAX_SERVER_LIMIT by 10x (hoping to stay ahead of Moore's Law for a little
while) since the current limit is too small for at least one high end site.

Submitted by: Colm MacCarthaigh [colm stdlib.net]

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

20 years agoTypo, reported by Michael Schroepl
Rich Bowen [Thu, 15 Jan 2004 14:16:56 +0000 (14:16 +0000)]
Typo, reported by Michael Schroepl

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

20 years ago* build/rules.mk.in: Pass CFLAGS but not CPPFLAGS or INCLUDES on LINK
Joe Orton [Thu, 15 Jan 2004 12:52:13 +0000 (12:52 +0000)]
* build/rules.mk.in: Pass CFLAGS but not CPPFLAGS or INCLUDES on LINK
lines.

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

20 years agoallow proxying of directoryindex'd resources
André Malo [Wed, 14 Jan 2004 00:41:25 +0000 (00:41 +0000)]
allow proxying of directoryindex'd resources

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

20 years agointernal_fast_redirect: take over important request_rec members
André Malo [Tue, 13 Jan 2004 23:59:57 +0000 (23:59 +0000)]
internal_fast_redirect: take over important request_rec members

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

20 years agobust the "recursive include" test. It's no longer necessary and prevents
André Malo [Tue, 13 Jan 2004 22:12:02 +0000 (22:12 +0000)]
bust the "recursive include" test. It's no longer necessary and prevents
users from careful use of the feature.

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

20 years agoallow proxying and rules in .htaccess in subrequests
André Malo [Tue, 13 Jan 2004 21:44:49 +0000 (21:44 +0000)]
allow proxying and rules in .htaccess in subrequests

PR: 14648, 15114

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

20 years agowith the new general status stuff, F and G are just shortcuts
André Malo [Tue, 13 Jan 2004 20:51:26 +0000 (20:51 +0000)]
with the new general status stuff, F and G are just shortcuts
-> simplify.

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

20 years agoallow setting of any valid HTTP response code via R flag.
André Malo [Tue, 13 Jan 2004 18:17:55 +0000 (18:17 +0000)]
allow setting of any valid HTTP response code via R flag.
except for redirects this implies [L] and match-only (no
substitution).

PR: 25917

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

20 years agoIf the proxy was enabled, and UseCanonicalHostname was off,
Martin Kraemer [Tue, 13 Jan 2004 16:11:55 +0000 (16:11 +0000)]
If the proxy was enabled, and UseCanonicalHostname was off,
then the Via: header would report not the proxy
hosts's ServerName (or any of its configured VHosts's names) as it
should, but the *origin hosts*'s name.
Now it reports its ServerName.

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

20 years agono need to copy the string again
André Malo [Tue, 13 Jan 2004 02:31:15 +0000 (02:31 +0000)]
no need to copy the string again

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

20 years agos/cocookie/cookie/
André Malo [Tue, 13 Jan 2004 02:11:56 +0000 (02:11 +0000)]
s/cocookie/cookie/

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

20 years agoweekday and monthnames are locale dependent...
André Malo [Tue, 13 Jan 2004 02:11:14 +0000 (02:11 +0000)]
weekday and monthnames are locale dependent...

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

20 years agoaccording to RFC 2965, inspect only the Cookie header (vs. Cookie2)
André Malo [Tue, 13 Jan 2004 00:33:01 +0000 (00:33 +0000)]
according to RFC 2965, inspect only the Cookie header (vs. Cookie2)

PR: 11475
Submitted by: chrisd pearsoncmg.com (Chris Darroch)

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

20 years agodon't overwrite other cookies
André Malo [Tue, 13 Jan 2004 00:15:03 +0000 (00:15 +0000)]
don't overwrite other cookies

PR: 26002
Submitted by: apache nopdesign.com (Scott Moore)

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

20 years agodocument REMOTE_PORT
André Malo [Mon, 12 Jan 2004 22:56:35 +0000 (22:56 +0000)]
document REMOTE_PORT

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

20 years agouse the UNSAFE designation for unescaped errorlogs
André Malo [Mon, 12 Jan 2004 22:48:08 +0000 (22:48 +0000)]
use the UNSAFE designation for unescaped errorlogs

Submitted by: Geoffrey Young, Joe Orton

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

20 years agomake REMOTE_PORT available
André Malo [Mon, 12 Jan 2004 22:36:32 +0000 (22:36 +0000)]
make REMOTE_PORT available

PR: 25772

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

20 years agoallow unescaped errorlogs via compile time switch
André Malo [Mon, 12 Jan 2004 21:19:58 +0000 (21:19 +0000)]
allow unescaped errorlogs via compile time switch

Submitted by: Geoffrey Young <geoff modperlcookbook.org>

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

20 years agobackport done
André Malo [Mon, 12 Jan 2004 19:27:14 +0000 (19:27 +0000)]
backport done

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

20 years agosync with 2.0.49-dev
Jeff Trawick [Mon, 12 Jan 2004 18:36:10 +0000 (18:36 +0000)]
sync with 2.0.49-dev

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

20 years agoupdate worker doc to mention that
Jeff Trawick [Mon, 12 Jan 2004 16:22:35 +0000 (16:22 +0000)]
update worker doc to mention that

. a potentially large number of child processes can be in
  termination state

. ServerLimit/ThreadLimit should be coded before other worker
  MPM directives which control processes/threads

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

20 years agosync
André Malo [Mon, 12 Jan 2004 15:56:17 +0000 (15:56 +0000)]
sync

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

20 years agoSynch with 2.0 branch.
Joe Orton [Mon, 12 Jan 2004 15:08:17 +0000 (15:08 +0000)]
Synch with 2.0 branch.

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

20 years ago* modules/proxy/proxy_http.c (ap_proxy_http_process_response): Handle
Joe Orton [Mon, 12 Jan 2004 14:08:08 +0000 (14:08 +0000)]
* modules/proxy/proxy_http.c (ap_proxy_http_process_response): Handle
all 1xx interim responses the same, one of the two 2616 compliance
issues in PR 19442.

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

20 years agoCosmetic change (I dislike 'known-constant-minus-one' literal numbers):
Martin Kraemer [Mon, 12 Jan 2004 13:06:39 +0000 (13:06 +0000)]
Cosmetic change (I dislike 'known-constant-minus-one' literal numbers):
The ap_is_HTTP_INFO() macro checks for values in the 100...199 range,
and is a better readable replacement for the value 199.

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

20 years ago* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl): Fix segfault if
Joe Orton [Mon, 12 Jan 2004 10:51:44 +0000 (10:51 +0000)]
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl): Fix segfault if
SSL_get_session() returns NULL.

PR: 15057
Submitted by: Otmar Lendl (lendl@nic.at)

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

20 years agosync
André Malo [Mon, 12 Jan 2004 02:07:54 +0000 (02:07 +0000)]
sync

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

20 years agofix content_language and character_encoding of polish error messages
André Malo [Mon, 12 Jan 2004 00:29:34 +0000 (00:29 +0000)]
fix content_language and character_encoding of polish error messages

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

20 years agoupdate transformation of content updates
André Malo [Sun, 11 Jan 2004 22:44:04 +0000 (22:44 +0000)]
update transformation of content updates

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

20 years agobetter explicit than implicit. This time it fixes namespace problems
André Malo [Sun, 11 Jan 2004 22:43:30 +0000 (22:43 +0000)]
better explicit than implicit. This time it fixes namespace problems
when using another processor than xalan-j. In fact, I'm not sure
if it's a bug in xalan-j to not have these problems:

<copy>'d elements got xmlns="" attribute, which even seems right to me.

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

20 years ago* Add dmg to application/octet-stream (PR#23902)
Erik Abele [Sat, 10 Jan 2004 22:56:31 +0000 (22:56 +0000)]
* Add dmg to application/octet-stream (PR#23902)
* Add m4u to video/vnd.mpegurl (PR#25269)

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

20 years agoUpdate transformation
Erik Abele [Sat, 10 Jan 2004 22:49:47 +0000 (22:49 +0000)]
Update transformation

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

20 years ago* userId -> userID
Erik Abele [Sat, 10 Jan 2004 22:48:31 +0000 (22:48 +0000)]
* userId -> userID
* add missing bracket

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

20 years agoFix typo and add reference to Anonymous directive.
Yoshiki Hayashi [Sat, 10 Jan 2004 21:07:28 +0000 (21:07 +0000)]
Fix typo and add reference to Anonymous directive.

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

20 years agoUpdate transformation.
Yoshiki Hayashi [Sat, 10 Jan 2004 06:09:17 +0000 (06:09 +0000)]
Update transformation.

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

20 years agoNew Japanese translation.
Yoshiki Hayashi [Sat, 10 Jan 2004 05:43:49 +0000 (05:43 +0000)]
New Japanese translation.

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

20 years agoNew Japanese translation.
Yoshiki Hayashi [Sat, 10 Jan 2004 05:06:21 +0000 (05:06 +0000)]
New 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@102257 13f79535-47bb-0310-9956-ffa450edef68

20 years agoSorry. Trying again.
Yoshiki Hayashi [Sat, 10 Jan 2004 04:29:45 +0000 (04:29 +0000)]
Sorry.  Trying again.

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

20 years agoOops. Fix wrong edit in previous commit.
Yoshiki Hayashi [Sat, 10 Jan 2004 04:27:23 +0000 (04:27 +0000)]
Oops.  Fix wrong edit in previous commit.

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

20 years agoUpdate README.
Yoshiki Hayashi [Sat, 10 Jan 2004 04:25:58 +0000 (04:25 +0000)]
Update README.

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

20 years agoKorean translation of error messages.
Yoshiki Hayashi [Sat, 10 Jan 2004 04:20:22 +0000 (04:20 +0000)]
Korean translation of error messages.

Submitted by: Jaeho Shin <netj@sparcs.kaist.ac.kr>
Reviewed by: Lee Heejoon <wafe@sparcs.kaist.ac.kr>

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

20 years agoupdate transformation
André Malo [Sat, 10 Jan 2004 00:31:59 +0000 (00:31 +0000)]
update transformation

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

20 years agoWin32: Simplify. Issue message if the Win32DisableAcceptEx directive toggles the...
Bill Stoddard [Fri, 9 Jan 2004 20:41:06 +0000 (20:41 +0000)]
Win32: Simplify. Issue message if the Win32DisableAcceptEx directive toggles the default setting of use_acceptex. Tnx Jeff.

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

20 years ago* modules/experimental/mod_mem_cache.c (decrement_refcount,
Joe Orton [Fri, 9 Jan 2004 17:24:23 +0000 (17:24 +0000)]
* modules/experimental/mod_mem_cache.c (decrement_refcount,
remove_entity): Fix "unused variable" warnings introduced in r1.102.

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

20 years agoreving back to 102
Jean-Jacques Clar [Fri, 9 Jan 2004 17:00:20 +0000 (17:00 +0000)]
reving back to 102

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

20 years agoFix regeneration of build datestamp on every make invocation (a
Joe Orton [Fri, 9 Jan 2004 12:19:55 +0000 (12:19 +0000)]
Fix regeneration of build datestamp on every make invocation (a
regression since 1.3).

* Makefile.in: Remove redundant PHONY_TARGETS setting.

* server/Makefile.in: Mark buildmark.c as phony; build it indirectly
via buildmarked.c since implicit rules are ignored for phony targets.

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

20 years ago* acinclude.m4 (APACHE_MODULE): Remove redundant $ac_n and $ac_c
Joe Orton [Fri, 9 Jan 2004 12:03:09 +0000 (12:03 +0000)]
* acinclude.m4 (APACHE_MODULE): Remove redundant $ac_n and $ac_c
variables.

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

20 years ago* modules/loggers/config.m4: Fix --enable-mods-shared=all case where
Joe Orton [Fri, 9 Jan 2004 11:47:39 +0000 (11:47 +0000)]
* modules/loggers/config.m4: Fix --enable-mods-shared=all case where
$enable_log_forensic gets set to the empty string.

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

20 years agomod_proxy hangs when both KeepAlive and ProxyErrorOverride are enabled,
Bill Stoddard [Fri, 9 Jan 2004 03:04:41 +0000 (03:04 +0000)]
mod_proxy hangs when both KeepAlive and ProxyErrorOverride are enabled,
and a non-200 response without a body is generated by the backend
server.

Submitted by: Graham Wiseman, Richard Reiner
Reviewed by: Richard Reiner, Bill Stoddard

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

20 years agoWin32: plug a socket handle leak on Win9x and when using Win32DisableAcceptex on NT
Bill Stoddard [Fri, 9 Jan 2004 02:22:45 +0000 (02:22 +0000)]
Win32: plug a socket handle leak on Win9x and when using Win32DisableAcceptex on NT

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

20 years agoUse -export-dynamic only when linking an httpd which includes mod_so,
Joe Orton [Thu, 8 Jan 2004 20:47:29 +0000 (20:47 +0000)]
Use -export-dynamic only when linking an httpd which includes mod_so,
not when linking modules or support programs.

* modules/aaa/config.m4, modules/arch/win32/config.m4,
modules/cache/config.m4, modules/echo/config.m4,
modules/filters/config.m4, modules/generators/config5.m4,
modules/metadata/config.m4: Don't add -export-dynamic to LT_LDFLAGS.

* modules/mappers/config9.m4: Add -export-dynamic to HTTPD_LDFLAGS
when mod_so is enabled.

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

20 years agoOops, fixed a bit too much
Bradley Nicholes [Thu, 8 Jan 2004 18:56:20 +0000 (18:56 +0000)]
Oops, fixed a bit too much

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

20 years agoIf large file support is enabled allow the file to be split into AP_MAX_SENDFILE...
Bradley Nicholes [Thu, 8 Jan 2004 17:50:03 +0000 (17:50 +0000)]
If large file support is enabled allow the file to be split into AP_MAX_SENDFILE sized buckets.  Otherwise Apache will be unable to send files larger than 2 gig due to signed 32-bit limitations.

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

20 years ago* modules/ssl/ssl_scache_dc.c: Add the Apache Software License.
Joe Orton [Thu, 8 Jan 2004 16:40:18 +0000 (16:40 +0000)]
* modules/ssl/ssl_scache_dc.c: Add the Apache Software License.

* modules/ssl/mod_ssl.h: Undo accidental comment change in previous
commit.

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

20 years agoAdd support to mod_ssl for a distributed session cache using
Joe Orton [Thu, 8 Jan 2004 16:26:53 +0000 (16:26 +0000)]
Add support to mod_ssl for a distributed session cache using
distcache.

* LAYOUT: Update for removal of scache_shmht and addition of scache_dc.

* modules/ssl/config.m4: Check for libdistcache; build ssl_scache_dc.lo.

* modules/ssl/mod_ssl.dsp: Build ssl_scache_dc (with luck).

* modules/ssl/mod_ssl.h: Add SSL_SCMODE_DC and scache_dc_* prototypes.

* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLSessionCache): Allow
use of dc: argument.

* modules/ssl/ssl_scache_dc.c: New file.

* modules/ssl/ssl_scache.c (ssl_scache_init, ssl_scache_kill,
ssl_scache_store, ssl_scache_retrieve, ssl_scache_remove,
ssl_ext_status_hook): Hook into scache_dc.

Submitted by: Geoff Thorpe <geoff@geoffthorpe.net>

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

20 years agoAdd some brackets.
Joe Orton [Thu, 8 Jan 2004 13:11:37 +0000 (13:11 +0000)]
Add some brackets.

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

20 years ago* modules/dav/main/mod_dav.c (dav_handler): Reject request if the
Joe Orton [Thu, 8 Jan 2004 13:08:57 +0000 (13:08 +0000)]
* modules/dav/main/mod_dav.c (dav_handler): Reject request if the
Request-URI includes a fragment part, i.e. an unescaped #.

PR: 21779
Submitted by: Amit Athavale <amit_athavale@lycos.com>

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

20 years agoFix for Bug 21287.
Jean-Jacques Clar [Wed, 7 Jan 2004 19:35:16 +0000 (19:35 +0000)]
Fix for  Bug 21287.
Patch extracted and modified from attachment in Bug 21285.
The submitted patch was combining fix for 21285 and 21287.
It is extending the mutex protection in decrement_refcount() and remove_url().

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

20 years agoSynching with 2.0 branch after backport.
Paul J. Reder [Wed, 7 Jan 2004 02:51:28 +0000 (02:51 +0000)]
Synching with 2.0 branch after backport.

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

20 years agoremoved deprecated fields cache_size and object_cnt in mem_cache_conf struct
Jean-Jacques Clar [Tue, 6 Jan 2004 21:57:50 +0000 (21:57 +0000)]
removed deprecated fields cache_size and object_cnt in mem_cache_conf struct

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

20 years agoremove email address in the hopes ppl stop emailing me directly ;(
Ian Holsman [Tue, 6 Jan 2004 21:50:58 +0000 (21:50 +0000)]
remove email address in the hopes ppl stop emailing me directly ;(

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