• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved EFS / Permission denied: AH00035

Erwan

Regular Pleskian
Server operating system version
AlmaLinux 9.3
Plesk version and microupdate number
18.0.59
Hi all,

We set up shared storage (Enterprise File storage) on two servers with Plesk.
Environments/users/paths are identical.

Server 1
> configuration "domain.com" with Plesk. IP A with user "ftpusermydomain".
Web path : /var/www/vhosts/mydomain.com/prod.mydomain.com
drwxr-x--- 2 ftpusermydomain psaserv 4096 Mar 18 18:25 prod.mydomain.com

Server 2
> configuration "domain.com" with Plesk. IP B with user "ftpusermydomain".
Web path : /var/www/vhosts/mydomain.com/prod.mydomain.com
drwxr-x---. 2 ftpusermydomain psaserv 4096 Mar 18 2024 prod.mydomain.com

I have created a php file "index.php" with only echo "hello" inside the path "prod.mydomain.com".

EFS storage is mount on "prod.mydomain.com".

If I test the domain of server 1, it works fine.
For the second, i have a page : 403 forbidden / You don't have permission to access this resource.
Plesk logs:
(13)Permission denied: AH00035: access to /index.php denied (filesystem path '/var/www/vhosts/mydomain.com/prod.mydomain.com/index.php') because search permissions are missing on a component of the path

Why? All rights are the same on the two servers.
 
Arf...
I see there is a dot next to permissions.
After research, this means that SELinux is activated in enforcing mode.

The problem came from that.
 
Back
Top