From da58b0cc75ffd59e34729d3caedaa715d8dd2584 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 3 Nov 2009 15:26:00 -0500 Subject: Add SELinux policy for UI assets This also removes the Index option of /ipa-assets as well as the deprecated IPADebug option. No need to build or install ipa_webgui anymore. Leaving in the code for reference purposes for now. --- install/conf/ipa.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'install/conf') diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf index b23fc0256..81a6bc695 100644 --- a/install/conf/ipa.conf +++ b/install/conf/ipa.conf @@ -39,7 +39,6 @@ Alias /ipa/crl "/var/lib/pki-ca/publish" PythonInterpreter main_interpreter PythonHandler ipaserver::xmlrpc PythonDebug Off - PythonOption IPADebug Off PythonOption SCRIPT_NAME /ipa/xml PythonAutoReload Off @@ -49,7 +48,6 @@ Alias /ipa/crl "/var/lib/pki-ca/publish" PythonInterpreter main_interpreter PythonHandler ipaserver::jsonrpc PythonDebug Off - PythonOption IPADebug Off PythonOption SCRIPT_NAME /ipa/json PythonAutoReload Off @@ -59,7 +57,6 @@ Alias /ipa/crl "/var/lib/pki-ca/publish" PythonInterpreter main_interpreter PythonHandler ipaserver::webui PythonDebug Off - PythonOption IPADebug Off PythonOption SCRIPT_NAME /ipa/ui PythonAutoReload Off @@ -68,7 +65,8 @@ Alias /ipa-assets/ "/var/cache/ipa/assets/" Allow from all AllowOverride None - Options Indexes FollowSymLinks + # add Indexes to Options to allow browsing + Options FollowSymLinks ExpiresActive On ExpiresDefault A31536000 -- cgit