• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Directory permissions

KamilL

New Pleskian
Hello,
my directory permission got messed up when I transferred data from my windows vps and ... well, its a pretty mess now.

I tried the HowTo but vhostmng is missing. Is there a way to fix permission in an easy way for Parallels Plesk 11?
 
I couldn't access any of my web pages after executing httpdmng --reconfigure-all. Restoring the backup now.
 
Try this

#/user/local/psa/adimn/sbin/httpdmng --reconfigure-all

That command does not fix any permissions on a plesk server, instead it rebuilds the virtual host templates used by the webserver to map domains to there physical folders.

As for permissions, if you have SHELL access to your server, then just

chown -R <your_primary_ftp_username> : psacln /var/www/vhosts/domain.com/httpdocs/*
 
Back
Top