by rty » Mon Feb 04, 2013 9:47 am
Actually if you don't have any plan to do heavy processing stuffs, V2 should run LAMP just fine. It works on my V2. I also have installed LEMP (Nginx instead of Apache) on V4. It works fine for simple inquiry or data entry apps even though a bit slow. It won't work for PHP scripts that do heavy stuffs, such as doing batch insert of 400 over records into MySQL table. It is too slow and will time out with "Bad Gateway" error. There may be work arounds but I haven't got time to look into it further.
By the way, if your PHP doesn't work with NGINX, make sure you start and enable PHP-FPM as well:
systemctl enable php-fpm
systemctl start php-fpm
Same with MySQL:
systemctl enable mysqld
systemctl start mysqld
Alarm + Samba + NginX + Php+ MySQL + phpMyAdmin on Raspberry Pi 3, Pogoplug 4, Pogoplug E02, Seagate Goflex Home