• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

500 - Internal Server Error

mark842

New Pleskian
Hi, getting 500 - Internal Server Error when trying to access plesk. All domains working fine.

Error log below....

[root@vps93711997 ~]# tailf /var/log/sw-cp-server/error_log
/etc/sw-cp-server/applications.d/plesk.socket.sh: line 76: cannot create temp file for here-document: No space left on device
/etc/sw-cp-server/applications.d/plesk.socket.sh: line 83: cannot create temp file for here-document: No space left on device
/etc/sw-cp-server/applications.d/plesk.socket.sh: line 96: cannot create temp file for here-document: No space left on device
/etc/sw-cp-server/applications.d/plesk.socket.sh: line 103: cannot create temp file for here-document: No space left on device
Cannot find config item ["global/SERVERsocket==:8443", ".php", 0]
2013-02-27 22:32:12: (mod_fastcgi.c.1068) the fastcgi-backend /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm failed to start:
2013-02-27 22:32:12: (mod_fastcgi.c.1072) child exited with status 1 /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm
2013-02-27 22:32:12: (mod_fastcgi.c.1075) If you're trying to run your app as a FastCGI backend, make sure you're using the FastCGI-enabled version.
If this is PHP on Gentoo, add 'fastcgi' to the USE flags.
2013-02-27 22:32:12: (mod_fastcgi.c.1171) [ERROR]: spawning fcgi failed.

It appears that I have ran out of space as below...

[root@vps93711997 ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/vda3 48G 48G 0 100% /
tmpfs 1.9G 0 1.9G 0% /dev/shm
/dev/vda1 485M 61M 399M 14% /boot


Can anyone give me advice on what I can do next to resolve the problem? Delete error logs? Relative newbie here. All help appreciated.
 
Do you think that someone knows better than you what you need to remove excess on your server? Usually it is temp files, dumps, distributives and so on.
 
What Igor says is correct, of course - no disk space is a bad thing. You can cause damage to your MySQL databases when this happens as well (as I found out when it happened to me!!!).

You need extra disk space urgently. It looks like you are on a VPS so adding space should be easy.
But you also need to find out why your disk space has run out, and prevent it from happning again.

Logs getting out of hand (/var/log/*), and /var/www/vhosts/[domain]/stats/logs are two places to look.
Also /tmp
 
Back
Top