• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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