04-14-2023, 10:10 PM
All PHP chmod() commands always fail out of the box with an install of EHCP. I believe this is due to the default upload permissions set in the etc/vsftpd.conf file along with the ownership and group set on all vhosts and files.
Instead of:
<code>
local_umask=022
</code>
It should be:
<code>
file_open_mode=0775
local_umask=0002
</code>
Could this be fixed in a future version of EHCP? It would be nice if chmod and creating files would work without me having to change permissions on everything through FTP.
Restored from old drupal forum, for user uid:2735 username:own3mall
You may reset your password to access your new account here.
Instead of:
<code>
local_umask=022
</code>
It should be:
<code>
file_open_mode=0775
local_umask=0002
</code>
Could this be fixed in a future version of EHCP? It would be nice if chmod and creating files would work without me having to change permissions on everything through FTP.
Restored from old drupal forum, for user uid:2735 username:own3mall
You may reset your password to access your new account here.