Tagged Questions
0
votes
1answer
154 views
Webserver Nginx + PHP FPM Access Denied error with .cgi scripts
Webserver with Nginx 1.1.19 and PHP 5 FPM work great with serving PHP and showing output of mysql data.
I want to embed nagios in my application and so I needed .cgi scripts for the first time on ...
1
vote
3answers
1k views
How to add a pool to FPM (nginx) without reload/restart fpm itself?
Im building an environment (on a ubuntu 10.04.02 machine) to handle a website with many (should support at least 1000) subdomains, each of them served by a different FPM pool, with a different user.
...