Koozali.org: home of the SME Server
Obsolete Releases => SME 9.x Contribs => Topic started by: jameswilson on October 29, 2019, 05:23:30 PM
-
have the following warning in ipb
Some functions are enabled on your server which have the potential to cause serious damage to your community or server. If you are in a shared hosting environment, some of these functions may bypass the restrictions which prevent one account on the server affecting another. Their presence also increases the amount of damage that could be caused if your AdminCP is compromised.
Since Invision Community, and most other web applications do not use these functions, we recommend disabling them on your server, at least within the directory that your community is installed in. You should contact your hosting provider or system administrator and ask them to be added to the disable_functions PHP setting.
exec system passthru popen proc_open shell_exec
Im assuming these can be disabled with db commands but dont want to try without confirmation.
Also
It is requesting cURL php extentions
Thanks all
James
-
Have you php-scl or php-fpm installed ?
If yes what version of php do you use then
-
Have you php-scl or php-fpm installed ?
If yes what version of php do you use then
Yes using php-mod 7.3
Ta
-
mkdir /etc/e-smith/templates-custom/opt/remi/php73/root/etc/php.ini/ -p
cp /etc/e-smith/templates/opt/remi/php73/root/etc/php.ini/10LanguageOptions /etc/e-smith/templates-custom/opt/remi/php73/root/etc/php.ini/
then edit the new file and add what you want in front of disable_functions =
honestly this could also been a bug to open and copy the way it is done in php-fpm contribs but for the base php and all php-scl available
/etc/e-smith/templates/etc/php-fpm.d/custom.conf/10All:php_admin_value[disable_functions] = $disabled_functions