Web Hosting | Hosting News Blog

Archive for May, 2008

SIM Installation

Thursday, May 29th, 2008

System Integrity Monitor (SIM)  tools monitor and ensure that services are running and responding properly, it verify that services are online, load averages are in check, and log files are at reasonable sizes.
Here are the installation process;
Login to your server via SSH as root.
Type: wget http://www.r-fx.org/downloads/sim-current.tar.gz
This will download the most current version of SIM (System [...]

Install mod_security for Apache

Monday, May 19th, 2008

Requirements:
Apache Web Server 1.3x or 2.x
Note: We have confirmed this security addon works with Cpanel based servers.
How to install?
1. Login to your server through SSH and su to the root user.
2. First your going to start out by grabbing the latest version of mod_security
wget http://www.modsecurity.org/download/mod_security-1.7.4.tar.gz
3. Next we untar the archive and cd into the directory:
tar [...]

Get E-mail Alert on Root SSH Login

Wednesday, May 14th, 2008

 If you Want to get notified instantly when someone logs into your server as root, this tutorial will help you on email notification for root logins. You can be able to keep track of who logs into your server, it greatly help especially when you’re dealing with the super user account. However you should use [...]

Access bean components from JSP

Tuesday, May 6th, 2008

When you add a bean to a JSP, you can either create a new bean or use an existing one. The JSP engine determines whether it needs to create a new bean for you based on the bean’s id. While adding a bean to a page, you must at least give the bean an id [...]