]> granicus.if.org Git - apache/log
apache
21 years agoAs per repeated discussion on this point, I don't think that anybody
Rich Bowen [Sat, 31 May 2003 22:00:27 +0000 (22:00 +0000)]
As per repeated discussion on this point, I don't think that anybody
wants to do the maintenance work necessary to keep the FAQ correct if a
million monkeys are submitting content. So, to keep it from coming up
Yet Again, removing the remark.

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

21 years agoMore mod_expires tuning. Replace the fixup hook with an insert filter
Bill Stoddard [Sat, 31 May 2003 22:00:23 +0000 (22:00 +0000)]
More mod_expires tuning. Replace the fixup hook with an insert filter
hook.

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

21 years agoRevert revision 1.81 which called non-existent SSL_load_library.
Justin Erenkrantz [Sat, 31 May 2003 19:29:47 +0000 (19:29 +0000)]
Revert revision 1.81 which called non-existent SSL_load_library.

No idea where this was seen, but OpenSSL 0.9.7b does not have this.  This
gets mod_ssl working again.

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

21 years agosome markup improvement
Astrid Malo [Sat, 31 May 2003 01:31:08 +0000 (01:31 +0000)]
some markup improvement

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

21 years agoFixing up the NetWare headers to be compatible with the GNU compiler
Bradley Nicholes [Fri, 30 May 2003 22:36:15 +0000 (22:36 +0000)]
Fixing up the NetWare headers to be compatible with the GNU compiler

Submitted by: G�nter Knauf <gk@gknw.de>

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

21 years agoAdd mod_charset_lite to the NetWare build.
Bradley Nicholes [Fri, 30 May 2003 22:32:08 +0000 (22:32 +0000)]
Add mod_charset_lite to the NetWare build.

Submitted by: G�nter Knauf <gk@gknw.de>

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

21 years ago OpenSSL_add_all_algorithms is simply an alias for SSL_load_library.
William A. Rowe Jr [Fri, 30 May 2003 21:35:04 +0000 (21:35 +0000)]
  OpenSSL_add_all_algorithms is simply an alias for SSL_load_library.

  Note that the entire schema of what-we-load-how follows from
  OpenSSL 0.9.7's own apps/ example applications.  More review
  is greatly desired, but that's where I believed I should
  start looking for the 'correct' order of operations.

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

21 years ago Provide a far more useful explanation when SSLCryptoDevice fails to
William A. Rowe Jr [Fri, 30 May 2003 21:01:57 +0000 (21:01 +0000)]
  Provide a far more useful explanation when SSLCryptoDevice fails to
  find a device.  Still would be nice to implement dynamic:{options}
  but this gets us to display the usual, builtin devices.

  We now load builtin engines up front, in the pre_config phase, because
  this and any other config cmd processor must have an already valid
  library config.  So loading builtin engines becomes redundant in this
  cmd handler.

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

21 years ago Solve a pretty horrific bug in SSLCryptoDevice and other places where
William A. Rowe Jr [Fri, 30 May 2003 20:58:55 +0000 (20:58 +0000)]
  Solve a pretty horrific bug in SSLCryptoDevice and other places where
  the config cmd processors should be examining the SSL context.  We must
  initialize the SSL library before we can actually obtain any useful
  information from the SSL library.

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

21 years ago Based on list discussion between myself and Geoff, it seems prudent
William A. Rowe Jr [Fri, 30 May 2003 18:41:53 +0000 (18:41 +0000)]
  Based on list discussion between myself and Geoff, it seems prudent
  to check for both the existence of the openssl/engine.h header file
  and some 'expected function' such as ENGINE_init() (better suggestions
  are welcome.)  Also clear up some confusion; so long as we have
  ENGINE_load_builtin_engines() we should attempt to preload those.

  This patch protects all ENGINE-based code within the tests for the
  engine header and function, and changes a version test into a
  function test.

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

21 years agoUse apr_table_overlap. Add note about additional brokeness of fast-redirect
Bill Stoddard [Fri, 30 May 2003 16:33:57 +0000 (16:33 +0000)]
Use apr_table_overlap. Add note about additional brokeness of fast-redirect
fooness

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

21 years agosync
André Malo [Fri, 30 May 2003 16:32:16 +0000 (16:32 +0000)]
sync

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

21 years agoRework of the recursion stopper - collapse recursion counters into one function
André Malo [Thu, 29 May 2003 23:04:32 +0000 (23:04 +0000)]
Rework of the recursion stopper - collapse recursion counters into one function

