Z
zardozrocks
Guest
I'm currently migrating a site from an old server running WHM to one using Plesk:
Plesk Panel 9.5.4
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
Dual core Intel(R) Xeon(R) CPU
The site is a modified version of Joomla and therefore apache needs permission to write certain files and folders. However, on this plesk system, I see that the public_html directory for newuser is owned by newusersaserv with permissions rwxr-x--- which is not writeable by apache. If I change the permission on files that must be written by apache to newuser:apache with permissions rw-rw---- will this break anything? I worry that changing the group to anything other than psaserv might break some kind of plesk functionality.
Any help would be much appreciated. On the older server, Apache was configured to chroot/su as the user who owns a particular site so writing the files just worked. On other servers I've deal with, I usually just assign the group of certain files to apache/nobody/www-data depending on the distro and this allows apache to write them.
Plesk Panel 9.5.4
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
Dual core Intel(R) Xeon(R) CPU
The site is a modified version of Joomla and therefore apache needs permission to write certain files and folders. However, on this plesk system, I see that the public_html directory for newuser is owned by newusersaserv with permissions rwxr-x--- which is not writeable by apache. If I change the permission on files that must be written by apache to newuser:apache with permissions rw-rw---- will this break anything? I worry that changing the group to anything other than psaserv might break some kind of plesk functionality.
Any help would be much appreciated. On the older server, Apache was configured to chroot/su as the user who owns a particular site so writing the files just worked. On other servers I've deal with, I usually just assign the group of certain files to apache/nobody/www-data depending on the distro and this allows apache to write them.