diff options
author | Jonas Smedegaard <dr@jones.dk> | 2007-09-30 02:52:13 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2007-09-30 02:52:13 +0000 |
commit | 3d3d7c6263a674680e3f3a14822ca9667a913b24 (patch) | |
tree | 934320783718a011b8a272df10ae88045b148965 | |
parent | daf2bf2b96f7bdbd37fbd5e35a984a0d06da3b25 (diff) |
Local horde3 config snippet.
-rw-r--r-- | apache2/conf.d/local-horde3.conf | 6 |
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> |