pkgsrc/www/apache/patches/patch-aj
jlam 1008fafead Update apache to 1.3.22. Relevant changes from version 1.3.20 include
using the pkgsrc expat library instead of the builtin one (this is to
avoid conflicts between expat libraries when an expat XML parser is loaded
by either mod_perl or mod_php), and:

  Security vulnerabilities

     * A vulnerability was found in the split-logfile support program. A
       request with a specially crafted Host: header could allow any file
       with a .log extension on the system to be written to.
     * A vulnerability was found when Multiviews are used to negotiate
       the directory index. In some configurations, requesting a URI with
       a QUERY_STRING of M=D could return a directory listing rather than
       the expected index page.

  General bug fixes and improvements

     * Bug fixes
     * The supplied icons are now also distributed in PNG format
     * New directives have been added to the mod_usertrack module, The
       first, CookieDomain, can be used to customise the Domain
       attribute.
     * A new directive, AcceptMutex, allows run-time configuration of the
       mutex type used for accept serialization.
     * mod_auth has been enhanced to allow access to a document to be
       controlled based on the owner of the file being served.
     * A new directive, AcceptFilter, has been added to control BSD
       accept filters at run-time. The functionality can postpone the
       requirement for a child process to handle a new connection until
       an HTTP request has arrived, therefore increasing the number of
       connections that a given number of child processes can handle
2001-10-17 19:17:00 +00:00

37 lines
1.4 KiB
Text

$NetBSD: patch-aj,v 1.7 2001/10/17 19:17:00 jlam Exp $
--- htdocs/index.html.fr.orig Wed Jun 27 08:38:39 2001
+++ htdocs/index.html.fr Tue Oct 16 22:29:50 2001
@@ -36,12 +36,28 @@
<hr width="50%" size="8">
<p>La <a href="manual/">documentation</a> Apache est incluse dans cette
-distribution.</p>
+distribution. Si l'extension SSL <STRONG>mod_ssl</STRONG> a \xe9t\xe9
+install\xe9e, lisez alors attentivement la
+<a href="manual/mod/mod_ssl/index.html">documentation SSL</a>.</p>
+
+<p>Des informations sur le syst\xe8me d'exploitation multi-plateforme NetBSD
+peuvent &ecirc;tre trouv\xe9es sur
+<a href="http://www.netbsd.org/">la homepage du projet NetBSD</a>.</p>
+
+<p>Le webmaster de ce site peut librement utiliser les images ci-dessous sur u
-<p>Le webmaster de ce site peut librement utiliser l'image ci-dessous sur un
-site web utilisant le logiciel Apache. Merci d'avoir choisi Apache&nbsp;!</p>
+site web utilisant les logiciels Apache et NetBSD. Merci d'avoir choisi
+<a href="http://www.apache.org/">Apache</a> sur
+<a href="http://www.netbsd.org/">NetBSD</a>&nbsp;!</p>
-<div align="CENTER"><img src="apache_pb.gif" alt=""></div>
+<div align="CENTER">
+ <a href="http://www.apache.org/">
+ <img src="apache_pb.gif" BORDER="0" alt="Powered by Apache">
+ </a>
+ <a href="http://www.netbsd.org/">
+ <img src="sitedrivenby.gif" BORDER="0" alt="Site driven by NetBSD">
+ </a>
+</div>
</body>
</html>