I am using an Oceandigital droplet with Openlitespeed / Wordpress (from the DO market place)
My changes in php.ini are ignored
According to phpinfo, I found the php.ini file here : /usr/local/lsws/lsphp83/etc/php/8.3/litespeed/php.ini
There is no virtualhost
I know I have to restart lsphp and lsws. I have done it using several ways ( OLS doc, google, chatgpt)
/usr/local/lsws/bin/lswsctrl {start|stop | restart | fullrestart}
service openlitespeed restart
systemctl restart lsws
combined with
pkill lsphp and killall lsphp
but nothing works. the infos returned by phpinfo are always the same/
What happened ? Do I miss something ? Is there a possibility another config file disallow php.ini modifications
The fact that lsphp is an external module implies I need to do something ?
My changes in php.ini are ignored
According to phpinfo, I found the php.ini file here : /usr/local/lsws/lsphp83/etc/php/8.3/litespeed/php.ini
There is no virtualhost
I know I have to restart lsphp and lsws. I have done it using several ways ( OLS doc, google, chatgpt)
/usr/local/lsws/bin/lswsctrl {start|stop | restart | fullrestart}
service openlitespeed restart
systemctl restart lsws
combined with
pkill lsphp and killall lsphp
but nothing works. the infos returned by phpinfo are always the same/
What happened ? Do I miss something ? Is there a possibility another config file disallow php.ini modifications
The fact that lsphp is an external module implies I need to do something ?