#
# Simple Mason CGI configuration via httpd.conf directives.
#
Action html-mason /cgi-bin/openxpki.cgi
AddHandler html-mason .html
AddHandler html-mason .crt
RemoveHandler .html
RemoveHandler .crt
# Hide private components from users.
Order allow,deny
Deny from all
# you can set the locale prefix and the location of the socket file using
# environment variables
# SetEnv OPENXPKI_SOCKET_FILE /path/to/your/openxpki.socket
# SetEnv OPENXPKI_LOCALE_PREFIX /path/to/your/share/locale