# # Simple Mason configuration via httpd.conf directives. # PerlAddVar MasonDataDir "" PerlAddVar MasonCompRoot "" PerlAddVar MasonAllowGlobals "$context" PerlAddVar MasonAllowGlobals "%session_cache" # Serve these requests through Mason. SetHandler perl-script PerlHandler OpenXPKI::Client::HTML::Mason::ApacheHandler # this is necessary to make internet explorer happy because it do not understand content types SetHandler perl-script PerlHandler OpenXPKI::Client::HTML::Mason::ApacheHandler # Hide private components from users. Order allow,deny Deny from all # you have to set the locale prefix, the location of the socket file and # the session directory using environment variables # SetEnv OPENXPKI_SOCKET_FILE /path/to/your/openxpki.socket # SetEnv OPENXPKI_LOCALE_PREFIX /path/to/your/share/locale # SetEnv OPENXPKI_MASON_SESSION_DIR /path/to/your/mason/session/dir