Reviewed by: Justin Erenkrantz

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

21 years agodone.
André Malo [Thu, 29 May 2003 19:46:08 +0000 (19:46 +0000)]
done.

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

21 years agoupdate transformation
André Malo [Thu, 29 May 2003 16:13:52 +0000 (16:13 +0000)]
update transformation

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

21 years ago- add rel="alternate" attribute
André Malo [Thu, 29 May 2003 15:49:49 +0000 (15:49 +0000)]
- add rel="alternate" attribute
- use rel and hreflang attribute only if the link points to another language
- add newlines for better diffs (the next will be a huge one ...)

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

21 years ago- revert my patch (r1.155) since it produces regressions.
André Malo [Thu, 29 May 2003 15:07:12 +0000 (15:07 +0000)]
- revert my patch (r1.155) since it produces regressions.
- add a note to STATUS that we don't forget the thing.

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

21 years agoAdd a vote
Astrid Malo [Thu, 29 May 2003 11:56:04 +0000 (11:56 +0000)]
Add a vote

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

21 years agochange aversion number
Astrid Malo [Wed, 28 May 2003 20:54:07 +0000 (20:54 +0000)]
change aversion number

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

21 years ago- add simplified chinese welcome page
André Malo [Wed, 28 May 2003 20:40:07 +0000 (20:40 +0000)]
- add simplified chinese welcome page
- add .zh-cn extension for zh-CN language code to default config.

Submitted by: kajaa <kajaa@eastday.com>
Reviewed by: <yinglichina@sina.com>

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

21 years ago[Porting] Include <sys/mutex.h> if available, to get lock_t typedef for using <sys...
Martin Kraemer [Wed, 28 May 2003 14:11:38 +0000 (14:11 +0000)]
[Porting] Include <sys/mutex.h> if available, to get lock_t typedef for using  <sys/shm.h>

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

21 years agothought I changed that damn module name ...
Astrid Malo [Tue, 27 May 2003 22:38:08 +0000 (22:38 +0000)]
thought I changed that damn module name ...

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

21 years agouse german stylesheet
Astrid Malo [Tue, 27 May 2003 20:53:50 +0000 (20:53 +0000)]
use german stylesheet

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

21 years agosync
André Malo [Tue, 27 May 2003 20:43:50 +0000 (20:43 +0000)]
sync

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

21 years agoremove comment delimiters
Astrid Malo [Tue, 27 May 2003 20:43:40 +0000 (20:43 +0000)]
remove comment delimiters

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

21 years ago Silly cut'n'paste error
William A. Rowe Jr [Tue, 27 May 2003 19:32:29 +0000 (19:32 +0000)]
  Silly cut'n'paste error

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

21 years ago These tests now exist in acinclude.m4
William A. Rowe Jr [Tue, 27 May 2003 19:28:39 +0000 (19:28 +0000)]
  These tests now exist in acinclude.m4

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

21 years ago Clean up the OpenSSL/SSL-C tests...
William A. Rowe Jr [Tue, 27 May 2003 19:11:34 +0000 (19:11 +0000)]
  Clean up the OpenSSL/SSL-C tests...

  OpenSSL must remain a 'higher priority' than picking up sslc headers
  (especially since openssl headers are clearly namespace decorated.)

  Introduce a --with-sslc flavor to override this priority ordering.

  Test the now-current safe flavors of OpenSSL/SSL-C (which gets tricky
  with OpenSSL 0.9.6j/0.9.7b safe flavors.)

  Reorder variables restoration to preceed error reporting/failure.

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

21 years ago Any library could benefit from SSL_set_cert_store(), if the library
William A. Rowe Jr [Tue, 27 May 2003 17:02:44 +0000 (17:02 +0000)]
  Any library could benefit from SSL_set_cert_store(), if the library
  sources have been patched.

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

21 years ago As Geoff Thorpe <geoff@geoffthorpe.net> points out, we must perform our
William A. Rowe Jr [Tue, 27 May 2003 16:53:54 +0000 (16:53 +0000)]
  As Geoff Thorpe <geoff@geoffthorpe.net> points out, we must perform our
  compilation tests for the SSL_has_foo functions while we have completely
  populated the config with 'standard' libraries from our apr configuration.

  This allows us to compile more complex dependencies such as the test for
  ENGINE_init(), which also requires -lsockets etc on Solaris for any
  static build of OpenSSL.  If this fails, we will have to research using
  the pkgconfig/openssl.pc configuration to perform these precompile tests.

  This restores the various HAVE_SSL_{FOO} macros for SSL-C and introduced
  the proper test for HAVE_ENGINE_INIT.

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

