Added baseurl tag to urllist. Following config:

<urllist>
   <baseurl>http://www.site.com</baseurl>
   <url>/</url>
   <url>/foo.html</url>
   <url>/cgi-bin/bar.cgi</url>
</urllist>

...hits those URLs:

http://www.site.com/
http://www.site.com/foo.html
http://www.site.com/cgi-bin/bar.cgi

Usefull when dealing with site/app that gets moved around a lot.


git-svn-id: https://svn.apache.org/repos/asf/httpd/test/trunk/flood@96834 13f79535-47bb-0310-9956-ffa450edef68
2 files changed