• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Getting intermittent 403 Forbidden errors

D

dstanley

Guest
I am getting intermittent 403 forbidden errors when browsing a domain.

One minute the site works fine, another I get a 403 page; Forbidden. This domain has its own static IP and is currently using the default plesk SSL cert.

In the logs it shows;
[Thu Dec 04 12:57:17 2008] [error] [client xx.xx.xx.xx] client denied by server configuration: /var/www/vhosts/domain.com/httpsdocs/admin/images/template/cell_bg13.gif, referer: https://www.domain.com//admin/includes/stylesheet.css
[Thu Dec 04 12:57:22 2008] [error] [client xx.xx.xx.xx] client denied by server configuration: /var/www/vhosts/domain.com/httpsdocs/admin/images/template/cell_bg11.gif, referer: https://www.domain.com//admin/includes/stylesheet.css
[Thu Dec 04 12:57:23 2008] [error] [client xx.xx.xx.xx] client denied by server configuration: /var/www/vhosts/domain.com/httpsdocs/admin/modules.php, referer: https://www.domain.com//admin/reports_mainpage.php?from=col&top=1&mPath=10
[Thu Dec 04 12:57:25 2008] [error] [client xx.xx.xx.xx] client denied by server configuration: /var/www/vhosts/domain.com/httpsdocs/admin/modules.php, referer: https://www.domain.com//admin/reports_mainpage.php?from=col&top=1&mPath=10

Any idea how to solve this?
 
The permissions on httpdocs & httpsdocs were 705. I have changed to 755 to see if there is any improvement.
 
Back
Top