summaryrefslogtreecommitdiff
path: root/cryptominisat5/cryptominisat-5.6.3/web/apache-config.conf
diff options
context:
space:
mode:
Diffstat (limited to 'cryptominisat5/cryptominisat-5.6.3/web/apache-config.conf')
-rw-r--r--cryptominisat5/cryptominisat-5.6.3/web/apache-config.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/cryptominisat5/cryptominisat-5.6.3/web/apache-config.conf b/cryptominisat5/cryptominisat-5.6.3/web/apache-config.conf
new file mode 100644
index 000000000..f89e60859
--- /dev/null
+++ b/cryptominisat5/cryptominisat-5.6.3/web/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>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback