Update of /cvsroot/http-webtest/HTTP-WebTest-Plugin-Apache
In directory sc8-pr-cvs1:/tmp/cvs-serv26455
Added Files:
README MANIFEST
Log Message:
Added
--- NEW FILE: README ---
NAME
HTTP::WebTest::Plugin::Apache - Plugin for local web file tests
DESCRIPTION
This plugins adds to HTTP::WebTest support for local web file test mode.
In this mode Apache is started on a private/dynamic port with a
configuration file in a temporary directory and HTTP::WebTest runs its
tests against local web files using this temporary local instance of
Apache.
Data flow diagram for "HTTP::WebTest" using a local web file:
-------------- ---------------------
| | | |
| Input | | Web page code |
| parameters | | (Perl/HTML/etc.) |
| | | |
-------------- ---------------------
| |
| -----------------------------
| |
V V ------------------------
------------- | |
| |---------->| Temporary Apache |
| WebTest | | directories (htdocs, |
| |<----------| conf, logs) |
------------- | |
| ^ ------------------------
| | | ^
V | V |
------------ ----------------------
| | request | |
| HTTP |------------>| Temporary local |
| user | | instance of Apache |
| agent |<------------| |
| | response ----------------------
------------
RESTRICTIONS / BUGS
Local file test mode unlikely to work on Win32 systems (at least it have
never been tested by authors there and nobody confirmed it to work).
AUTHORS
Richard Anderson <ri...@ri...> wrote HTTP::WebTest 1.xx,
using some ideas from the CPAN Monkeywrench module.
Ilya Martynov <il...@ma...> implemented the plug-in concept, the
extended API and completely rewrote HTTP::WebTest.
Later this plugin module was removed from HTTP::WebTest distribution and
released separately.
Please don't email authors directly. Use the SourceForge "HTTP::WebTest"
mail list (see SUPPORT, next section).
SUPPORT
Please email bug reports, suggestions, questions, etc. to the SourceForge
"HTTP::WebTest" maillist. You can sign up at
http://lists.sourceforge.net/lists/listinfo/http-webtest-general . The
email address is "htt...@li...".
COPYRIGHT
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
Copyright (c) 2001-2002 Ilya Martynov. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
--- NEW FILE: MANIFEST ---
Changes
INSTALL
MANIFEST
Makefile.PL
README
http-webtest/conf/httpd.conf-dist
http-webtest/htdocs/webtest/is_apache_responding.html
http-webtest/logs/.placeholder
lib/HTTP/WebTest/Plugin/Apache.pm
scripts/README
scripts/make_readme.PL
scripts/test_config.PL
t/01-apache.t
t/README
t/test.out/apache1
t/test.out/apache2
t/test.out/apache3
t/test.out/apache4
t/test.out/apache5
t/test.out/apache6
t/test.out/apache7
t/test.out/apache8
t/test.out/apache9
t/test.shtml
t/test1.txt
t/test2.txt
|