You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2001/08/27 23:42:43 UTC

cvs commit: httpd-site/test index.html

jerenkrantz    01/08/27 14:42:43

  Added:       test     index.html
  Log:
  Initial version of the httpd-test subproject page.
  
  Flood-specific stuff will be forthcoming.
  perl-framework people can do their own pages.  =)
  
  Revision  Changes    Path
  1.1                  httpd-site/test/index.html
  
  Index: index.html
  ===================================================================
  <HTML>
  <HEAD>
  <TITLE>Apache HTTP Test 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>
  <H2>Welcome to the Apache HTTP Test Project</H2>
  <H4>A Subproject of the <a href="http://httpd.apache.org/">Apache HTTP Server Project</A></H4>
  </DIV>
  
  <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="httpd.apache.org">
  <input type=hidden name="version" value="2">
  <INPUT TYPE="submit" VALUE="Search Site">
  </FORM>
  </center>
  
  <HR>
  <P>This project is focused on designing test tools for the Apache HTTP Server
  Project.
  
  <P>Currently, there are two components to this project:
  
  <UL>
  <LI><A HREF="http://cvs.apache.org/viewcvs.cgi/httpd-test/flood/">Flood</A> - a profile-driven HTTP load tester
  <LI><A HREF="http://cvs.apache.org/viewcvs.cgi/httpd-test/perl-framework/">Perl Framework</A> - a perl-centric HTTP test kit
  </UL>
  
  <H2>Mailing lists</H2>
  
  <P>Our mailing lists are open to the public.
  
  <P>Subscription
  <UL>
  <LI><A HREF="mailto:test-dev-subscribe@httpd.apache.org">test-dev@httpd.apache.org</A> - discussion of what to do
  <LI><A HREF="mailto:test-cvs-subscribe@httpd.apache.org">test-cvs@httpd.apache.org</A> - cvs commit notifications
  </UL>
  
  <P>Archives
  <UL>
  <LI><A HREF="http://www.apachelabs.org/test-dev/">Test-dev Archives</A>
  <LI><A HREF="http://httpd.apache.org/mail/test-dev/">Test-dev Archives (Raw)</A>
  </UL>
  
  <H2>CVS access</H2>
  
  <P>You may browse the httpd-test repository <A HREF="http://cvs.apache.org/viewcvs.cgi/httpd-test/">online</A>
  
  <P>Anonymous CVS access (via pserver) is available.  "anoncvs" is the
  password.
  <PRE>
   % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
   % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co httpd-test
  </PRE>
  
  <H2>License</H2>
  
  <P>Like all Apache Software Foundation projects, httpd-test is licensed under
  <A HREF="http://www.apache.org/LICENSE.txt">The Apache License</A>.
  
  <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>