Apache Web Server Suddenly Fails to Load With EMalloc Error - Solution (php_exif.dll)June 1st, 2006 The common symptom of the problem is that Apache web server suddenly fails to load as a service (on windows) or even from command line. The error message from log is as follows:
FATAL: emalloc(): Unable to allocate -2103443420 bytes
[Thu Jun 01 23:57:21 2006] [crit] master_main: create child process failed.
Solution: ntpdate[4933]: no server suitable for synchronization foundDecember 15th, 2007 Our local setup consists of a single ntp server which synchronizes time from asia pool of ntp.org ([0-2].asia.pool.ntp.org) and several ntp servers in the intranet which synchronizes from the above server. This setup ensures identical clock on all the machines on the intranet as well as reduces load on ntp.org servers.
How To Properly Display Multi-Lingual SitesDecember 12th, 2006 When you have sites in multiple languages you may notice, depending on your server configuration, that particular languages may not be displayed properly in browsers. And yet when you save the file and view it they display fine.
HitTail Website Goes For Tailspin - SolutionsJune 24th, 2006 HitTail is a nifty utility to get suggestions for writing your blog entries following the long tail model. All throughout the day I couldn't login to their site, proving once again - If it sounds too good to be true...
Compressing php output with wp-cache2 WordPress PluginSeptember 18th, 2005 Wp-Cache2 is a WordPress Plugin to cache WordPress generated pages. However it doesn't work with in-built gzip compression.
Mystery of Vanishing Sysdeo Tomcat Plugin for EclipseSeptember 18th, 2005 I posted earlier about my inability to use Sysdeo Tomcat Plugin with Eclipse 3.1. I found the solution.
WordPress Dashboard Blank Page Display SolutionJuly 10th, 2006 After moving over my test blog to the new server, I noticed that the Admin Dashboard (with tons of unnecessary feeds) wasn't displaying. It shows just a blank page.
Solving CSS Stylesheet Not Loading / Rendering ErrorJuly 3rd, 2007 My blog had this vexing problem where it used to render ugly, really ugly, as the stylesheet wasn't being loaded on Firefox. However after a refresh everything was fine.
ExtJS Hack: Dynamic ComboBox & Remote On-Demand Loading With Local FilteringAugust 20th, 2007 In ExtJS you can create ComboBox which loads data from the server. You can also code so that new data is loaded from the server in response to an event like changing selection of another ComboBox.
How To Add Double Dash To WordPress PostsMay 27th, 2007 WordPress has the nasty habit, thanks to numerous filters, of converting two consecutive - to different ascii characters. This causes big problem for code fragments where people often tend to cut and paste the displayed code from browsers.
Notes on a highly scalable WordPress Delivery Platform - Over 10K live requests / second, 20K concurrent connectionsJanuary 31st, 2009 As you may be aware, if you are following my tweets, that we are testing a highly scalable WordPress delivery platform, which can serve over 10000 requests per second from a single server and handle over 20000 concurrent requests without failure. Sounds amazing? then read on...
Why WordPress Recommends BlueHost for WordPress Web HostingJuly 16th, 2007 Some of you have come to me saying WordPress recommends BlueHost and so why it isn't working well for them, their implicit expectation being that because WordPress recommends BlueHost, it must be the best for WordPress. That is far from truth.
Solving WordPress 1.5.1.2 Trackback and Pingback Sending ProblemsJune 12th, 2005 I was unable to send trackbacks and pingbacks after I tested with WordPress 1.5.1.2. I found the solution yesterday.
Ngnix: Solution for Directory Resolution Problem in Virtual HostingJuly 9th, 2008 Nginx displays a peculiar but logical behavior when handling directories specified without the ending slash. For example you have a directory like http://www.example2.com/dir/.
5 Golden Tips For WordPress Performance Optimization / Slashdot-Digg Protection April 12th, 2007 WordPress is a popular blogging software. As a design decision it stores the blog content in database and uses php to fetch and display the pages.