Stuff…

I know I will forget.

Stuff… header image 4

Entries Tagged as 'Control Panels'

Plesk piped logs caused log entries to go into access_ssl_log

October 7th, 2010 · No Comments

Setting Plesk 9.3 on CentOS Linux to use the piped logs Plesk feature worked great, except, it appears that all log entries for virtual host domains were being logged into the access_ssl_log even if the site was accessed by plain HTTP. There is a bug in the Plesk 9.3 piped log program and you can [...]

[Read more →]

Tags: Control Panels · Linux · Operating System

Horde redirect.php Segmentation fault (11)

October 6th, 2010 · No Comments

Horde webmail was displaying a blank page on login, or, in firefox asking to download redirect.php. OS: CentOS 5.5 Plesk: 9.3.x In the error_log for the mail webserver saw a lot of errors: [Tue Oct 05 16:38:38 2010] [notice] child pid 4349 exit signal Segmentation fault (11) [Tue Oct 05 16:38:38 2010] [notice] child pid [...]

[Read more →]

Tags: Control Panels · Linux · Operating System · Protocols · SMTP

Install Acronis Echo with Plesk for Linux on CentOS 5

September 28th, 2010 · No Comments

Ran ./tils_s_e.i686 but received an error when trying to install the snapapi26.ko module for Acronis Echo Server: … Launching ‘/usr/sbin/dkms install -m snapapi26 -v 0.7.29 2>&1′. Error! Could not locate snapapi26.ko for module snapapi26 in the DKMS tree. You must run a dkms build for kernel 2.6.18-164.el5 (x86_64) first. Error! Your kernel source for kernel [...]

[Read more →]

Tags: Control Panels · Linux · Operating System

Table ‘mysql.servers’ doesn’t exist

August 12th, 2010 · No Comments

Was trying to add a database user via the control panel and received the above error message. Fix by running: mysql_upgrade -uroot -ppassword Or add the table servers in database mysql: CREATE TABLE `servers` ( `Server_name` char(64) NOT NULL, `Host` char(64) NOT NULL, `Db` char(64) NOT NULL, `Username` char(64) NOT NULL, `Password` char(64) NOT NULL, [...]

[Read more →]

Tags: Control Panels · Linux · Operating System

mod_fcgid ap_pass_brigade failed and premature end of script headers

April 12th, 2010 · 4 Comments

OS: CentOS 5.4 Control Panel: 9.3 Was getting errors from a PHP script when it was trying to run a long task (over 60 seconds) under mod_fcgid distributed with Plesk. The errors we saw were: [Mon Apr 12 15:40:56 2010] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function [Mon Apr 12 16:28:31 [...]

[Read more →]

Tags: Control Panels · Linux · Operating System