Hello,Is there anyway to prevent users from modifying limits imposed by php.ini configuration in a phpSuExec configured PHP installation??
For example in server with PHP running in a module, I use php_admin_* directives:
php_admin_value memory_limit 40MAnd users can't modify them from .htacess (php_value memory_limit 40M) or in a script: ini_set("memory_limit","40M").
This doesnt work in a phpSuExec enviroment.. I can modify those limits with a php.ini file or with a script :-(
Is there anyway to prevent this?? Thanks Regards, -- Santi Saez --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx