• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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