Web Hosting Blog

Blog for Web Hosting Issues, FAQ’s, Tutorials and Troubleshooting, Blogging

Entries for September, 2006

Unable to load iptables module (ip_tables), aborting.

Greetings,
If you are getting
unable to load iptables module (ip_tables), aborting
above mentioned error while installing apf on your server then your kernal is compiled with iptables statically instead of as a module, and you will need to change this in the conf.apf
MONOKERN=”0″ Set it to “1″
So open your conf.apf file in writable mode and modify it [...]

Basics of hacking.

Hello,
If you want to be a real hacker within short span of time then you can’t learn hacking in just 1 stroke…u need to understand to coding of C or the basics of the system as well as networking to learn any other languages
Hacking and Hacker
~ ~ ~ ~ ~ ~ ~ ~
Hacking is the [...]

What does Web Hosting Uptime Gaurantee mean to you ?

When you begin to look for a company to host your website, other than the amount of space and bandwidth that is offered, a company will usually promote the web hosting uptime they offer. Most web hosting companies like 1and1 , pickaweb, uk2.net offer an uptime guarantee to promote how well their service is. Other [...]

How to transfer sudomains from Ensim to cpanel

Hello,
As the ensim control panel and cpanel server having different directory structures we need to manually migrate subdomains from ensim to cpanel
Following is the procedure for Transfer :
1. First login to the ensim server from where you want to move .
2. Then go to subdomain directory for the domain you want to move: as
cd [...]

Blocking IPs with APF Firewall….

Blocking IPs with APF Firewall
A) /etc/apf/apf -d IP Reason
–> The -d flag means DENY the IP address
–> IP is the IP address you wish to block
–> Reason is comments to why the IP is being blocked
Example:
./apf -d 267.14.188.1 TESTING
vi /etc/apf/deny_hosts.rules
Shows the following:
# added 267.14.188.1 on 08/23/05 01:25:55
# TESTING
267.14.188.1
B) pico /etc/apf/deny_hosts.rules
You can then just add a [...]

444 Script or Action Blocked - SecurePHPx

Greetings,
If you are getting 444 Script or Action Blocked error then it seems to be some problem with your php script. but forst question comes to your mind is that what is securephpx?
Well, SecurePHPx is a preload checker on the PHP scripts to block malicous scripts or urls that was [...]

Disable php for perticular account on server

To disable PHP for a particular user on a Linux server , Put the following code in a .htaaccess file for that user as :
php_flag engine off
Also you can add following code for that in tag of taht particular domain in server’s httpd.conf .
php_admin_flag engine off
Enjoy..
Bookmark Me

Missing SCRIPTALIAS Config Line in /etc/wwwacct.conf

Hello,
If you are getting “Missing SCRIPTALIAS Config Line in /etc/wwwacct.conf” error while creating the account from WHM >> Create a new account then the file /etc/wwwacct.conf is not configured properly.
That file should have a line like:
SCRIPTALIAS y
If it doesn’t, tehn modify it as
SCRIPTALIAS y
If its not there then you will have to add [...]

How to move mysql Database from ensim to cpanel (manually)

Hello Friends,
Following are the steps to move database from ensim server to cpanel server.
Create a file with all the mysql databases from one domain (type in
each full file name based on the files in the
/var/lib/mysql directory). If there is just one domain then you’ll only
have one domain_com_-_xx entry, if there are several,
then just keep [...]

How to transfer sudomains from Ensim to cpanel

Hello friends,
As the ensim control panel and cpanel control panel having different directory structures we need to manually migrate subdomains from ensim to cpanel
Following is the procedure for Transfer :
1. First login to the ensim server from where you want to move .
2. Then go to subdomain directory for the domain you want to [...]