## This file contains minor changes to the default config, as mandated
## by the Debian policy.
##
# arch-tag: 3ff77e6d-f878-4030-aee0-aaff74fd132e

UserID 33

<VirtualHost "(localhost|127.0.0.1)">
ScriptAlias "/cgi-bin" "/usr/lib/cgi-bin"
Alias "/doc" "/usr/share/doc"
</VirtualHost>

# This is a little hacky. Eventually, Thy's parser will do this
# automatically, that is, if it sees a <map> inside a <virtualhost>,
# does this regexp-foo.
<Map "https*://(localhost|127.0.0.1)[^/]*/cgi-bin">
DirIndex off
</Map>
