PHP on 3152

Hello Team, I want to use PHP program for server side on AXC F 3152. I am searching for PHP-FPM on package manager “ipkg”. But not find this package. Could I use PHP on nginx? How to setup?

Hi, you could try cross-compiling from source, and then manually configuring using something like this procedure: https://www.php.net/manual/en/install.unix.nginx.php … although I have no idea what difficulties (e.g. dependencies) might be encountered in this case. Alternatively, have you considered running your own web server in a docker container? Please let us know if you have any luck with either of these solutions. ~ Martin.