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/Makefile.am | 1 + install/conf/ipa.conf | 15 +++++++++++++++ install/configure.ac | 1 + 3 files changed, 17 insertions(+) (limited to 'install') diff --git a/install/Makefile.am b/install/Makefile.am index 1b97afa5..80f04bd7 100644 --- a/install/Makefile.am +++ b/install/Makefile.am @@ -9,6 +9,7 @@ SUBDIRS = \ html \ migration \ share \ + static \ tools \ updates \ po \ diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf index dba47c5a..85b37b83 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/" diff --git a/install/configure.ac b/install/configure.ac index eb2d3cd1..3d0c1db0 100644 --- a/install/configure.ac +++ b/install/configure.ac @@ -72,6 +72,7 @@ AC_CONFIG_FILES([ html/Makefile migration/Makefile share/Makefile + static/Makefile tools/Makefile tools/man/Makefile updates/Makefile -- cgit