• 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 AH01630: client denied by server configuration

Martin73

Basic Pleskian
I have installed the music server Ampache and noticed that no covers are displayed during playback. After a look in the error log I saw following message:
Code:
[Tue Apr 28 20:51:15.609666 2020] [authz_core:error] [pid 3737:tid 139783904933632] [client XXX.XXX.XXX.XX:41474] AH01630: client denied by server configuration: /var/www/vhosts/mydomain.com/ampache.mydomain.com/lib/components/prettyphoto/images/prettyPhoto, referer: https://ampache.mydomain.com/

After searching the web i realized that this is a known "Apache issue". I tried some variations in httpd.conf and .htaccess file. But without success. Has someone an idea what to do?

My system:
‪Ubuntu 18.04.3 LTS‬
Plesk Obsidian 18.0.26
Ampache 4.1.1
 
Sorry, Ampache and Apache is very close. ;)
Code:
[Wed Apr 29 16:13:05.626238 2020] [access_compat:error] [pid 17920:tid 139784559236864] [client 127.0.0.1:38142] AH01797: client denied by server configuration: /usr/share/plesk-service.localdomain/
[Wed Apr 29 16:18:07.768656 2020] [access_compat:error] [pid 8615:tid 139784718632704] [client 127.0.0.1:38820] AH01797: client denied by server configuration: /usr/share/plesk-service.localdomain/
[Wed Apr 29 16:23:09.885749 2020] [access_compat:error] [pid 17920:tid 139784290801408] [client 127.0.0.1:39048] AH01797: client denied by server configuration: /usr/share/plesk-service.localdomain/
 
Last edited:
Thanks a lot, but it's already in the file:
Code:
<Directory "/usr/share/plesk-service.localdomain">
    AllowOverride None
    Options None
    Require host localhost
    Order deny,allow
    Deny from all
    Allow from localhost
</Directory>
 
Here are some new findings: Try the solution from
It's on Prestashop, but I'm pretty sure, it applies to this case here, too. Also filed a report here
 
Back
Top