It seems like the Plesk developers have decided to do the following during the upgrade process, which, seems like a bad idea: ===> Installing Apache Server Trying to stop service httpd… done Copying apache files… done ===> Installing Quotas Trying to change quota limits… done Run quotacheck. This may take some time. quotacheck: Scanning /dev/md1 [...]
Entries Tagged as 'Linux'
Plesk 9.5.2 to 9.5.4 update bad practise
March 11th, 2011 · Comments Off
Tags: Control Panels · Linux · Operating System
More FastCGI application processes in Plesk Linux
March 7th, 2011 · No Comments
Received a number of issues running a PHP site under FastCGI on Plesk 9.5.3 / CentOS 5.5 64 bit. Saw a number of errors in the error log: [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function [warn] (110)Connection timed out: mod_fcgid: ap_pass_brigade failed in handle_request function [warn] mod_fcgid: can’t apply process slot [...]
Tags: Control Panels · Linux · Operating System
QR barcodes and Perl
February 25th, 2011 · No Comments
Creating QR Code with perl module Imager::QRCode http://perltraining.com.au/tips/2009-10-08.html http://contentdeveloper.com/2010/01/how-to-customize-qr-codes-with-your-brands-identity/ http://qrcode.kaywa.com/ – Code generator http://fredtruman.com/how-to-create-qr-codes-using-the-mecard-format – MECARD format http://code.google.com/p/zxing/ http://code.google.com/p/zxing/wiki/BarcodeContents The following code generates this image: Code: #!/usr/bin/perl use strict; use warnings; use Getopt::Std; use Imager::QRCode; my $MECARD=<<END; MECARD: N:co.uk,moe; ADR:Address Field; NOTE:Testing; TEL:+440123456789; EMAIL:spam\@moe.co.uk; URL:http://www.moe.co.uk;; END $MECARD =~ s/\n//; my %opts = ( o => [...]
Tags: Coding · Linux · Protocols
HTTP accelerators/proxies
February 24th, 2011 · No Comments
There are a number of different light weight webservers that can proxy/accelerate performance of traditional webservers such as apache/iis. Some of these are: nginx – lightweight, high-performance web server, reverse proxy and e-mail proxy (IMAP/POP3) litespeed http://www.varnish-cache.org/ Lighttpd – open-source web server, optimized for speed-critical environments Polipo – a caching web proxy Have seen good [...]
Tags: Linux · Networking · Operating System · Protocols
Plesk 9.5 Plesk bug The domain is still suspended for the following reason: Domain is expired.
February 17th, 2011 · No Comments
OS: CentOS 5.x Plesk: 9.5.2 A domain went offline/suspended and when trying to unsuspend via the Plesk control panel the following error came up: The domain is still suspended for the following reason: Domain is expired. It turns out that the validity option in Plesk for the domain had been set to yesterdays date and [...]
Tags: Control Panels · Linux · Operating System