Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
140 lines (113 sloc)
4.31 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <HTML> | |
| <HEAD> | |
| <TITLE>Apache Project</TITLE> | |
| </HEAD> | |
| <!-- Background white, links blue (unvisited), navy (visited), red (active) --> | |
| <BODY | |
| BGCOLOR="#FFFFFF" | |
| TEXT="#000000" | |
| LINK="#0000FF" | |
| VLINK="#000080" | |
| ALINK="#FF0000" | |
| > | |
| <DIV ALIGN=CENTER> | |
| <P> | |
| <A HREF="ABOUT_APACHE.html" | |
| ><IMG SRC="images/apache_logo.gif" BORDER=0 ALT="" WIDTH="400" HEIGHT="148"></A> | |
| </P> | |
| <H2>Welcome to the Apache HTTP Server Project</H2> | |
| <H4>A Project of the <A HREF="index.html">Apache Software Foundation</A></H4> | |
| <H3><A HREF="dyn/closer.cgi"> | |
| Mirrored worldwide - find your closest mirror</A></H3> | |
| <TABLE> | |
| <TR> | |
| <TD> | |
| <UL> | |
| <LI><A HREF="ABOUT_APACHE.html">About the Apache Project</A> | |
| <LI><A HREF="LICENSE.txt">The Apache License</A> | |
| <LI><A HREF="docs/">Server Documentation</A> | |
| <LI><A HREF="docs/misc/FAQ.html">The Apache FAQ</A> | |
| <LI><A HREF="awards.html">Awards won by the Apache software</A> | |
| <LI><A HREF="bug_report.html">Bug Reporting</A> | |
| <LI><A HREF="search.html">Search This Site</A> | |
| </UL> | |
| </TD> | |
| <TD> | |
| <UL> | |
| <LI><A HREF="dist/">Download!</A> | |
| <LI><A HREF="related_projects.html">Related Projects</A> | |
| <LI><A HREF="announcelist.html">Announcements via Email</A> | |
| <LI><A HREF="in_the_news.html">In the News</A> | |
| <LI><A HREF="security_report.html">Security Bug Reporting</A> | |
| <LI><A HREF="contributors/">Project Contributors</A> | |
| <LI><A HREF="info/">Other Information</A> | |
| </UL> | |
| </TD> | |
| </TR> | |
| </TABLE> | |
| <center> | |
| <FORM ACTION="http://search.apache.org/" METHOD="POST"> | |
| <INPUT TYPE="text" NAME="keyword" SIZE=40> | |
| <input type=hidden name="results" value=20> | |
| <input type=hidden name="what" value="ap"> | |
| <INPUT TYPE="submit" VALUE="Search Site"> | |
| </FORM> | |
| </center> | |
| </DIV> | |
| <P><HR> | |
| <H2 ALIGN="CENTER">Apache 2.0a3 Alpha Now Available!</H2> | |
| <P><BLOCKQUOTE> | |
| Apache 2.0a3 is a public alpha of the forthcoming Apache 2.0, an update | |
| which includes several new enhancements, including the new Apache Portable | |
| Run-time and the new Multi-processing modules. This is an alpha release, | |
| and is for experimental purposes; use at your own risk. It is available | |
| in source format only, so a compiler is neccessary to use it | |
| <p>If you are not familiar with software development, and wish to use | |
| a stable, working, web server, we strongly recommend you download | |
| Apache 1.3.12 instead. Please <a href="bug_report.html">report any bugs</a> you | |
| find. | |
| </BLOCKQUOTE> | |
| <P ALIGN="CENTER"> | |
| <A HREF="dist/">Download Apache 2.0a3</A> | | |
| <A HREF="docs/new_features_2_0.html">New Features in Apache 2.0a3</A> | |
| <P><HR> | |
| <H2 ALIGN="CENTER">Apache 1.3.12 Now Available</H2> | |
| <P><BLOCKQUOTE> | |
| The Apache Group is pleased to announce the release of the | |
| 1.3.12 version of the Apache HTTP server. The main improvements | |
| in this release are those pertaining to the | |
| <A HREF="info/css-security/">Cross Site Scripting security problem</A> | |
| that was announced in a recent | |
| <A HREF="http://www.cert.org/advisories/CA-2000-02.html">CERT Advisory</A>. | |
| Apache 1.3.12 is the best version of Apache currently available; | |
| everyone running 1.2.X servers or earlier should upgrade to 1.3, as there | |
| will not be any further 1.2.X releases. | |
| At present, the Win32 port of Apache is not | |
| as stable as the UNIX version. Further releases of the 1.3.x tree | |
| will bring the Win32 port closer to parity. | |
| </BLOCKQUOTE> | |
| <P ALIGN="CENTER"> | |
| <A HREF="dist/">Download Apache 1.3</A> | | |
| <A HREF="docs/windows.html">Apache for Win32</A> | | |
| <A HREF="docs/new_features_1_3.html">New Features in Apache 1.3</A> | |
| <P><HR> | |
| <H2 ALIGN="CENTER">The Number One HTTP Server On The Internet</H2> | |
| <P><BLOCKQUOTE> | |
| Apache has been the most popular web server on the Internet since | |
| April of 1996. The March 2000 | |
| <A HREF="http://www.netcraft.com/survey/">Netcraft Web Server Survey</A> | |
| found that over 60% of the web sites on the Internet are using Apache | |
| (over 62% if Apache derivatives are included), thus making it more widely | |
| used than all other web servers combined. | |
| <P> | |
| The Apache project is an effort to develop and maintain an open-source | |
| HTTP server for various modern desktop and server operating systems, | |
| such as UNIX and Windows NT. The goal of this project is to provide a | |
| secure, efficient and extensible server which provides HTTP services | |
| in sync with the current HTTP standards.</BLOCKQUOTE> | |
| <P><HR> | |
| <P ALIGN="CENTER"><A HREF="images/apache_pb.gif"><IMG border="0" | |
| SRC="images/apache_pb.gif" ALT="Powered by Apache" width="259" | |
| height="32"></A> | |
| </BODY> | |
| </HTML> |