summarylogtreecommitdiffstats
path: root/capana.conf
diff options
context:
space:
mode:
Diffstat (limited to 'capana.conf')
-rw-r--r--capana.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/capana.conf b/capana.conf
new file mode 100644
index 000000000000..93f5acc005f5
--- /dev/null
+++ b/capana.conf
@@ -0,0 +1,22 @@
+Listen 9877
+
+<VirtualHost *:9877>
+ ServerAdmin info@capanalysis.net
+
+ DocumentRoot /opt/capanalysis/www
+ <Directory "/opt/capanalysis/www">
+ Options All
+ AllowOverride All
+ Require all granted
+ php_admin_value open_basedir "/opt/capanalysis:/tmp:/var/run"
+ </Directory>
+
+ ErrorLog /var/log/httpd/capana_error.log
+
+ # Possible values include: debug, info, notice, warn, error, crit,
+ # alert, emerg.
+ LogLevel warn
+
+ CustomLog /var/log/httpd/capana_access.log combined
+
+</VirtualHost>