# RFC Search Server by DeleGate
#
# This server serves several virtual hosts including "www.delegate.org".
# Following parameters are applied only to the virtual host "ietf.delegate.org"
# using the MOUNT option "nvhost=ietf.delegate.org"
#
# (1) mapping http://ietf.delegate.org/ietf/* to local file DGROOT/data/www/ietf/*
#
MOUNT="/ietf/* file:data/www/ietf/* nvhost=ietf.delegate.org"
# (2) protect directory lists from bots/crawlers by Digest Authentication
# nvhost is not specified because this URL path is also used by other virtual hosts.
#
MOUNT="/ietf/rfc/ file:data/www/ietf/rfc/ AUTHORIZER=-dgauth{user:pass}"
MOUNT="/ietf/rfc-html/ file:data/www/ietf/rfc-html/ AUTHORIZER=-dgauth{user:pass}"
#
# (3) mapping FreyaSX search engine as CGI to DGROOT/data/www/freyasx-cgi/cgi-bin/*
#
MOUNT="/fsx/* file:data/www/freyasx-cgi/cgi-bin/* nvhost=ietf.delegate.org"
# (4) mapping inline images to ones built into DeleGate
#
MOUNT="/-/* = nvhost=ietf.delegate.org"
# (5) redirecting any other unknown URLs toward http://ietf.delegate.org/ietf/
#
MOUNT="/* http://ietf.delegate.org/ietf/ nvhost=ietf.delegate.org,moved"
Yutaka Sato @ DeleGate.ORG