diff options
author | Michael Elkins <melkins@tislabs.com> | 2012-07-05 17:23:09 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2012-07-05 17:23:09 +0000 |
commit | 4f480bca06dcdd7178890325b6cb6965fe3f60e1 (patch) | |
tree | da761d53a0ef9103161244532a608a0942f11eba /rpkid/portal-gui | |
parent | 8883ce87960fae8113953ce51def40a5cc9fb0c2 (diff) |
add path to wsgi script to apache.conf to allow explicit permissions to read
svn path=/trunk/; revision=4574
Diffstat (limited to 'rpkid/portal-gui')
-rw-r--r-- | rpkid/portal-gui/apache.conf.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rpkid/portal-gui/apache.conf.in b/rpkid/portal-gui/apache.conf.in index b9ca7a36..24afe371 100644 --- a/rpkid/portal-gui/apache.conf.in +++ b/rpkid/portal-gui/apache.conf.in @@ -10,6 +10,11 @@ #WSGIDaemonProcess rpki processes=2 #WSGIProcessGroup rpki +<Directory @INSTDIR@/wsgi> +Order deny,allow +Allow from all +</Directory> + # # Defines the URL to the portal-gui # |