Title: Apache HTTP Test Project Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. # Welcome to the Apache HTTP Test Project # {#Welcome} This project is focused on designing test tools for the Apache HTTP Server Project. This is a subproject of the [Apache HTTP Server Project](/). Currently, the following components are available: - [Flood](flood/) - a profile-driven HTTP load tester - [Perl Framework](http://svn.apache.org/viewvc/httpd/test/framework/trunk/) - a perl-centric HTTP test kit - [Apache-Test](http://perl.apache.org/Apache-Test/) - the testing engine behind the Perl Framework and other HTTP-based projects like mod_perl - Modules for [SPECWeb99](http://www.spec.org/) tests # Mailing Lists # {#Mail} Our mailing lists are open to the public. Subscription - [dev@httpd.apache.org](mailto:dev-subscribe@httpd.apache.org) - discussion of what to do - [cvs@httpd.apache.org](mailto:cvs-subscribe@httpd.apache.org) - cvs commit notifications Archives - [dev@httpd Archives](http://mail-archives.apache.org/mod_mbox/httpd-dev/) - [cvs@httpd Archives](http://mail-archives.apache.org/mod_mbox/httpd-cvs/) - [dev@httpd Archives (Raw)](http://httpd.apache.org/mail/dev/) On December 22, 2005, test-dev@httpd.apache.org was merged with dev@httpd.apache.org. Our old archives are still available. - [Test-dev Archives](http://mail-archives.apache.org/mod_mbox/httpd-test-dev/) - [Test-cvs Archives](http://mail-archives.apache.org/mod_mbox/httpd-test-cvs/) - [Test-dev Archives](http://marc.theaimsgroup.com/?l=apache-test-dev) - [Test-dev Archives (Raw)](http://httpd.apache.org/mail/test-dev/) - [Test-cvs Archives (Raw)](http://httpd.apache.org/mail/test-cvs/) # SVN access # {#SVN} You may browse the httpd-test repositories [online](http://svn.apache.org/viewcvs.cgi/httpd/test/). Anonymous [Subversion](http://subversion.apache.org/) is available. % svn checkout http://svn.apache.org/repos/asf/httpd/test/framework/trunk/ httpd-framework % svn checkout http://svn.apache.org/repos/asf/httpd/flood/trunk/ flood