Hacker News new | ask | show | jobs
by reidjs 846 days ago
I am trying out a new stack I’m coining “SLAP” for small web apps.

SQLite, Linux, Apache/Nginx, PHP

It’s reminiscent of LAMP, so it’s very easy and cheap to deploy and maintain. I do wish the P stood for python instead of php, but Nginx integrates so well with php and doesn’t require a long running process like PM2 (nodejs) or Gunicorn.

1 comments

Well unless you use a less traditional setup such as FrankenPHP, in order to run PHP behind a Nginx server you still need a long running process for PHP-FPM, if I'm not wrong? :-)
You're right, it requires PHP-FPM :\