You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bu...@apache.org on 2012/05/06 23:31:35 UTC

svn commit: r816148 - in /websites/staging/httpd/trunk/content: ./ modules/index.html modules/index.xml

Author: buildbot
Date: Sun May  6 21:31:34 2012
New Revision: 816148

Log:
Staging update by buildbot for httpd

Added:
    websites/staging/httpd/trunk/content/modules/index.html
Removed:
    websites/staging/httpd/trunk/content/modules/index.xml
Modified:
    websites/staging/httpd/trunk/content/   (props changed)

Propchange: websites/staging/httpd/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun May  6 21:31:34 2012
@@ -1 +1 @@
-1334786
+1334788

Added: websites/staging/httpd/trunk/content/modules/index.html
==============================================================================
--- websites/staging/httpd/trunk/content/modules/index.html (added)
+++ websites/staging/httpd/trunk/content/modules/index.html Sun May  6 21:31:34 2012
@@ -0,0 +1,272 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+               "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+        <link href="/css/apsite.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
+        <meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
+        <title>Apache httpd Modules - The Apache HTTP Server Project</title>
+    </head>
+    <body>
+        
+        <div id="page-header">
+            <p class="menu">&nbsp;</p>
+            <p class="apache">&nbsp;</p>
+            <a href="/">
+            <img alt="" width="800" height="72" src="/images/httpd_logo_wide_new.png" border="0" />
+            </a>
+        </div>
+        
+
+        <!-- LEFT SIDE NAVIGATION -->
+        <div id="apmenu">
+            
+            <h1 id="essentials">Essentials</h1>
+<ul>
+<li><a href="/ABOUT_APACHE.html">About</a></li>
+<li><a href="http://www.apache.org/licenses/">License</a></li>
+<li><a href="http://wiki.apache.org/httpd/FAQ">FAQ</a></li>
+<li><a href="/security_report.html">Security Reports</a></li>
+</ul>
+<h1 id="download">Download!</h1>
+<ul>
+<li><a href="/download.cgi">From a Mirror</a></li>
+</ul>
+<h1 id="documentation"><a href="/docs/">Documentation</a></h1>
+<ul>
+<li><a href="/docs/2.4/">Version 2.4</a></li>
+<li><a href="/docs/2.2/">Version 2.2</a></li>
+<li><a href="/docs/2.0/">Version 2.0</a></li>
+<li><a href="/docs/trunk/">Trunk (dev)</a></li>
+</ul>
+<h1 id="get-support">Get Support</h1>
+<ul>
+<li><a href="/support.html">Support</a></li>
+</ul>
+<h1 id="get-involved">Get Involved</h1>
+<ul>
+<li><a href="/lists.html">Mailing Lists</a></li>
+<li><a href="/bug_report.html">Bug Reports</a></li>
+<li><a href="/dev/">Developer Info</a></li>
+</ul>
+<h1 id="subprojects">Subprojects</h1>
+<ul>
+<li><a href="/docs-project/">Docs</a></li>
+<li><a href="/test/">Test</a></li>
+<li><a href="/test/flood/">Flood</a></li>
+<li><a href="/apreq/">libapreq</a></li>
+<li><a href="/modules">Modules</a></li>
+<li><a href="/mod_fcgid/">mod_fcgid</a></li>
+<li><a href="/mod_ftp/">mod_ftp</a></li>
+</ul>
+<h1 id="miscellaneous"><a href="/info/">Miscellaneous</a></h1>
+<ul>
+<li><a href="/contributors/">Contributors</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Sponsors</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+</ul>
+            
+        </div>
+
+
+        <!-- RIGHT SIDE INFORMATION -->
+        <div id="apcontents">
+            
+            <p>The following page highlights some modules that the Apache HTTP Server
+Project maintains that are not included in the core distribution. For a
+detailed listing of third-party modules, please see
+<a href="http://modules.apache.org/">modules.apache.org</a>.</p>
+<h1 id="mod_fcgid">mod_fcgid</h1>
+<p>Does your CGI performance leave you wanting? Is mod_perl simply too much
+effort for just hosting your CGI scripts? Do you want to run PHP
+applications outside of your web server processes? FastCGI is the solution
+for you!</p>
+<p><code>mod_fcgid</code> is an implementation of FastCGI for Apache HTTP Server 2.0 and
+later which routes requests to FastCGI application processes which it
+manages.</p>
+<ul>
+<li>
+<p>Website:
+<a href="http://httpd.apache.org/mod_fcgid/">http://httpd.apache.org/mod_fcgid/</a> </p>
+</li>
+<li>
+<p>Download: <a href="http://httpd.apache.org/download.html#mod_fcgid">mod_fcgid current
+release</a> </p>
+</li>
+<li>
+<p>Source code: <a href="http://svn.apache.org/viewcvs.cgi/httpd/mod_fcgid/trunk/">mod_fcgid subversion
+trunk</a> </p>
+</li>
+<li>
+<p>Mailing list:
+<a href="mailto:dev-subscribe@httpd.apache.org">dev@httpd.apache.org</a> </p>
+</li>
+</ul>
+<h1 id="mod_ftp">mod_ftp</h1>
+<p>When is Apache HTTP Server not an http: server? When it's serving the same
+web content, via an ftp: protocol request!</p>
+<p>This code is currently released as a beta. Volunteers are especially sought
+to test out the IPv6 functionality (EPRT and EPSV support).</p>
+<ul>
+<li>
+<p>Website:
+<a href="http://httpd.apache.org/mod_ftp/">http://httpd.apache.org/mod_ftp/</a> </p>
+</li>
+<li>
+<p>Download: <a href="http://httpd.apache.org/download.html#mod_ftp">mod_ftp current
+release</a> </p>
+</li>
+<li>
+<p>Source code: <a href="http://svn.apache.org/viewcvs.cgi/httpd/mod_ftp/trunk/">mod_ftp subversion
+trunk</a> </p>
+</li>
+<li>
+<p>Mailing list:
+<a href="mailto:dev-subscribe@httpd.apache.org">dev@httpd.apache.org</a> </p>
+</li>
+</ul>
+<h1 id="mod_domain">mod_domain</h1>
+<p>Sick of keeping your DNS records and Apache config IPs and CNAMEs in sync?
+Let Apache serve your DNS for you based on your httpd.conf! Try out
+<code>mod_domain</code>.</p>
+<p>This experimental code has <strong>not</strong> been released, but is available to you
+from the subversion development repository.</p>
+<ul>
+<li>
+<p>Source: <a href="https://svn.apache.org/repos/asf/httpd/sandbox/mod_domain/trunk/">mod_domain
+trunk</a> </p>
+</li>
+<li>
+<p>ViewVC:
+<a href="http://svn.apache.org/viewvc/httpd/sandbox/mod_domain/trunk/">mod_domain</a> </p>
+</li>
+<li>
+<p>Mailing list:
+<a href="mailto:dev-subscribe@httpd.apache.org">dev@httpd.apache.org</a> </p>
+</li>
+</ul>
+<h1 id="mod_mbox">mod_mbox</h1>
+<p>Do you want to set up mail archives with Apache HTTPd 2.x ? Try out
+<code>mod_mbox</code>.</p>
+<p>This experimental code has <strong>not</strong> been released, but is available to you
+from the subversion development repository. It is currently in-use by the
+ASF to provide our <a href="http://mail-archives.apache.org/mod_mbox/">email archives
+browser.</a> </p>
+<ul>
+<li>
+<p><a href="http://httpd.apache.org/mod_mbox/">Website</a> </p>
+</li>
+<li>
+<p>Source: <a href="https://svn.apache.org/repos/asf/httpd/mod_mbox/trunk/">mod_mbox
+trunk</a> </p>
+</li>
+<li>
+<p>ViewVC: <a href="http://svn.apache.org/viewvc/httpd/mod_mbox/trunk/">mod_mbox</a> </p>
+</li>
+<li>
+<p>Mailing list:
+<a href="mailto:dev-subscribe@httpd.apache.org">dev@httpd.apache.org</a> </p>
+</li>
+</ul>
+<h1 id="mod_pop3">mod_pop3</h1>
+<p>Do you want to see how Apache httpd-2.0 can handle different protocols?
+Play with <code>mod_pop3</code>.</p>
+<p>This experimental code has <strong>not</strong> been released, but is available to you
+from the subversion development repository.</p>
+<ul>
+<li>
+<p>Source:
+<a href="http://svn.apache.org/repos/asf/httpd/sandbox/mod_pop3/">mod_pop3</a> </p>
+</li>
+<li>
+<p>ViewVC: <a href="http://svn.apache.org/viewvc/httpd/sandbox/mod_pop3/">mod_pop3</a> </p>
+</li>
+<li>
+<p>Mailing list:
+<a href="mailto:dev-subscribe@httpd.apache.org">dev@httpd.apache.org</a> </p>
+</li>
+</ul>
+<h1 id="mod_arm4">mod_arm4</h1>
+<p>Instrument the Apache HTTP Server to the <a href="http://www.opengroup.org/tech/management/arm/">ARM4
+API</a> </p>
+<p>This experimental code has <strong>not</strong> been released, but is available to you
+from the subversion development repository.</p>
+<ul>
+<li>
+<p>Source:
+<a href="http://svn.apache.org/repos/asf/httpd/sandbox/mod_arm4/">mod_arm4</a> </p>
+</li>
+<li>
+<p>ViewVC: <a href="http://svn.apache.org/viewvc/httpd/sandbox/mod_arm4/">mod_arm4</a> </p>
+</li>
+<li>
+<p>Mailing list:
+<a href="mailto:dev-subscribe@httpd.apache.org">dev@httpd.apache.org</a> </p>
+</li>
+</ul>
+<h1 id="mod_smtpd">mod_smtpd</h1>
+<p>This experimental code has <strong>not</strong> been released, but is available to you
+from the subversion development repository.</p>
+<p>Serve SMTP on Apache with <code>mod_smtpd</code>.</p>
+<ul>
+<li>
+<p><a href="http://httpd.apache.org/mod_smtpd/">Website</a> </p>
+</li>
+<li>
+<p>Source:
+<a href="http://svn.apache.org/repos/asf/httpd/sandbox/mod_smtpd/">mod_smtpd</a> </p>
+</li>
+<li>
+<p>ViewVC:
+<a href="http://svn.apache.org/viewvc/httpd/sandbox/mod_smtpd/">mod_smtpd</a> </p>
+</li>
+<li>
+<p>Mailing list:
+<a href="mailto:dev-subscribe@httpd.apache.org">dev@httpd.apache.org</a> </p>
+</li>
+</ul>
+<h1 id="sandbox">Sandbox</h1>
+<p>The sandbox is where unreleased code goes to play. Browse around for some
+goodies that are not part of the normal Apache HTTP Server distribution,
+but may give you an idea about ways you can extend the server. Someone may
+be actively working on these bits, but they may be completely unmaintained!</p>
+<ul>
+<li>
+<p>Source: <a href="http://svn.apache.org/repos/asf/httpd/sandbox/">Sandbox</a> </p>
+</li>
+<li>
+<p>ViewVC: <a href="http://svn.apache.org/viewvc/httpd/sandbox/">Sandbox</a> </p>
+</li>
+</ul>
+<h1 id="mod_aspdotnet">mod_aspdotnet (retired from the ASF)</h1>
+<p>The <code>mod_aspdotnet</code> module has been retired by the httpd project. Every ASF
+project requires multiple developers, and this project did not have enough
+developers participating to remain under the ASF umbrella. Development has
+been resumed by the original authors at its new home, the <a href="http://sourceforge.net/projects/mod-aspdotnet">mod-aspdotnet
+SourceForge project</a>. Note
+there is NO further support or effort on this module from the httpd
+project, refer all questions on to the SourceForge project's user and
+development lists.</p>
+<h1 id="mod_python">mod_python (retired to the attic)</h1>
+<p>The Quetzalcoatl <code>mod_python</code> project has been retired to the attic. Note
+there is NO further support or effort on this module from the httpd
+project, see the attic information page below for further information. You
+may also wish to research <code>mod_wsgi</code> , another effort outside of the ASF.</p>
+<ul>
+<li>Website: <a href="http://attic.apache.org/projects/quetzalcoatl.html">Attic
+Placeholder</a> </li>
+</ul>
+            
+
+            <!-- FOOTER -->
+            <div id="footer">
+                <p class="apache">
+                    
+                    <p>Copyright &copy; 2012 The Apache Software Foundation
+Apache HTTP Server, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+                    
+                </p>
+            </div>
+        </div>
+    </body>
+    </html>