Changes to the install and config files to support deploying the javascript code.

This commit is contained in:
Adam Young
2010-08-06 11:55:52 -04:00
parent 125bd09faf
commit b7162b3b8a
4 changed files with 23 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ SUBDIRS = \
html \
migration \
share \
static \
tools \
updates \
po \
+15
View File
@@ -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"
</Directory>
# Static data files (maily webUI stuff like images)
Alias /ipa/static "/usr/share/ipa/static"
<Directory "/usr/share/ipa/static">
SetHandler None
AllowOverride None
Allow from all
</Directory>
# WebUI assets
Alias /ipa-assets/ "/var/cache/ipa/assets/"
<Directory "/var/cache/ipa/assets">
+1
View File
@@ -72,6 +72,7 @@ AC_CONFIG_FILES([
html/Makefile
migration/Makefile
share/Makefile
static/Makefile
tools/Makefile
tools/man/Makefile
updates/Makefile