[Http-webtest-commits] HTTP-WebTest README,1.6,1.7
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-10-18 21:09:34
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory usw-pr-cvs1:/tmp/cvs-serv18261 Modified Files: README Log Message: Regenerated Index: README =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/README,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** README 22 Jun 2002 20:07:37 -0000 1.6 --- README 18 Oct 2002 21:09:31 -0000 1.7 *************** *** 80,86 **** This module have been tested only on Unix (e.g., Solaris, Linux, AIX, etc.) but it should work on Win32 systems. (Exception: local file tests ! don't work on Win32 systems.) The module's HTTP requests time out after 3 ! minutes (the default value for LWP::UserAgent). If the "file_path" ! parameter is specified, Apache must be installed. AUTHORS --- 80,92 ---- This module have been tested only on Unix (e.g., Solaris, Linux, AIX, etc.) but it should work on Win32 systems. (Exception: local file tests ! don't work on Win32 systems.) ! ! The module's HTTP requests time out after 3 minutes (the default value for ! LWP::UserAgent). If the "file_path" parameter is specified, Apache must be ! installed. ! ! If you want to test https:// web sites you may have to install additional ! modules to enable SSL support in LWP. In short you may have to install ! Crypt::SSLeay module. For details see README.SSL file in LWP distro. AUTHORS *************** *** 97,101 **** 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...". --- 103,107 ---- 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...". |