summaryrefslogtreecommitdiffstats
path: root/components/congress/test-webapp/apache-config.conf
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-05-18 16:07:15 -0700
committerblsaws <bryan.sullivan@att.com>2016-05-18 16:07:15 -0700
commita770106f9511b4d57b0a30f2f587345b276da903 (patch)
tree4581f76b1881328ba7980613032183efb2c7dd55 /components/congress/test-webapp/apache-config.conf
parent4b66a66d1a52a4e9cf1ec8a7b0871ec394b82acc (diff)
Move webapp files, switch to alternate docker install procedure
JIRA: COPPER-4 Change-Id: If6b19e85e81fc8ab3848418a795fee98d27cd249 Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components/congress/test-webapp/apache-config.conf')
-rw-r--r--components/congress/test-webapp/apache-config.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/components/congress/test-webapp/apache-config.conf b/components/congress/test-webapp/apache-config.conf
new file mode 100644
index 0000000..f89e608
--- /dev/null
+++ b/components/congress/test-webapp/apache-config.conf
@@ -0,0 +1,15 @@
+<VirtualHost *:80>
+ ServerAdmin me@mydomain.com
+ DocumentRoot /var/www/site
+
+ <Directory /var/www/site/>
+ Options Indexes FollowSymLinks MultiViews
+ AllowOverride All
+ Order deny,allow
+ Allow from all
+ </Directory>
+
+ ErrorLog ${APACHE_LOG_DIR}/error.log
+ CustomLog ${APACHE_LOG_DIR}/access.log combined
+
+</VirtualHost>