summaryrefslogtreecommitdiff
path: root/apache2/conf.d/local-horde3.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache2/conf.d/local-horde3.conf')
-rw-r--r--apache2/conf.d/local-horde3.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/apache2/conf.d/local-horde3.conf b/apache2/conf.d/local-horde3.conf
new file mode 100644
index 0000000..5bd1432
--- /dev/null
+++ b/apache2/conf.d/local-horde3.conf
@@ -0,0 +1,6 @@
+Alias /horde3 /usr/share/horde3
+<Location /horde3>
+ AddType application/x-httpd-php .php
+ DirectoryIndex index.php
+ php_flag session.auto_start Off
+</Location>