tbrehm
2010-06-10 0b002e66a12e3195ce854b6829410e27e9737e62
Fixed a problem with PHP support in Ubuntu 10.04
1 files modified
4 ■■■■ changed files
server/conf/vhost.conf.master 4 ●●●● patch | view | raw | blame | history
server/conf/vhost.conf.master
@@ -89,6 +89,10 @@
    # suexec enabled
    SuexecUserGroup <tmpl_var name='system_user'> <tmpl_var name='system_group'>
</tmpl_if>
    # Clear PHP settings of this website
    <FilesMatch "\.ph(p3?|tml)$">
        SetHandler None
    </FilesMatch>
<tmpl_if name='php' op='==' value='mod'>
    # mod_php enabled
    AddType application/x-httpd-php .php .php3 .php4 .php5