• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Plesk 12.0.18 - Default permissions in a new Vhost.

Paco_Martínez

New Pleskian
Hi all,

i have this problem:

When a customer use the wordpress auto installation tool, all work ok.
But, when the customer try to install wordpress manually (Uploading by FTP), it returns different permissions errors.

Example: "wp-config.php" cant write .

I compared the permissions of both vhosts (WP-Auto-install and WP-Manually-Install), and have totally different permissions.

WP-Auto-installed : /httpdocs = 770
WP-Manually : /httpdocs = 750

How I can set permissions to 770 by default when create a vhost? to avoid the customer having to do it manually.

THX!!!.
 
Hi,

If your PHP is working as Apache module, that's probably what's causing the issue. Try switching to PHP as FastCGI (it's much more secure) and let us know if the issue persists.
 
Back
Top