Commit aeb8bc92 authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

* docs/manual/new_features_2_2.xml: Take a pass at blurbs for auth and cache

  changes.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106760 13f79535-47bb-0310-9956-ffa450edef68
parent 64b24358
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -35,10 +35,17 @@
    <dl>

      <dt>Authn/Authz</dt>
      <dd>...</dd>
      <dd>The bundled authentication and authorization modules have
          been refactored.  There is a new authentication backend provider
          scheme which greatly eases the construction of new authentication
          backends.</dd>

      <dt>Caching</dt>
      <dd>...</dd>
      <dd><module>mod_cache</module>, <module>mod_disk_cache</module>, and
          <module>mod_mem_cache</module> have undergone a lot of changes
          are now considered production-quality. <a
          href="programs/htcacheclean.html">htcacheclean</a> has been
          introduced to cleanup <module>mod_disk_cache</module> setups.</dd>

      <dt>Proxying</dt>
      <dd>The new <module>mod_proxy_balancer</module> module provides