[suPHP_Engine OFF] Does not work!

zEitEr

Super Moderator
Joined
Apr 11, 2005
Messages
15,143
Location
GMT +7.00
Hi!

I've got a problem.
Fresh install of Apache 1.3.41 on FreeBSD 6.1-RELEASE by /usr/local/directadmin/custombuild/build (BUILDSCRIPT_VER=1.1.13) with PHP4-CGI anf PHP5-CGI (without mod_php):

cat /usr/local/directadmin/custombuild/options.conf

#PHP settings. default_php possible values - 4 or 5
default_php=4
php4_cli=no
php4_cgi=yes
php5_cli=no
php5_cgi=yes
zend=yes


Everything works fine.... but suPHP_Engine OFF doesn't work. Some accounts have PHP switched off :

# grep php /usr/local/directadmin/data/users/zeiter/user.conf
php=OFF

Default virtual host templates in /usr/local/directadmin/data/templates.

But my file.php in the document root is still parsed by suPHP. Is it a bug? How can I fix it?
 
Back
Top