Commit 5d299366 authored by Richard Bowen's avatar Richard Bowen
Browse files

The current version of the server is 2.4


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1293997 13f79535-47bb-0310-9956-ffa450edef68
parent 7e2facad
Loading
Loading
Loading
Loading
+2 −20
Original line number Diff line number Diff line
<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>

    <div align="CENTER">
      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" />

@@ -25,10 +7,10 @@
        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/current/">2.2</a>.
        href="http://httpd.apache.org/docs/2.4/">2.4</a>.

        This document may be available
        <a href="http://httpd.apache.org/docs/current/mod/" id="docLink">in the 2.2 docs.</a> 
        <a href="http://httpd.apache.org/docs/current/mod/" id="docLink">in the 2.4 docs.</a> 
        </p>
      
        <script language='Javascript' type='text/javascript'>
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta name="generator" content="HTML Tidy, see www.w3.org" />

    <link rel="stylesheet" type="text/css" href="style/style.css" />
    <title>Apache modules</title>
  </head>
  <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta name="generator" content="HTML Tidy, see www.w3.org" />

    <link rel="stylesheet" type="text/css" href="style/style.css" />
    <title>Module mod_actions</title>
  </head>
  <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
+3 −3
Original line number Diff line number Diff line
@@ -40,11 +40,11 @@
        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>.
        href="http://httpd.apache.org/docs/2.4/">2.4</a>.

        In 2.2, the equivalent of this module is now named 
        In the current version of the server, the equivalent of this module is now named 
        <a
        href="http://httpd.apache.org/docs/2.2/mod/mod_authn_anon.html"
        href="http://httpd.apache.org/docs/2.4/mod/mod_authn_anon.html"
        >mod_authn_anon</a>.</p> 

        </div>
+3 −3
Original line number Diff line number Diff line
@@ -40,11 +40,11 @@
        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>.
        href="http://httpd.apache.org/docs/2.4/">2.4</a>.

        In 2.2, the equivalent of this module is now named 
        In the current version of the server, the equivalent of this module is now named 
        <a
        href="http://httpd.apache.org/docs/2.2/mod/mod_authn_dbm.html"
        href="http://httpd.apache.org/docs/2.4/mod/mod_authn_dbm.html"
        >mod_authn_dbm</a>.</p> 

        </div>
Loading