After upgrading to 12.5.30 I noticed that I have some issues with sites that don't have an index.html or index.php in the httpdocs folder. There is a ".htaccess" with a rewrite to a sub-folder.
The following message is displayed in the (Apache) error_log:
In the browser I see a "File not found." message.
FPM is configured to served by Apache.
I know it is possible to serve it through NGINX, but I want to give users the freedom do this by themselves. (And it used to work)
The following message is displayed in the (Apache) error_log:
Code:
[Tue Nov 17 11:22:42.753581 2015] [proxy_fcgi:error] [pid 32559:tid 139724832347904] [client 80.79.108.129:34476] AH01071: Got error 'Primary script unknown\n'
In the browser I see a "File not found." message.
FPM is configured to served by Apache.
I know it is possible to serve it through NGINX, but I want to give users the freedom do this by themselves. (And it used to work)