• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

File sharing doesn't work in 12.5 with FPM + Apache PHP handler

Polmonino

Basic Pleskian
Plesk v12.5.30_build1205150826.19 os_CentOS 7
CentOS Linux 7.1.1503 (Core)

It works with FastCGI but not with FPM handler, depending on the domain PHP configuration. And this is strange, why the "File sharing" tab should use the configured PHP handler instead of the global PHP handler?

Steps to reproduce the bug:
1) Create a new subscription
2) Choose "FPM application server by Apache" as PHP handler
3) Click on the "File Sharing" tab
4) See the red alert with "Internal error: Internal Server Error" message. Folder listing shows "Unable to load folders list. Retry"

Domain log:

[Sun Sep 20 19:50:36.815159 2015] [core:error] [pid 8611:tid 140469086402304] [client 192.168.1.166:51314] AH00027: No authentication done but request not allowed without authentication for /files/private/admin/index.php. Authentication not configured?

Panel log:

[2015-09-20 19:45:12] ERR [panel] File sharing list retrieval failed: sharing type=private, error=Internal Server Error

That is, file sharing functionality is completely unusable in this release, at least with my setup (need FPM). Tried to disable selinux, didn't work too.
 
Last edited:
Hi @Polmonino!

It's a known issue that File sharing doesn't work with FPM and Apache: http://kb.odin.com/en/126769

Unfortunately, it's no supported in such configuration.

But there is workaround: create technical domain with FastCGI and set it as a domain for file sharing in Tools & Settings > File Sharing.
 
Back
Top