• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Error 503 and User share

jojod

New Pleskian
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,
this behaivor sounds weird... could you share some log's to identify why some websites are showing 503?

"how do I re set the system user on the files?"
Try to reapair the file-system/permissions of the doc-root on the domain:
Bash:
plesk repair fs YOURDOMAIN.TLD -y
 
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.
OFKLW90CNS.png


Look, the system username is Jordan but the permissions of all files seem to be in the name of the user SHARE
yTIoRSqmjA.png
3iYpaHZmCc.png
 
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?

2. for another domain you got 503 with the message in log about "No matching DirectoryIndex" it looks curious, because usually 403 error leads to provided snippet from logfiles. So anyway I suggest you try the solutions from these articles:
Cannot access a website directory in Plesk: 403 Forbidden and A domain in Plesk intermittently shows error 403 or 404: incorrect Document Root is parsed by the webserver
 
Why is my discussion marked as resolved? Only one of my problems has been fixed.
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.

Kind regards,
 
Back
Top