From a770106f9511b4d57b0a30f2f587345b276da903 Mon Sep 17 00:00:00 2001 From: blsaws Date: Wed, 18 May 2016 16:07:15 -0700 Subject: Move webapp files, switch to alternate docker install procedure JIRA: COPPER-4 Change-Id: If6b19e85e81fc8ab3848418a795fee98d27cd249 Signed-off-by: blsaws --- components/congress/test-webapp/apache-config.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 components/congress/test-webapp/apache-config.conf (limited to 'components/congress/test-webapp/apache-config.conf') 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 @@ + + ServerAdmin me@mydomain.com + DocumentRoot /var/www/site + + + Options Indexes FollowSymLinks MultiViews + AllowOverride All + Order deny,allow + Allow from all + + + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + + -- cgit 1.2.3-korg