• 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

Error 500 Problem with Plesk Panel Login

iKovah

New Pleskian
[Solved] Error 500 Problem with Plesk Panel Login

Hello folks,
i've tried a lot of commands to fix my problem but it's not solved jet.

I'm getting the Error 500 while trying to log into the plesk panel. Everything else is working fine, all websites are online, mailservice is online etc.
Strage: i'm getting this error after install TeamSpeak Server on my VPS...?!

The following errors are displayed in the /var/log/sw-cp-server/error_log

2012-10-07 21:29:25: (mod_fastcgi.c.1068) the fastcgi-backend /usr/bin/sw-engine-cgi -c /opt/psa/admin/conf/php.ini -d auto_$
2012-10-07 21:29:25: (mod_fastcgi.c.1072) child exited with status 1 /usr/bin/sw-engine-cgi -c /opt/psa/admin/conf/php.ini -$
2012-10-07 21:29:25: (mod_fastcgi.c.1075) If you're trying to run your app as a FastCGI backend, make sure you're using the $
If this is PHP on Gentoo, add 'fastcgi' to the USE flags.
2012-10-07 21:29:25: (mod_fastcgi.c.1171) [ERROR]: spawning fcgi failed.
Must be suid root
2012-10-07 21:29:25: (mod_fastcgi.c.1068) the fastcgi-backend /usr/bin/sw-engine-cgi -c /opt/psa/admin/conf/php.ini -d auto_$
2012-10-07 21:29:25: (mod_fastcgi.c.1072) child exited with status 1 /usr/bin/sw-engine-cgi -c /opt/psa/admin/conf/php.ini -$
2012-10-07 21:29:25: (mod_fastcgi.c.1075) If you're trying to run your app as a FastCGI backend, make sure you're using the $
If this is PHP on Gentoo, add 'fastcgi' to the USE flags.
2012-10-07 21:29:25: (mod_fastcgi.c.1171) [ERROR]: spawning fcgi failed.

I allready red the thread about this problem after an update (500 Error after automatic micro-update - Plesk 10.4) but i have two problems:
1) I'm using Plesk Panel Version 11.0.9
2) I'm using Ubuntu 10.04

And now... do i have to reinstall the packages? Or anything other?

Please help me fast.... =(
 
Last edited:
Could you please show output of command:

ls -la /usr/lib/sw-cp-server/sw-suexec

it should be like

-rws--x--- 1 root sw-cp-server 354661 2011-06-22 11:40 /usr/lib/sw-cp-server/sw-suexec

if it's not, then set permissions by

chmod 4710 /usr/lib/sw-cp-server/sw-suexec
 
Solved!

This is really incredible.... really!
A simple permission change solved the whole problem?!

Thanks for the help!!!

And i hope this could help any other admins searching for solutions! =)
 
Back
Top