• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Control Panel 403 Error

M

Mukman

Guest
I apologize in advance if this is posted anywhere already, but I've been searching through posts and documentation for a few days with no results.

I am currently getting a 403 error for all plesk pages except for Virtuozzo (which I understand). I am capable of logging in as admin but still receive the errors. I have attempted to change the permissions on the folders and have looked for .htaccess files but have been unable to find a fix.

I'm running Plesk 8.6 on Fedora core 6.

Last change I made was to the firewall but have since reversed those.

Thanks for any response, I've also tried to locate the correct logs to troubleshoot the problems but I'm honestly lost in the multitude of directories.
 
Hi,

First of all try restarting Plesk service:
/etc/init.d/psa restart

If this server is a Virtuozzo container then try the following:
access Plesk control panel at http://IP_OF_SERVER:8880
or try disabling offline management for this container:
vzctl set CT_ID --offline_management no --save

this might help you to see real error message.
Also check if there are any errors in /usr/local/psa/admin/logs/httpsd_error_log
And finaly you can try setting display_errors on in plesk php config:
http://kb.odin.com/en/1422

hope this helps.
 
Back
Top