21 years agoSync Japanese translation.
Yoshiki Hayashi [Tue, 27 May 2003 08:22:14 +0000 (08:22 +0000)]
Sync 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@100033 13f79535-47bb-0310-9956-ffa450edef68

21 years agoTypo
Astrid Malo [Mon, 26 May 2003 21:50:07 +0000 (21:50 +0000)]
Typo

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

21 years agoupdate transformation
Astrid Malo [Sun, 25 May 2003 13:31:15 +0000 (13:31 +0000)]
update transformation

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

21 years agotranslate new directive LimitInternalRecursion and update the rest
Astrid Malo [Sun, 25 May 2003 13:29:05 +0000 (13:29 +0000)]
translate new directive LimitInternalRecursion and update the rest

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

21 years agocorrect a module reference, thx nd
Astrid Malo [Sun, 25 May 2003 13:23:16 +0000 (13:23 +0000)]
correct a module reference, thx nd

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

21 years agoupdate transformation
Astrid Malo [Sun, 25 May 2003 11:20:20 +0000 (11:20 +0000)]
update transformation

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

21 years agotypo
Astrid Malo [Sun, 25 May 2003 10:55:12 +0000 (10:55 +0000)]
typo

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

21 years agoOpps. Copy/Paste problem
Bradley Nicholes [Fri, 23 May 2003 22:47:15 +0000 (22:47 +0000)]
Opps. Copy/Paste problem

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

21 years agoCopy the .XDC data file during the installdev make process. This allows other
Bradley Nicholes [Fri, 23 May 2003 22:42:26 +0000 (22:42 +0000)]
Copy the .XDC data file during the installdev make process.  This allows other
modules to link same .XDC data file used by the httpd and APR builds.

Submitted by: G�nter Knauf <gk@gknw.de>

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

21 years agoremove comma
André Malo [Fri, 23 May 2003 16:55:25 +0000 (16:55 +0000)]
remove comma

Submitted by: Joshua Slive

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

21 years ago The patch below reverts the prior commit to eliminate SSL_set_state().
William A. Rowe Jr [Thu, 22 May 2003 19:41:32 +0000 (19:41 +0000)]
  The patch below reverts the prior commit to eliminate SSL_set_state().
  Some additional work or research is required in order to pass the
  perl-framework regressions, but I don't have the cycles and don't
  care to leave the broken code in cvs HEAD.

REVERTING: wrowe 2003/05/19 08:13:19

  Modified:    modules/ssl config.m4 ssl_engine_io.c ssl_engine_kernel.c
                        ssl_toolkit_compat.h
  Log:
    Drop SSL_set_state() in favor of a proper SSL_renegotiate() to begin
    rehandshaking the SSL connection, vis-a-vis ApacheSSL.

  Revision  Changes    Path
  1.15      +0 -1      httpd-2.0/modules/ssl/config.m4
  1.108     +1 -1      httpd-2.0/modules/ssl/ssl_engine_io.c
  1.93      +1 -1      httpd-2.0/modules/ssl/ssl_engine_kernel.c
  1.34      +0 -6      httpd-2.0/modules/ssl/ssl_toolkit_compat.h

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

21 years agoAdd the copyright notice in the NetWare make files
Bradley Nicholes [Thu, 22 May 2003 18:23:58 +0000 (18:23 +0000)]
Add the copyright notice in the NetWare make files

Submitted by: G�nter Knauf <gk@gknw.de>

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

21 years agoGerman translation improvements
André Malo [Thu, 22 May 2003 12:25:19 +0000 (12:25 +0000)]
German translation improvements

Submitted by: Erik Abele

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

21 years agoupdate transformation
André Malo [Wed, 21 May 2003 23:08:16 +0000 (23:08 +0000)]
update transformation

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

21 years agoadd missing chars ...
André Malo [Wed, 21 May 2003 23:02:41 +0000 (23:02 +0000)]
add missing chars ...

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

21 years agoad-hoc translation of AllowEncodedSlashes to German to get something into
André Malo [Wed, 21 May 2003 23:01:59 +0000 (23:01 +0000)]
ad-hoc translation of AllowEncodedSlashes to German to get something into
the release. (no reference in the german docs otherwise)
Further review is desired!

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

21 years agonote an issue that needs an ongoing fix
Thom May [Wed, 21 May 2003 16:21:19 +0000 (16:21 +0000)]
note an issue that needs an ongoing fix

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

