Submitted by Baterka on Sun, 08/18/2019 - 14:38
Using Debian 9 and newest Virtualmin with Apache.
I am using PHP-FPM and when I create new sub-server (subdomain of exiting server) then PHP scripts are not executed and I am getting error: "File not found."
This maybe means that "/etc/php/7.0/fpm/pool.d/XXXXXXXXXXXX.conf" file have wrong values.
Also why there is no option (FPM or FCGId) to just use parent process? Let's say I will do 100 subdomains so I will have 100 processes for each subdomain? Some sub-servers maybe need different process for safety, but mainly its not needed.
Status:
Active
Comments
Submitted by JamieCameron on Sun, 08/18/2019 - 17:48 Comment #1
Do you mean you're getting a "file not found" error in your browser when you try to access a PHP page on this domain?
Submitted by Baterka on Mon, 08/19/2019 - 05:33 Comment #2
Yes, exactly
Submitted by sofiarus on Tue, 10/20/2020 - 12:13 Comment #3
Restart all PHP-FPM processes.
Submitted by JamieCameron on Tue, 10/20/2020 - 12:55 Comment #4
What gets logged to the domain's
logs/error_log
file when you get one of these 400 errors?