Hi, I have the following problem:
I compiled an installed mod_security by hand and all of my rules are set globally. But my users are complaining that some of the scripts are not working now, because of mod_security restrictions.
Is it possible to disable problematic rule only for the particular user account - and still have it enabled globally?
The same is with php.ini When I've set:
'allow_url_fopen = on' or 'disable_fucntions = show_source, system, passthru, readfile, file, proc_open, phpinfo, ini_set, fopen'
users are complaining about problems with scripts. Is it possible to change the 'disable_fucntions ' variable or 'allow_url_fopen' only for user who have problems with it?
I compiled an installed mod_security by hand and all of my rules are set globally. But my users are complaining that some of the scripts are not working now, because of mod_security restrictions.
Is it possible to disable problematic rule only for the particular user account - and still have it enabled globally?
The same is with php.ini When I've set:
'allow_url_fopen = on' or 'disable_fucntions = show_source, system, passthru, readfile, file, proc_open, phpinfo, ini_set, fopen'
users are complaining about problems with scripts. Is it possible to change the 'disable_fucntions ' variable or 'allow_url_fopen' only for user who have problems with it?