summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-11-02 18:44:32 +0000
committerRich Bowen <rbowen@apache.org>2010-11-02 18:44:32 +0000
commitc6b5ca1f2783cb49eb0ba5b21dffe6d3d54b9469 (patch)
tree37fbee59d774c0950b3e08bc18a012a2e071c065
parent07aafa64d5aef77ea245868565c5a9927e11a9bc (diff)
downloadhttpd-c6b5ca1f2783cb49eb0ba5b21dffe6d3d54b9469.tar.gz
mod_mmap_static is no more.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1030170 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--htdocs/manual/mod/mod_mmap_static.html35
1 files changed, 34 insertions, 1 deletions
diff --git a/htdocs/manual/mod/mod_mmap_static.html b/htdocs/manual/mod/mod_mmap_static.html
index b246dbbfeb..0e90f6b797 100644
--- a/htdocs/manual/mod/mod_mmap_static.html
+++ b/htdocs/manual/mod/mod_mmap_static.html
@@ -6,12 +6,45 @@
<meta name="generator" content="HTML Tidy, see www.w3.org" />
<title>Apache module mod_mmap_static</title>
+<style>
+.obsolete
+{
+ margin: 0;
+ padding: 8px 10px;
+ padding-left: 50px;
+ padding-bottom: 10px;
+ line-height: 1.4em;
+ background: #f99 url(../images/warning.png) no-repeat 0px 0px;
+}
+
+.currentdocs
+{
+ background: #f99;
+}
+
+</style>
+
</head>
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
vlink="#000080" alink="#FF0000">
- <!--#include virtual="header.html" -->
+ <div align="CENTER">
+ <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" />
+
+ <h3>Apache HTTP Server Version 1.3</h3>
+ <div class="obsolete"><p>You are looking at the documentation for the
+ 1.3 version of the Apache HTTP Server, which is no longer
+ maintained, and has been declared "end of life". If you are in
+ fact still using the 1.3 version, please consider upgrading.
+ The current version of the server is <a
+ href="http://httpd.apache.org/docs/2.2/">2.2</a>.
+
+ In 2.2, there is no equivalent to this module.</p>
+
+ </div>
+
+ </div>
<h1 align="CENTER">Module mod_mmap_static</h1>