How do I build my own version of PHP to support a new extension or feature on my server?
The quickest way is to use the control panel to update to the latest version of PHP with the included...
The quickest way is to use the control panel to update to the latest version of PHP with the included...
The CTDP Linux User's Guide Version 0.6.2 November 6, 2000 http://www.comptechdoc.org/os/linux/usersguide/index.html
This site has multiple access to downloads for a variety of systems for SSH, SCP, and SFTP. http://www.openssh.org/ http://www.chiark.greenend.org.uk/~sgtatham/putty/
Log into the control panel of the domain that has had its mail moved to Google Apps (or other offsite...
There is not a standard mailbox size that will cause problems, however bear in mind that the larger the mailbox,...
The first thing to check on your server, is that the IP/network you are connecting from is not blocked by...
If you are receiving the error 'Administrative prohibition' in your Exim error logs and what to find out more details...
An MX record (Mail eXchange) record defines which server accepts mail for a particular domain. Also defined in this record...
Exim comes with a utility called 'exiwhat' which will display what each instance of exim is currently involved with. The...
exim -bp | awk '/^ *+/{print "exim -Mrm " $3}' | shThis command will definately get the job done. It...