Archive for July, 2008

An easy way to find out which processes have swapped page’s is using top command.
You will see that TOP command can be used to check also other values and not only the ones you can see when simply running TOP.

Follow this steps to check which processes have swapped pages:

1. Start top using the 'top' command
2. Press the 'f' key, so you can toggle fields
3. Press 'p' to add swapped size to the top fields
4. Press [enter] to return the the normal top screen

Hope this helps!

Comments No Comments »

Seems that under apache 2 the handlers are not working like in the apache 1.3 version so a handler like this: AddType text/html .html will not work anymore and may only create issues when in an .htaccess file.

A simple way around this is to login to Cpanel and under Apache Handlers set this:

.html server-side
.htm server-side

Once this is done your handlers should work fine under both FF and IE browsers .

Comments No Comments »