• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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