May 12, 2009
Manual installation of apache has never been easier. Follow all the provided steps here.
Download Installer File
Download the latest Apache source distribution from www.apache.org
Unpack Installation Files
The source distribution comes as a compressed archive. Let’s say that we are
installing Apache 1.3.12 (apache_1.3.12.tar.gz). Uncompress and untar the
archive with the following command on SSH:
$ tar -zxvf apache_1.3.12.tar.gz
This will create [...]
Read the full article →
May 12, 2009
SERVICE CURRENTLY NOT AVAILABLE! Error No. [0×01F4]
In order to solve that, you will have to modify the following file: /usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.inc
change
return “FROM_UNIXTIME($timestamp)”;
to
return sprintf(”FROM_UNIXTIME(%d)”, $timestamp);
Bookmark Post:
Enjoyed this article?WebsiteWordpress themes!
Read the full article →