- Server operating system version
- Debian 11.7
- Plesk version and microupdate number
- 18.0.54
Hi all,
We have a website that works well.
Storage space (server): /var/www/vhsosts/mydomain.com/production/
Wishing to assign another instance to the website, we mounted an NFS NAS with the same rights and copied the files:
- mv /var/www/vhsosts/mydomain.com/production/ to /var/www/vhsosts/mydomain.com/production.bck/ (for backup)
- create /var/www/vhsosts/mydomain.com/production/
- chown on the directory (for the same as production.bck): #chown ftpprod
sacln /var/www/vhsosts/mydomain.com/production/
Copy of thefiles:
- copy: #cp -aRf production.bck/* production
No problem.
But when i access to the website, i have an 500 error.
=> mod_fcgid: read data timeout in 45 seconds
Apache does not seem to be able to read the files even though the rights have been carried over identically.
The basic rights of the NAS are indeed read/write.
Do you have an idea of the problem?
Erwan
We have a website that works well.
Storage space (server): /var/www/vhsosts/mydomain.com/production/
Wishing to assign another instance to the website, we mounted an NFS NAS with the same rights and copied the files:
- mv /var/www/vhsosts/mydomain.com/production/ to /var/www/vhsosts/mydomain.com/production.bck/ (for backup)
- create /var/www/vhsosts/mydomain.com/production/
- chown on the directory (for the same as production.bck): #chown ftpprod
Copy of thefiles:
- copy: #cp -aRf production.bck/* production
No problem.
But when i access to the website, i have an 500 error.
=> mod_fcgid: read data timeout in 45 seconds
Apache does not seem to be able to read the files even though the rights have been carried over identically.
The basic rights of the NAS are indeed read/write.
Do you have an idea of the problem?
Erwan