The module then tries to map all requests to files, e.g.
/doc/s2.gif -> /usr/spider/doc/s2.gifIf more than one module have the same mount point, the server will call them in priority order, and the first one that finds a file wins.
/doc/tmp/test.html -> /usr/spider/doc/tmp/test.html
Please note the the expressions are tested from top and downwards, so if you have '*: allow host = *' as the first line, it won't matter whatever you add further down, everything will still be allowed.