diff options
author | Christoph Wickert <wickert@kolabsys.com> | 2010-12-20 09:24:14 (GMT) |
---|---|---|
committer | Christoph Wickert <wickert@kolabsys.com> | 2010-12-20 09:24:14 (GMT) |
commit | 4ddb31a335753dcdfaf7e05ae4512b31c0bd4f30 (patch) | |
tree | 3043271a07d31eeda3661141a78eafece5290506 | |
parent | c44eeabe545d23ac04773f733d8a674cb0f9df13 (diff) | |
download | kolab-conf-4ddb31a335753dcdfaf7e05ae4512b31c0bd4f30.tar.gz |
kolabd: do not load php5_module twice, it is already loaded through apache-php.conf now that kolab/issue2366 is fixed
-rw-r--r-- | conf/templates/httpd.conf.template | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/templates/httpd.conf.template b/conf/templates/httpd.conf.template index 82822a9..6978eb4 100644 --- a/conf/templates/httpd.conf.template +++ b/conf/templates/httpd.conf.template @@ -354,7 +354,6 @@ AddCharset EUC-JP .euc-jp AddCharset EUC-KR .euc-kr AddCharset shift_jis .sjis -LoadModule php5_module @@@libexecdir@@@/apache/mod_php.so AddType application/x-tar .tgz AddType application/x-httpd-php .php .php4 .php3 .html AddType image/x-icon .ico |