aaron 01/11/16 17:17:56
Modified: flood/examples round-robin-ssl.xml
Log:
This hasn't worked for awhile now. I finally figured out that it
was a simple syntax snafu -- wow we could really use some better
error messages (not to mention a syntax checking XML parser *grin*)
Revision Changes Path
1.5 +7 -19 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- round-robin-ssl.xml 2001/08/03 00:08:25 1.4
+++ round-robin-ssl.xml 2001/11/17 01:17:56 1.5
@@ -4,7 +4,7 @@
<description>A bunch of hosts we want to hit</description>
<url>https://www.modssl.org/example/test.phtml</url>
<url>https://mozilla-crypto.ssleay.org/cryptocheck.php</url>
- <url>https://www.wellsfargo.com</url>
+ <url>https://www.wellsfargo.com/</url>
</urllist>
<profile>
@@ -14,28 +14,16 @@
<useurllist>Test Hosts</useurllist>
<!-- Profile Events -->
- <profile_init>round_robin_profile_init</profile_init>
- <create_req>round_robin_create_req</create_req>
- <get_next_url>round_robin_get_next_url</get_next_url>
- <loop_condition>round_robin_loop_condition</loop_condition>
- <profile_destroy>round_robin_profile_destroy</profile_destroy>
-
- <!-- Socket Events -->
- <socket_init>ssl_socket_init</socket_init>
- <begin_conn>ssl_begin_conn</begin_conn>
- <send_req>ssl_send_req</send_req>
- <recv_resp>ssl_recv_resp</recv_resp>
- <end_conn>ssl_end_conn</end_conn>
- <socket_destroy>ssl_socket_destroy</socket_destroy>
+ <profiletype>round_robin</profiletype>
- <!-- Verify Events -->
+ <!--socket>generic</socket-->
+ <socket>keepalive</socket>
+
+ <!-- Verification Events -->
<verify_resp>verify_200</verify_resp>
<!-- Reporting Events -->
- <report_init>simple_report_init</report_init>
- <process_stats>simple_process_stats</process_stats>
- <report_stats>simple_report_stats</report_stats>
- <destroy_report>simple_destroy_report</destroy_report>
+ <report>simple</report>
</profile>
<farmer>