Hello,
I've installed SUHOSIN and made necessary changes. Now, i want to allow a user to be able to use some php commands, like shell_exec(). I've created /usr/local/apache/conf/userdata/std/2/usernamehere/userdomainhere/custom.conf
and put
When i check /scripts/ensure vhost_includes --user=usernamehere i get this error
Since I'm on suPHP, i can't use php_admin_value . Then how can i put suhosin.executor.func.blacklist value to conf file?
Thank you.
I've installed SUHOSIN and made necessary changes. Now, i want to allow a user to be able to use some php commands, like shell_exec(). I've created /usr/local/apache/conf/userdata/std/2/usernamehere/userdomainhere/custom.conf
and put
Code:
php_admin_value suhosin.executor.func.blacklist ''
Code:
Invalid command 'php_admin_value', perhaps misspelled or defined by a module not included in the server configuration
Thank you.