That is exactly how I set up monkey, using php-fpm and fastcgi. I could not get php to work any other way.
However if I try for example http://example.com/test.php it works. But if I try http://example.com/test it says file not found. Maybe I missed something: fastcgi.conf: [FASTCGI_SERVER] ServerName php5-fpm1 ServerPath /run/php-fpm/php-fpm.sock MaxConnections 5 [FASTCGI_LOCATION] LocationName php5_location ServerNames php5-fpm1 Match /*.php > You can probably setup you site using php-fpm. > The fastcgi plugin looks for a .php extension in the file name, not on > the url, so it should work. > > > _______________________________________________ > > Monkey mailing list > > [email protected] > > http://lists.monkey-project.com/listinfo/monkey > > > -- > Sonny Karlsson > _______________________________________________ > Monkey mailing list > [email protected] > http://lists.monkey-project.com/listinfo/monkey
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
