]> git.pld-linux.org Git - packages/apache-mod_whois.git/blob - apache-mod_whois.conf
- rel.4 - epp_server patch, taken from epp-server sources.
[packages/apache-mod_whois.git] / apache-mod_whois.conf
1 # $Id$
2 LoadModule whois_module modules/mod_whois.so
3
4 <IfModule whois_module>
5 #Listen 43
6 #
7 #<VirtualHost *:43>
8 #WhoisProtocol On
9 WhoisPrefix "GET /whois.php?searchstring="
10 #WhoisPrefix "GET /whoisinfo/"
11 #ErrorDocument 404 /whoisinfo/404hider.txt
12 #ErrorDocument 500 /whoisinfo/kaputt.txt
13 #
14 #</VirtualHost>
15 </IfModule>
This page took 0.051877 seconds and 3 git commands to generate.