Stuff…

I know I will forget.

Stuff… header image 4

Entries Tagged as 'Control Panels'

Error installing Plesk 9.3 on CentOS 5.4

March 17th, 2010 · No Comments

Was trying to install Plesk 9.3 onto CentOS 5.4.  Apparently you’re not meant to run “yum upgrade” and install all the latest packages on the system before running the Plesk installer as it breaks it. The error we received was: ERROR: Unable to install the “psa-9.3.0-cos5.build93091230.06.x86_64″ package Not all packages were installed. Please, contact product [...]

[Read more →]

Tags: Control Panels · Linux · Operating System

PCI compliance for Plesk 9.x; medium strength SSL ciphers

March 5th, 2010 · No Comments

Lots of articles online talk about how to get Plesk to pass PCI compliance, especially the TCP port 8443 which Plesk listens on. From Plesk 8.x (which most of the articles are written for) to Plesk 9.x Parallels changed to another webserver (away from apache), so,  adding the /usr/local/psa/admin/conf/httpsd.custom.include file and restarting psa does NOT [...]

[Read more →]

Tags: Control Panels · Linux · Operating System

PCI expiring SSL certificates with Plesk

February 26th, 2010 · 5 Comments

PCI was failing due to expired certificates on TCP ports: smtp (25), urd (465), imaps (993) and pop3s (995) System running Plesk 9.2 and imaps and pop3s was handled by courier. Updated the self signed certs for courier pop3s and imaps by: [bash]# cd /usr/share/courier-imap [bash]# cp imapd.pem imapd.pem.old [bash]# cp pop3d.pem pop3d.pem.old [bash]# ./mkimapdcert [...]

[Read more →]

Tags: Control Panels · Linux · Operating System

Windows Plesk 8.6 webmail missing

February 25th, 2010 · No Comments

After migrating a full backup from one Plesk node to another Plesk node and restored on a fresh 8.6 installation horde webmail wasn’t working. Going to Domains > testdomain.com > Mail > Preferences WebMail was listed as “None” and couldn’t update it. To fix this we needed to goto Server > Plesk Components Management > [...]

[Read more →]

Tags: Control Panels · Operating System · Windows

Plesk backup failing with runtime error

February 23rd, 2010 · No Comments

For some reason Plesk 8.6 backups stopped working on Linux (Ubuntu 8.04.3)  with the error: Runtime error: Can’t use an undefined value as an ARRAY reference at /opt/psa/PMM/agents/PleskX/SiteApp.pm line 292. Ran the following command, which, errored at the client that was causing the problem. /usr/local/psa/bin/pleskbackup -v all /root/backup/test This errored after when it reached the [...]

[Read more →]

Tags: Control Panels · Linux · Operating System