*** Make sure you have a back up prior to proceeding. ***
Read the rest of this entry
Archive for December, 2009
Extending ext3 partition
Author: adminDec 25
services that are not necessary on a web server
Author: adminDec 25
These are some services I would normally turn off on web servers.
NOTE: usage may vary.
- gpm — mouse
- mdmonitor — monitor raid devices
- netfs — nfs, samba etc…
- autofs — automount, nfs, cd etc…
- kudzu — detect new hardware
- restorecond — monitor selinux file context
- mcstrans — mandatory access control selinux translation
There may be more, but if you’ve cleaned up your rpm packages, it would probably not exist.
Account Creation Status: failed (out of available ip addresses)
Author: adminDec 25
Account Creation Status: failed (Your system has run out of available ip addresses, or you do not have permission to use any more ip addresses. (Unable to find an ip address.) )
You receive the “Account Creation Status: failed” error message while adding a domain from WHM >> Account Functions >> “Create a New Account” option which states that there is no free IP address to assign to your new domain.
Read the rest of this entry
Script to change IP address of all the accounts.
Author: adminDec 25
How to change IP address of all the accounts on a cPanel server?
The “Change Site IP Address” option is WHM is not feasible in case you need to change IP address of all the accounts on a server. In order to change IP address of all the domains on a cPanel server, you have to use the “swapip” script provided by cPanel.
Read the rest of this entry
ODBC support on a cPanel server
Author: adminDec 25
How to compile unix odbc on a cPanel server? On a cPanel server, the /scripts/easyapache script almost provides all the modules that are required to host the websites but the modules such as odbc has to be installed manually. You first have to install the devel packages for unixodbc, then add a line in rawopts file and rebuild Apache+PHP. That is it.
Read the rest of this entry