- Server operating system version
- Red Hat Enterprise Linux Server release 7.9
- Plesk version and microupdate number
- 18.0.46.2
Hello, I got some help earlier this year with mounting in 3 NFS disks to a wordpress bedrock installation.
talk.plesk.com
In essence the NFS disks got mounted in at /mnt/<directory> with only read permissions.
I later after tip added the directory to the site
ex:
mount --bind /mnt/<directory> /var/www/vhosts/<web_site>/httpdoc/html/web/<directory>.
Everything have worked great for a couple of months now, until a server restart the other day.
The folders lost their mounts, and when i remount them, the root user can still access the files, I've tried to access them as the domain_user and it works fine too.
I can also access the files from the plesk file system for the specific domain.
The issue comes when i go out to the site and try to access it from <site_name>.com/<folder_name>/<file_name>.pdf I'm greeted with a 404,
When i check the logs i can see permission denied:
[crit] 4428#0: *13144 stat() "/var/www/vhosts/<web_site>/httpdocs/html/web/<folder_name>/<file_name>.pdf" failed (13: Permission denied)
I've run out of ideas and am happy for any kind of help that would give a hint of how i can mount the folders back.
Resolved - Mounting in multiple disks to one domain
Hello! I haven't found a thread about my issue that seems to solve my need. To start off, i have set up a wordpress application in plesk with bedrock in the backend. Everything is basically up and running and seems a lot faster compared to the old hosting but i have an issue with mounted...

In essence the NFS disks got mounted in at /mnt/<directory> with only read permissions.
I later after tip added the directory to the site
ex:
mount --bind /mnt/<directory> /var/www/vhosts/<web_site>/httpdoc/html/web/<directory>.
Everything have worked great for a couple of months now, until a server restart the other day.
The folders lost their mounts, and when i remount them, the root user can still access the files, I've tried to access them as the domain_user and it works fine too.
I can also access the files from the plesk file system for the specific domain.
The issue comes when i go out to the site and try to access it from <site_name>.com/<folder_name>/<file_name>.pdf I'm greeted with a 404,
When i check the logs i can see permission denied:
[crit] 4428#0: *13144 stat() "/var/www/vhosts/<web_site>/httpdocs/html/web/<folder_name>/<file_name>.pdf" failed (13: Permission denied)
I've run out of ideas and am happy for any kind of help that would give a hint of how i can mount the folders back.