You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by ja...@apache.org on 2003/09/09 15:26:58 UTC

cvs commit: httpd-test/flood/examples round-robin-dynamic.xml round-robin-keepalive.xml round-robin-ssl.xml

jacekp      2003/09/09 06:26:58

  Modified:    flood/examples round-robin-dynamic.xml
                        round-robin-keepalive.xml round-robin-ssl.xml
  Log:
  Fix some issues in example config files:
  
  * round-robin-dynamic.xml -- apachelabs.org is down (disabled), added
    simple example.
  * round-robin-keepalive.xml -- added baseurl, fixed URL (Apache 2.0
    doesn't have 'by type' modules index).
  * round-robin-ssl.xml -- mozilla-crypto site is down (disabled).
  
  Revision  Changes    Path
  1.6       +5 -1      httpd-test/flood/examples/round-robin-dynamic.xml
  
  Index: round-robin-dynamic.xml
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/examples/round-robin-dynamic.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- round-robin-dynamic.xml	7 Sep 2003 23:45:03 -0000	1.5
  +++ round-robin-dynamic.xml	9 Sep 2003 13:26:58 -0000	1.6
  @@ -6,10 +6,14 @@
     <urllist>
       <name>Test Hosts</name>
       <description>A bunch of hosts we want to hit</description>
  -    <!-- Search for httpd-2.0 commit access.  -->
  +    <!-- Find FAQ on HTTPD project page -->
  +    <url method="GET" responsetemplate="&lt;a href=&quot;([^&quot;]*)&quot;&gt;FAQ&lt;/a&gt;" responsename="faq">http://httpd.apache.org/</url>
  +    <url method="GET" requestparamcount="1" requesttemplate="http://httpd.apache.org${faq}" />
  +    <!-- Search for httpd-2.0 commit access.
       <url method="POST" payload="method=and&amp;format=builtin-long&amp;sort=score&amp;config=htdig&amp;restrict=&amp;exclude=&amp;words=httpd-2.0+commit+access" responsetemplate="&lt;a href=&quot;([^&quot;]*)&quot;&gt;" responsename="id">http://www.apachelabs.org/cgi-bin/htsearch</url>
       <url method="GET" requesttemplate="${id}" responsetemplate="Prev&lt;/A&gt; &lt;A HREF=&quot;([^&quot;]*)&quot;&gt;" responsename="next" />
       <url method="GET" requestparamcount="1" requesttemplate="http://www.apachelabs.org${next}" />
  +    -->
       <!-- Search google.com for "foo" and go to the first search result. 
       <url method="GET" responsetemplate="&lt;a href=http://([^&gt;]*)&gt;" responsename="foo">http://www.google.com/search?q=foo</url>
       <url method="GET" requestparamcount="1" requesttemplate="http://${foo}" />
  
  
  
  1.7       +5 -4      httpd-test/flood/examples/round-robin-keepalive.xml
  
  Index: round-robin-keepalive.xml
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/examples/round-robin-keepalive.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- round-robin-keepalive.xml	7 Sep 2003 23:45:03 -0000	1.6
  +++ round-robin-keepalive.xml	9 Sep 2003 13:26:58 -0000	1.7
  @@ -7,10 +7,11 @@
     <urllist>
       <name>Test Hosts</name>
       <description>A bunch of hosts we want to hit</description>
  -    <!-- Three static non-MultiView URLs that are included in Apache 2.0 -->
  -    <url>http://localhost:8080/index.html.en</url>
  -    <url>http://localhost:8080/manual/index.html.en</url>
  -    <url>http://localhost:8080/manual/mod/index-bytype.html</url>
  +    <!-- change element below to point to default Apache 2.0 installation -->
  +    <baseurl>http://localhost</baseurl>
  +    <url>/index.html.en</url>
  +    <url>/manual/index.html.en</url>
  +    <url>/manual/mod/index.html.en</url>
     </urllist>
   
     <!-- The profile describes how we will hit the urllists. 
  
  
  
  1.9       +2 -0      httpd-test/flood/examples/round-robin-ssl.xml
  
  Index: round-robin-ssl.xml
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/examples/round-robin-ssl.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- round-robin-ssl.xml	7 Sep 2003 23:45:03 -0000	1.8
  +++ round-robin-ssl.xml	9 Sep 2003 13:26:58 -0000	1.9
  @@ -5,7 +5,9 @@
       <name>Test Hosts</name>
       <description>A bunch of hosts we want to hit</description>
       <url>https://www.modssl.org/example/test.phtml</url>
  +    <!-- This site is currently down
       <url>https://mozilla-crypto.ssleay.org/cryptocheck.php</url>
  +    -->
     </urllist>
   
     <profile>