21 years agoUpdates with backported changes.
Justin Erenkrantz [Wed, 21 May 2003 15:50:27 +0000 (15:50 +0000)]
Updates with backported changes.

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

21 years agoPerform run-time query in apxs for apr and apr-util's includes.
Justin Erenkrantz [Wed, 21 May 2003 06:56:35 +0000 (06:56 +0000)]
Perform run-time query in apxs for apr and apr-util's includes.

This is required when they are in disjoint directories from httpd.  Otherwise,
apxs won't pass their include information into the compiler and the
compilation will fail.

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

21 years agoMove backported patches to 2.0.46 list.
Justin Erenkrantz [Wed, 21 May 2003 04:49:39 +0000 (04:49 +0000)]
Move backported patches to 2.0.46 list.

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

21 years agosync, sync (forgot one recently ...)
André Malo [Tue, 20 May 2003 23:39:37 +0000 (23:39 +0000)]
sync, sync (forgot one recently ...)

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

21 years agomod_dav providers define a 'can_be_activity' callback. Unfortunately,
Sander Striker [Tue, 20 May 2003 23:09:00 +0000 (23:09 +0000)]
mod_dav providers define a 'can_be_activity' callback.  Unfortunately,
mod_dav isn't calling it before creating an activity.  This is a
required precondition (along with the resource not existing), as
defined in the deltaV RFC (3253), section 13.5.

* mod_dav.c (dav_method_make_activity): if available, call provider's
  'can_be_activity' callback as a precondition to making an activity.

Submitted by: Ben Collins-Sussman <sussman@apache.org>
Reviewed by: Sander Striker

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

21 years agoupdate transformation
André Malo [Tue, 20 May 2003 22:54:50 +0000 (22:54 +0000)]
update transformation

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

21 years agono objections so far.
André Malo [Tue, 20 May 2003 22:54:13 +0000 (22:54 +0000)]
no objections so far.
add initial documentation of AllowEncodedSlashes, so that it will hopefully go
into the next release.

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

21 years agolist all available error languages
André Malo [Tue, 20 May 2003 22:31:22 +0000 (22:31 +0000)]
list all available error languages

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

21 years agoadd Czech customized error messages
André Malo [Tue, 20 May 2003 22:23:21 +0000 (22:23 +0000)]
add Czech customized error messages

Submitted by: Marcel Kolaja <xkolaja@aurora.fi.muni.cz>
Reviewed by: Martin Povoln� <xpovolny@aurora.fi.muni.cz>

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

21 years agoupdate transformation - en
André Malo [Tue, 20 May 2003 15:39:29 +0000 (15:39 +0000)]
update transformation - en

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

21 years agoupdate transformation - ja
André Malo [Tue, 20 May 2003 15:24:29 +0000 (15:24 +0000)]
update transformation - ja

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

21 years agoupdate transformation - ko, ru
André Malo [Tue, 20 May 2003 15:16:36 +0000 (15:16 +0000)]
update transformation - ko, ru

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

21 years agoMake sure that bucket allocator for each worker thread is created from a thread
Bradley Nicholes [Tue, 20 May 2003 15:15:23 +0000 (15:15 +0000)]
Make sure that bucket allocator for each worker thread is created from a thread
specific pool.  This prevents multiple threads from trying to clean up the same
pool at the same time.

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

21 years agoupdate transformation - de
André Malo [Tue, 20 May 2003 15:10:09 +0000 (15:10 +0000)]
update transformation - de

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

21 years agoadd title and hreflang attributes to the cross-language links.
André Malo [Tue, 20 May 2003 14:53:29 +0000 (14:53 +0000)]
add title and hreflang attributes to the cross-language links.

Translators: please patch the language files
(langname="nativename" needs to be filled)

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

21 years ago-sitemap.xml.ja should use allmodule.xml.ja
André Malo [Tue, 20 May 2003 14:37:46 +0000 (14:37 +0000)]
-sitemap.xml.ja should use allmodule.xml.ja
- fix download link in install.xml.ja

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

21 years agoUpdate transformations.
Yoshiki Hayashi [Tue, 20 May 2003 08:16:11 +0000 (08:16 +0000)]
Update transformations.

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

21 years agoUpdate Japanese translations (only English revision comment is changed).
Yoshiki Hayashi [Tue, 20 May 2003 08:12:22 +0000 (08:12 +0000)]
Update Japanese translations (only English revision comment is changed).

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

