99d44cc895
NetBSD Packages Collection (pkgsrc) changes: * Modify French page in same way as the English page. Translation provided by Remi Zara <remi_zara@mac.com> in private e-mail. * Use EAPI patches from mod_ssl-2.8.4-1.3.20. * Unify repeated SED replacement info for config.layout, apache.sh, DEINSTALL, and INSTALL into one location, FILES_SUBST. * Modify patch to apxs to use 0:0 instead of root:wheel, as some non-NetBSD systems don't have a wheel group. The general bug fixes: * Eliminate a potential segfault if an invalid floating point value is passed to the ap_snprintf() function, on platforms supporting isnan() and isinf(). * Fix a possible segfault at startup in the detection of a default ServerName or IP string when no ServerName was specified. * Fixed mod_proxy to retain empty headers, as allowed by RFC2068. * Properly resolve the location of ndbm on Linux and some glibc2 builds, where ndbm.h is in the nonstandard db1/ subdir. The main new features include: * Enhanced rotatelogs to allow a UTC offset to be specified, and the format logfile names with human-readable date/time stamps. * Added the NOESCAPE (NS) flag to RewriteRule, to disable *all* normal URI escaping. Note incautious use can give unexpected results or introduce security risks. * Added the '\' character to RewriteRule to allow escaping of special characters. Allows embedding of both the '$' and '%' characters in the results, so 'foo\$1' translates to 'foo$1' rather than 'foo\<value of $1>'. * Added the -V flag to suexec, to display the compile-time settings with which it was built. (Only valid for root or the HTTPD_USER username.) * Introduced EBCDIC conversion configuration options, controlling the conversion based on MIME type or file suffix.
35 lines
1.3 KiB
Text
35 lines
1.3 KiB
Text
$NetBSD: patch-ac,v 1.7 2001/06/09 06:36:43 jlam Exp $
|
|
|
|
--- htdocs/index.html.en.orig Thu May 3 20:00:38 2001
|
|
+++ htdocs/index.html.en Sat Jun 9 01:44:14 2001
|
|
@@ -27,12 +27,26 @@
|
|
|
|
<hr width="50%" size="8" />
|
|
<p>The Apache <a href="manual/">documentation</a> has been included
|
|
-with this distribution.</p>
|
|
+with this distribution. If the <strong>mod_ssl</strong> SSL extension has
|
|
+been installed, then please carefully read the
|
|
+<a href="manual/mod/mod_ssl/index.html">SSL documentation</a>.</p>
|
|
|
|
-<p>You are free to use the image below on an Apache-powered web
|
|
-server. Thanks for using Apache!</p>
|
|
+<p>Information on the NetBSD multi-platform operating system can be found at
|
|
+<a href="http://www.netbsd.org/">The NetBSD Project homepage</a></p>
|
|
|
|
-<div align="center"><img src="apache_pb.gif" alt="" /></div>
|
|
+<p>Please feel free to use the images below on an Apache/NetBSD-powered web
|
|
+server. Thanks for using
|
|
+<a href="http://www.apache.org/">Apache</a> on
|
|
+<a href="http://www.netbsd.org/">NetBSD</a>!</p>
|
|
+
|
|
+<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>
|
|
|