• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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