Is there any way I can prevent the use of php_flag to all of my users on a shared server? I still want php to work. This is to prevent compromise of security.
You need to explicitly set the php.ini configuration entries that you do not want to be overridden by users with "php_admin_flag ...".
You should set it in httpd.conf for vhost configured though httpd.conf
You need to explicitly set the php.ini configuration entries that you do not want to be overridden by users with "php_admin_flag ...".
You should set it in httpd.conf for vhost configured though httpd.conf
I see. Is there any way I can do this through the LiteSpeed panel to apply to all vhosts through Apache Style Configurations rather than doing them one by one under httpd.conf?
Hi, tried doing that and getting the following error -
Syntax error on line 48 of /usr/local/apache/conf/httpd.conf.1281821754:
Invalid command 'php_admin_flag', perhaps misspelled or defined by a module not included in the server configuration