html - Does a PHP file work in a NODE JS Container? -


i'm new php, , building app in node js container on nitrous. adding php backend mandrill email form. php files work on node js containers? sorry newbie question. thanks!

node runs javascript. in order run php, you'll need web server capable of running php such nginx + fpm or apache + mod_php. here official getting started docs on nitrous + php: https://www.nitrous.io/stacks/php/.


Comments

Popular posts from this blog

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -