summaryrefslogtreecommitdiffstats
path: root/components/congress/test-webapp/apache-config.conf
diff options
context:
space:
mode:
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>