Posts Tagged Linux

Error: RewriteEngine not allowed here

I started seeing this error on my website after enabling “pretty” Permalinks in WordPress and as a direct result of it, I got html Error 500 (Internal Server Error). If you get this error, it can be fixed by doing the following:

Read the rest of this entry »

, , ,

No Comments

Script to kill processes older than x days.

On a linux farm sometimes there would be a need to kill processes that have been running for extended periods of time and notify the users before doing it. I had such a requirement and had to scour the internet for a lot of long hours to find a proper script to get this job done but couldn’t find one. This script was written with ideas various sources and has been tested in an RHEL environment. Read the rest of this entry »

, , ,

No Comments