• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Permission issue with new website created in Plesk

qualispace

Regular Pleskian
In one of the VPS' whenever a new website is created through Plesk, the main directory of the website is automatically assigned the permission 0710. The httpdocs and the other directories are assigned the correct permissions. As a result, the websites always show access denied error. It gets fixed when the directory is assigned correct permissions. How can we resolve this issue permanently?
 
On my test Plesk 12 server I see the same behaviour:

# stat /var/www/vhosts/ppu12-0.demo.pp.plesk.ru/
File: `/var/www/vhosts/ppu12-0.demo.pp.plesk.ru/'
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: 3a30b611h/976270865d Inode: 660213 Links: 4
Access: (0710/drwx--x---) Uid: (10000/bailee4702.ward) Gid: ( 502/ psaserv)

# stat /var/www/vhosts/ppu12-0.demo.pp.plesk.ru/httpdocs/
File: `/var/www/vhosts/ppu12-0.demo.pp.plesk.ru/httpdocs/'
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: 3a30b611h/976270865d Inode: 660214 Links: 6
Access: (0750/drwxr-x---) Uid: (10000/bailee4702.ward) Gid: ( 502/ psaserv)

Looks like this issue is caused by other reason. What is you Plesk version? 12.0 or 12.5?
 
Back
Top