Archive for March, 2008

Apache clustering in 5 easy setup- IBM Setup

Thursday, March 27th, 2008

I have been in search for apache clustering solution for a long time and the most professional one i could see in this regard is from IBM “Construct a highly available Apache Web server cluster that spans multiple physical or virtual Linux® servers in 5 easy steps with Linux Virtual Server and Heartbeat v2.”. Its an easy to setup tutorial using SUSE servers which i think to be useful for you if you are looking for help in apache clustering. URL

Personal blog setup - Have a look at wordpress

Thursday, March 27th, 2008

Are you looking for a personal blogging system, WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability. What a mouthful. WordPress is both free and priceless at the same time. If you have cpanel in your hosting you can use the ‘Click Install’ feature of fantastico to setup wordpress.  For tutorial regarding installing wordpress using fantastico go through the  url

Parallels Acquires ModernGigabyte (Modernbill)

Thursday, March 27th, 2008


RENTON, Wash., March 27, 2008 – Parallels today announced it has acquired ModernGigabyte, LLC, maker of the ModernBill automated billing system and other hosting automation solutions. ModernBill customers will benefit from Parallels Open Platform initiatives such as the Application Packaging Standard (APS), which will help them drive more revenue from their existing clients. More

[FIX] Plesk repair fails due to wrong checksum error

Monday, March 10th, 2008

Error while getting in plesk repair

Checksums of the following files do not match:

C:\Documents and Settings\Administrator\Desktop\plesk_8.2\AcronisTrueImageEnterprise.msi

C:\Documents and Settings\Administrator\Desktop\plesk_8.2\AcronisTrueImageAgentEnterprise.msi

C:\Documents and Settings\Administrator\Desktop\plesk_8.2\MSDE.cab

Fix: The problem is caused by Plesk 8.2.0.1 installer and will be fixed in Plesk 8.3

Upgrading to plesk 8.3 , now issue is resolved.

FIX: You experience high memory usage in the W3wp.exe process on a Windows Server 2003-based computer that has Internet Information Services (IIS) 6.0 installed

Monday, March 10th, 2008

This is now an important issues with those are working around in windows iis6.  Microsoft have reported the heavy memory usage in w3wp.exe worker process is due to transfer of a large HTTP response that is generated by an Active Server Pages (ASP) application to a client computer. An example of an ASP method that can generate this large HTTP response is the Response.BinaryWrite method. The memory usage in the W3wp.exe process may be as high as the size of the whole HTTP response that is being transferred. Typically, this problem occurs when the client computer uses a slow connection link.

You will get more info regarding this issue directly from microsoft kb

http://support.microsoft.com/kb/916984#top