Joomla 1.6 & Plesk 9.5.x Output Buffering

when you try to install Joomla 1.6 on a Plesk 9.5.x you will get the error in the preisntall check that Output Buffering was On and it’s recommended that it should be Off to do that:

mod_fcgid: too much php process(current:8, max:8), skip the spawn request

if your websites are not loading and you encounter the above error in the error_log mod_fcgid: too much (file path/name) php process(current:8, max:8), skip the spawn request you can enable Piped Logs in the Plesk server to allow more open files , in 2 steps:

Unable to open any feature in IIS 7.0 Manager for a particular site

for a server with Windows 2008 x64 and Parallels Panel is installed if you can open some features via IIS 7.0 manager then the solution is:

Rkhunter and plesk xinetd services 1

When you see these in the report of rkhunter in a plesk server: Warning: Found enabled xinetd service: /etc/xinetd.d/ftp_psa Warning: Found enabled xinetd service: /etc/xinetd.d/poppassd_psa Warning: Found enabled xinetd service: /etc/xinetd.d/smtp_psa Warning: Found enabled xinetd service: /etc/xinetd.d/smtps_psa Warning: Found enabled xinetd service: /etc/xinetd.d/submission_psa

PHP on domain running via CGI/FastCGI and sessions problem 1

In CGI or FastCGI modes PHP runs with permissions of the domains FTP user. FTP user is not allowed to write in the sessions directory. This means that customer who run php in cgi can not use sessions.

How to upgrade phpMyAdmin in Plesk 9.x 1

Parallels has a patched version of phpMyAdmin-2.11.?9.5-all-languages and script to migrate settings from phpMyAdmin-2.8.2.4 installed with Plesk. To install phpMyAdmin 2.11.?9.5 you need to: 1. Download the archive and unpack it. ~# wget http://download1.parallels.com/Plesk/Autoupdate/phpmyadmin.zip ~# unzip phpMyAdmin.zip 2. Extract patched phpMyAdmin: ~# cd phpMyAdmin ~# tar -xzf phpMyAdmin-2.11.9.5-all-languages.tar.gz 3. Migrate settings from installed phpMyAdmin to ...