21 years agoUpdate Japanese translations.
Yoshiki Hayashi [Tue, 20 May 2003 08:06:56 +0000 (08:06 +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@99932 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdate meta file.
Yoshiki Hayashi [Tue, 20 May 2003 08:05:00 +0000 (08:05 +0000)]
Update meta file.

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

21 years agoNew XML.
Yoshiki Hayashi [Tue, 20 May 2003 07:57:12 +0000 (07:57 +0000)]
New XML.

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@99930 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdate Japanese translations.
Yoshiki Hayashi [Tue, 20 May 2003 07:50:04 +0000 (07:50 +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@99929 13f79535-47bb-0310-9956-ffa450edef68

21 years agoPlay nice with libtool 1.5.
Wilfredo Sanchez [Mon, 19 May 2003 16:10:14 +0000 (16:10 +0000)]
Play nice with libtool 1.5.

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

21 years agojust a typo (but automatically spread over the docs :-)
André Malo [Mon, 19 May 2003 16:02:47 +0000 (16:02 +0000)]
just a typo (but automatically spread over the docs :-)

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

21 years ago Drop SSL_set_state() in favor of a proper SSL_renegotiate() to begin
William A. Rowe Jr [Mon, 19 May 2003 15:13:19 +0000 (15:13 +0000)]
  Drop SSL_set_state() in favor of a proper SSL_renegotiate() to begin
  rehandshaking the SSL connection, vis-a-vis ApacheSSL.

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

21 years ago Drop archiac notes - no special steps required once we test for ENGINE_init()
William A. Rowe Jr [Mon, 19 May 2003 15:04:06 +0000 (15:04 +0000)]
  Drop archiac notes - no special steps required once we test for ENGINE_init()

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

21 years ago Roll away the SSL_EXPERIMENTAL_ENGINE test in favor of testing for the
William A. Rowe Jr [Mon, 19 May 2003 14:48:47 +0000 (14:48 +0000)]
  Roll away the SSL_EXPERIMENTAL_ENGINE test in favor of testing for the
  ENGINE_init() function in config.m4, and rely on HAVE_ENGINE_INIT instead.

Reviewed by: Ben Laurie (concept)

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

21 years ago First point out that we lost HAVE_SSL_SET_STATE and HAVE_SSL_SET_CERT_STORE
William A. Rowe Jr [Mon, 19 May 2003 14:43:20 +0000 (14:43 +0000)]
  First point out that we lost HAVE_SSL_SET_STATE and HAVE_SSL_SET_CERT_STORE
  autoconf discovery.

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

21 years agoupdate transformation
André Malo [Mon, 19 May 2003 02:04:08 +0000 (02:04 +0000)]
update transformation

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

21 years agoDocument the LimitInternalRecursion directive.
André Malo [Mon, 19 May 2003 01:59:09 +0000 (01:59 +0000)]
Document the LimitInternalRecursion directive.

Reviewed by: Jeff Trawick

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

21 years agoPrevent the server from crashing when entering infinite loops. The
André Malo [Mon, 19 May 2003 01:19:55 +0000 (01:19 +0000)]
Prevent the server from crashing when entering infinite loops. The
new LimitInternalRecursion directive configures limits of subsequent
internal redirects and nested subrequests, after which the request
will be aborted.
[William Rowe, Jeff Trawick, Andr� Malo]

PR: 19753 (and probably others)

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

21 years agoNamespace protect the mod_expires filter
Bill Stoddard [Sun, 18 May 2003 19:01:47 +0000 (19:01 +0000)]
Namespace protect the mod_expires filter

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

21 years agomod_expires filter patch has been ported
Bill Stoddard [Sun, 18 May 2003 18:59:47 +0000 (18:59 +0000)]
mod_expires filter patch has been ported

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

21 years agofix LA-U lookaheads in directory context.
André Malo [Sat, 17 May 2003 22:28:23 +0000 (22:28 +0000)]
fix LA-U lookaheads in directory context.

I'm wondering if this ever worked ...

PR: 8493 (related to)

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

21 years agoTry a better explanation of core dump issues on Linux
André Malo [Sat, 17 May 2003 19:32:02 +0000 (19:32 +0000)]
Try a better explanation of core dump issues on Linux

Reviewed by: Astrid Ke�ler

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

21 years agosync
André Malo [Sat, 17 May 2003 18:30:35 +0000 (18:30 +0000)]
sync

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

21 years ago Stay in sync
William A. Rowe Jr [Sat, 17 May 2003 17:19:37 +0000 (17:19 +0000)]
  Stay in sync

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

21 years agoupdate transformation
André Malo [Sat, 17 May 2003 13:39:07 +0000 (13:39 +0000)]
update transformation

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

21 years agotranslate "available languages" to german.
André Malo [Sat, 17 May 2003 13:37:27 +0000 (13:37 +0000)]
translate "available languages" to german.

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

21 years agoupdate transformation
André Malo [Fri, 16 May 2003 23:50:27 +0000 (23:50 +0000)]
update transformation

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

21 years agoupdate metafiles
André Malo [Fri, 16 May 2003 23:42:53 +0000 (23:42 +0000)]
update metafiles

Submitted by: Jeongho Jeon <maczniak@operamail.com>

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

21 years agonew Korean Translations
André Malo [Fri, 16 May 2003 23:40:32 +0000 (23:40 +0000)]
new Korean Translations

Translated by: Jeongho Jeon <maczniak@operamail.com>
Reviewed by: Choi Kyusic <kyusic@hotmail.com>

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

21 years agoCheck also for r->content_encoding (now we should have them all...)
André Malo [Fri, 16 May 2003 22:49:04 +0000 (22:49 +0000)]
Check also for r->content_encoding (now we should have them all...)
for already compressed content in mod_deflate.

PR: 19913
Submitted by: Tsuyoshi SASAMOTO <nazonazo@super.win.ne.jp>

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

21 years agoGet the AP_ and APR_ prefixes right.
Justin Erenkrantz [Fri, 16 May 2003 21:16:35 +0000 (21:16 +0000)]
Get the AP_ and APR_ prefixes right.

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

21 years ago Fix my build breakage of TRU64 (hopefully, based on Jeff's feedback.)
William A. Rowe Jr [Fri, 16 May 2003 18:30:31 +0000 (18:30 +0000)]
  Fix my build breakage of TRU64 (hopefully, based on Jeff's feedback.)

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

21 years ago Why wouldn't this be a mod_ssl header?
William A. Rowe Jr [Fri, 16 May 2003 18:22:44 +0000 (18:22 +0000)]
  Why wouldn't this be a mod_ssl header?

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

21 years ago Offer mod_bucketeer and mod_echo in the top-level project. But do NOT
William A. Rowe Jr [Fri, 16 May 2003 18:21:10 +0000 (18:21 +0000)]
  Offer mod_bucketeer and mod_echo in the top-level project.  But do NOT
  build them by default.

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

21 years ago A few odd .dsp's to help testers and developers along (really irrelevant
William A. Rowe Jr [Fri, 16 May 2003 18:19:39 +0000 (18:19 +0000)]
  A few odd .dsp's to help testers and developers along (really irrelevant
  for binary or default builds.)

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

21 years ago One item off of the plate - on to further patches.
William A. Rowe Jr [Fri, 16 May 2003 18:12:54 +0000 (18:12 +0000)]
  One item off of the plate - on to further patches.

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

21 years ago resync to 2.0.46 - varying whitespace is extremely irritiating when
William A. Rowe Jr [Fri, 16 May 2003 17:10:57 +0000 (17:10 +0000)]
  resync to 2.0.46 - varying whitespace is extremely irritiating when
  the "Changes to 2.0.{current}" sections aught to be identical.

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

21 years ago Not sure about the forest v.s. the trees - if anyone wanted to call
William A. Rowe Jr [Fri, 16 May 2003 16:45:23 +0000 (16:45 +0000)]
  Not sure about the forest v.s. the trees - if anyone wanted to call
  out the real tall trees that would be good.

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

21 years ago Assure that we block on the read BIO when we invoke the read BIO for both
William A. Rowe Jr [Fri, 16 May 2003 16:11:03 +0000 (16:11 +0000)]
  Assure that we block on the read BIO when we invoke the read BIO for both
  first-use cases (via ssl_io_input_add_filter) and when we are writing and
  need response from the client (via ssl_io_filter_output).  Both of these
  cases are always blocking.  [

PR: 19242
Submitted by: David Deaves <David.Deaves@dd.id.au>, William Rowe

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

21 years ago Fix a VPATH build install bug - the special.mk file was never installed
William A. Rowe Jr [Fri, 16 May 2003 16:01:25 +0000 (16:01 +0000)]
  Fix a VPATH build install bug - the special.mk file was never installed
  (because we didn't rewrite it to the VPATH from the sourcepath), so copy
  any sourcepath\build\*.mk files along with the vpath\build\*.mk files.

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