Plesk is working again! I will share the steps I did but take with warning that I had no idea what i was doing. lol. Just lots of forum reading.
1. Steps listed here:
http://www.how2forge.info/starting-plesk-failed-after-update-to-plesk-10-2-0/
That removed the errors below from plesk_log:
Cannot find config item ["global/SERVERsocket==:8443", ".php", 0]
2011-05-18 00:48:26: (mod_fastcgi.c.1000) the fastcgi-backend /usr/bin/sw-engine-cgi -c /opt/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm failed to start:
2011-05-18 00:48:26: (mod_fastcgi.c.1004) child exited with status 1 /usr/bin/sw-engine-cgi -c /opt/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm
2011-05-18 00:48:26: (mod_fastcgi.c.1007) if you try do run PHP as FastCGI backend make sure you use the FastCGI enabled version.
You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT (cgi) NOR (cli)
For more information check
http://www.lighttpd.net/documentatio...astcgi-program
2011-05-18 00:48:26: (mod_fastcgi.c.1012) If this is PHP on Gentoo add fastcgi to the USE flags
2011-05-18 00:48:26: (mod_fastcgi.c.1105) [ERROR]: spawning fcgi failed.
2011-05-18 01:28:00: (server.c.1382) unlink failed for: /var/run/sw-cp-server.pid 2 No such file or directory
2. Then applied the Hotfix from here:
http://kb.odin.com/en/6875
Then for Ubuntu server to restart:
/etc/init.d/sw-cp-server restart
That removed the below from the error log:
2011-05-19 11:03:43: (mod_fastcgi.c.1337) Dynamic spawning with max_procs > 1 is not supported; setting min_procs = max_procs
2011-05-19 11:03:43: (mod_fastcgi.c.1337) Dynamic spawning with max_procs > 1 is not supported; setting min_procs = max_procs
3. The web interface now would not start and all the sites went down. I then ran the below:
cd /opt/psa/admin/sbin/
./autoinstaller --select-release-id PLESK_9_5_4 --upgrade-installed-components
Replace (PLESK_9_5_4) with the version you want to upgrade to.
4 This upgraded everything but I was getting the error below:
* Starting web server apache2
apache2: Syntax error on line 295 of /etc/apache2/apache2.conf: Syntax error on line 6 of /etc/apache2/conf.d/zzz_atmail_vhost.conf: Include directory '/etc/psa-webmail/atmail/conf.d' not found
...fail!
I searched and the conf.d file for atmail was not on the server in any directory. Many people have found it in /etc/psa/webmail/atmail/conf.d. if so copy it to the correct location.
I then attempted to reinstall using the autoinstaller:
./autoinstaller --select-release-id PLESK_9_5_4 --install-component atmail
Next start apache: /etc/init.d/apache2 start
So now my sites are back up and the web interface for plesk is back up. Only thing left is Webmail and Qmail. Sigh.