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).


git-svn-id: https://svn.apache.org/repos/asf/httpd/test/trunk/flood@101203 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/round-robin-dynamic.xml b/examples/round-robin-dynamic.xml
index 985ea95..db76bc7 100644
--- a/examples/round-robin-dynamic.xml
+++ b/examples/round-robin-dynamic.xml
@@ -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}" />
diff --git a/examples/round-robin-keepalive.xml b/examples/round-robin-keepalive.xml
index 07d9edd..7e721cb 100644
--- a/examples/round-robin-keepalive.xml
+++ b/examples/round-robin-keepalive.xml
@@ -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. 
diff --git a/examples/round-robin-ssl.xml b/examples/round-robin-ssl.xml
index 484f64f..aa184ee 100644
--- a/examples/round-robin-ssl.xml
+++ b/examples/round-robin-ssl.xml
@@ -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>