Posts Tagged ‘cpanel’

Perl script to view details about current Exim Queue

Around a year ago I had written up this cute little Perl script that displays details about current Exim mail queue status on a Cpanel server. It not only displays the details but also allow you to make changes to the exim queue. Here’s how the script looks like when executed: root@server1 [~]# ./exim_queue_report.pl EXIM [...]

Urgent Exim update required on Cpanel servers

Subject: [cPanel-News] Critical: exim security update Date: Fri, 10 Dec 2010 ============= Summary ============= A privilege escalation vulnerability exists in Exim, the mail transfer agent used by cPanel & WHM. ———————– Security Rating ———————– This update has been rated as Critical by the cPanel Security team. Description ———————– Research up to this point indicates the [...]

Install mod_pagespeed in Apache for Cpanel

From mod_pagespeed’s docs, I quote: mod_pagespeed is an open-source Apache module that automatically optimizes web pages and resources on them. It does this by rewriting the resources using filters that implement web performance best practices. Webmasters and web developers can use mod_pagespeed to improve the performance of their web pages when serving content with the [...]

How to configure Subversion + Apache [mod_dav_svn.so] in CPanel

It is very easy to setup a subversion repository and access it via browser as I found out recently from my own experience. The below case was on a Cpanel server, but you can follow the same method (with some tweaks, of course) on any subversion + apache environment as long as you have the [...]

Chkrootkit Installation Guide

chkrootkit (Check Rootkit) is a common Unix based program intented to help system administrators check their system for known rootkits. It is basically a shell script using common UNIX/Linux tools like strings and grep commands to check core system programs for signatures. If you doubt that your server has been hacked, chkrootkit is what you [...]

How to close Open DNS

This tutorial describes how to close an Open DNS server. An Open DNS server allows anyone to use that server as a DNS lookup server. This is a potential threat and such access must either be blocked, or restricted to a few trusted IPs. This is how it is done. 1. Make a list of [...]

Ioncube Installation Guide

This article describes how to install ionCube loader extension in PHP. ionCube provides tools for PHP source code protection. Usually, a PHP file is in plain-text format. Which means anyone who has access to the actual PHP file can use a text editor (like vim) to view the source code. If a skilled hacker/programmer gets [...]