# $Id$
#
# Sample apache configuration file for using the portal-gui with
# mod_wsgi
#
# Configure the WSGI application to run as a separate process from the
# Apache daemon itself.
#
#WSGIDaemonProcess rpki processes=2
#WSGIProcessGroup rpki
Order deny,allow
Allow from all
#
# Defines the URL to the portal-gui
#
WSGIScriptAlias / @INSTDIR@/wsgi/rpki.wsgi
Order deny,allow
Allow from all
Alias /media/ @INSTDIR@/media/
Alias /site_media/ @INSTDIR@/media/
# vim:ft=apache