• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Making httpdocs writable by apache

P

perfectpenguin

Guest
Hi,
I need to make the whole of the httpdocs directory (and its subdirectories) writeable by apache whilst maintaining normal FTP operations and not simply chmodding to 777. I've tried adding the user apache as a member of the psacln group and then recursively chmodded the httpdocs directory to 0775 but this hasn't worked.

Can anyone help?

Thanks,
Simon
 
I had an issue where directories/files created by php were not being assigned the correct group and apache couldn't access them. I fixed it by making sure PHP was compiled as CLI rather than the other option. Doing a php --version at the shell tells you if its CLI or not. Not sure if that applies to your problem but thought I'd throw it out there.;)
 
Back
Top