• 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.

Question Need beginner’s advice with AH01630: client denied by server configuration

Jack Yan

New Pleskian
Hi there, I’ve been away from Plesk for about 10 years and it seems the knowledge I had then isn’t really applicable today.

I’ve followed the guide and set up some domains. The ones that are operating needed the help of an expert, but I remember I used to be able to do all this myself.

One domain I’ve set up, a very simple site consisting of HTML files with the home page at index.html. I originally used the File Explorer to upload the files but couldn’t get the site to preview. I then used an FTP program to do it again. I’ve tried to use different directories to see if that would get Plesk to pick them up, updating the home directory in the settings to match. But nothing seems to work.

When doing the preview I get a 403 and the logs show:


Error
127.0.0.1AH01630: client denied by server configuration: /vol/jya.co/public_html/

What am I doing wrong? Is there a step I am missing?

I am (obviously) not a computer expert so I’m afraid any advice needs to be at an idiot’s level.
 
The error message mentions a path /vol/jya.co/public_html/. This does not seem to be the right path. Your website might look in the wrong place for the files.

The default path for a subscription in Plesk is: /var/www/vhosts/<name of the main domain of the subscription>/

The default document root directory is: /var/www/vhosts/<name of the main domain of the subscription>/httpdocs
The document root directory can be changed in the "Web Hosting Settings" of the subscription. Please verify that it is set to httpdocs or that your files are in the path where the document root direct is pointing.

"Access denied" can also result from wrong permissions on the document root. The default directory permissions of the document root directory are group psaserv and user <username of the subscription, e.g. primary ftp user>. The file mode of that directory is 0750. The default directory permissions of the directories that descend from the document root directory are group psacln and user <username of the subscription, e.g. primary ftp user>. Files should have at least 0644 permissions. For testing purposes I recommend to set them to 0755 to make sure that an issue with permissions can clearly be excluded.
 
Hi Peter, just letting you know eventually I wound up deleting the entry and starting over (and all is well). Thank you. :)
 
Back
Top