From b7162b3b8aadb6b5672dab33c2771fd266286076 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 3 Aug 2010 19:42:03 -0400 Subject: Changes to the install and config files to support deploying the javascript code. --- install/conf/ipa.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'install/conf') diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf index dba47c5a4..85b37b834 100644 --- a/install/conf/ipa.conf +++ b/install/conf/ipa.conf @@ -5,6 +5,12 @@ ProxyRequests Off + +#We use xhtml, a file format that the browser validates +DirectoryIndex index.xhtml + + + # ipa-rewrite.conf is loaded separately # This is required so the auto-configuration works with Firefox 2+ @@ -78,6 +84,15 @@ Alias /ipa/crl "/var/lib/pki-ca/publish" +# Static data files (maily webUI stuff like images) +Alias /ipa/static "/usr/share/ipa/static" + + SetHandler None + AllowOverride None + Allow from all + + + # WebUI assets Alias /ipa-assets/ "/var/cache/ipa/assets/" -- cgit