I tried to install ownCloud on a server with PHP installed as Apache module. Softaculous refuses the installation and states that suphp would be required for this app. As this server uses mpm-itk there is no need for suphp (suphp even does not work together with a virtualhost using mpm-itk). Is there any way to disable the suphp check? If not could you please give an example how to fake the suphp check result by using an app hook? Changing the PHP version works like
define('php_version', '5.3.1');
but which variable is for the suphp check?
btw suphp file permissions are set - see screenshot