Author Topic: Adding a subdomain from user panel creates a directory with 640 permissions  (Read 3982 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
CWP version 0.9.8.894
Steps:
1. Go to user panel.
2. Add new subdomain.
Result:
A directory created for the subdomain has permissions 640. This prevents apache (in my case) from accessing the directory and files in it, results in a 403 error.
403 error can be fixed by `chmod a+rx subdomain_directory`
Expected result:
The subdomain directory created with 644 permissions.
« Last Edit: September 27, 2019, 01:37:51 PM by skidnik »