• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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