Hello,

I'm trying to figure out the following...

When the suPHP engine is off (disabled), what PHP handler is used
instead of suPHP?

My problem is this - I'd like to be able to use suPHP for my virtual
hosts, but would like to disable it for apps like phpMyAdmin.

In a default setup on Debian Lenny (using Debian's package management
tools), phpMyAdmin does not work with suPHP. I could make it work with
suPHP engine on by changing docroot and the phpmyadmin files' ownership,
but would prefer to simply disable suPHP by using something like this:

<VirtualHost xxx:xxx:xxx:xx>
        ServerName mysql.example.com
        Directory /usr/share/phpmyadmin
        suPHP_Engine off
</VirtualHost>

However, I don't know what other PHP handler can be installed and used
with suPHP. I read that running Apache mod_php5 along side with suPHP is
not recommended, and in any case would require Apache mpm-prefork
instead of Apache mpm-worker.

Any help on this would be much appreciated!



_______________________________________________
suPHP mailing list
[email protected]
https://lists.marsching.com/mailman/listinfo/suphp

Reply via email to