Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
After upgrading to the latest version of Plesk, some of my sites are showing error 503.
Also one of my clients domains has the system user jordan but when the client or I go to the file manager we see the user "share" how do I re set the system user on the files?
Hello,
In the logs of the domain where there is the error 503 we have:
AH01276: Cannot serve directory /var/www/vhosts/domain.ml/httpdocs/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm,index.shtml) found, and server-generated directory index forbidden by Options directive
I have tried to reapair the file-system/permissions but it did not find any errors.
Look, the system username is Jordan but the permissions of all files seem to be in the name of the user SHARE
Hello, @jojod as far as I understand there are 2 issues:
1. Incorrect ownership
it can be fixed recursively by execution of this commands: # find /var/www/vhosts/example.com/httpdocs/ -type f -exec chown user_example:psacln {} \;
# find /var/www/vhosts/example.com/httpdocs/ -type d -exec chown user_example:psacln {} \; more details can be found here: How to restore default permissions in the virtual host directory on Linux?
Please open a new threat for a new/different problem, this makes it much easier for people to find your problem and help you and even for people who search for the same problem too.