/usr/share/zonecheck-cgi/zonecheck.conf.in is in zonecheck-cgi 3.0.5-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # $Id: zonecheck.conf.in,v 1.2 2010/06/01 15:36:07 chabannf Exp $
ScriptAlias @HTML_PATH@/cgi-bin/ @CGIDIR@/
<Directory @CGIDIR@/>
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
AliasMatch ^@HTML_PATH@/?$ @LIBEXEC@/@PROGNAME@/www/html/form.html
AliasMatch ^@HTML_PATH@/(en|fr)/?$ @LIBEXEC@/@PROGNAME@/www/html/form.html.$1
AliasMatch ^@HTML_PATH@/(en|fr)/(.*)$ @LIBEXEC@/@PROGNAME@/www/html/$2.$1
Alias @HTML_PATH@/js/ @LIBEXEC@/@PROGNAME@/www/js/
Alias @HTML_PATH@/style/ @LIBEXEC@/@PROGNAME@/www/style/
Alias @HTML_PATH@/img/ @LIBEXEC@/@PROGNAME@/www/img/
Alias @HTML_PATH@/ @LIBEXEC@/@PROGNAME@/www/html/
<Directory @LIBEXEC@/@PROGNAME@/www/>
Options Includes MultiViews
Order allow,deny
Allow from all
</Directory>
|