Wordfence

#1
I have a problem with open litespeed. I need to make a change to php.ini but it is not a global change it is per website. I have edit the vhost for the particular website in cyberpanel with the following code:

phpIniOverride {
auto_prepend_file = "/home/????????????.com/public_html/wordfence-waf.php"
php_value display_errors "OFF"
php_value upload_max_filesize "200M"
php_value post_max_size "250M"
}

It changes all the settings, have checked by looking at the info.php but it does not change the auto_prepend_file ?

Please Help, Kind regards

David
 
Top