by admin | Oct 23, 2014 | OpenSource
LAMP is a group of open source which is deployed usually to host websites. In LAMP ‘L’ stands for Linux, the OS which provides the platform, ‘A’ stands for Apache, the webserver, ‘M’ stands for MySQL, the database server and...
by admin | Oct 16, 2014 | cPanel/WHM, OpenSource, Servers
It looks like opensource is constantly being hit with vulnerabilities these days ! but yea, as a wise man once said, the more people use and learn on a stuff, the more loopholes you get to find and fix. So the recent vulnerability is with the SSLv3 protocol which has...
by admin | Oct 16, 2014 | Servers
With the recent openSSL vulnerabilities, upgrading openssl to a more latest and stable version, openssl-1.0.1g can be done using the following easy steps. Applicable for CentOS server’s ! # wget ftp://ftp.openssl.org/source/openssl-1.0.1g.tar.gz # tar -zxf...
by admin | Oct 13, 2014 | cPanel/WHM
Under normal circumstances, the process involving recompilation of Apache and PHP would take around 15-30 mins. However the httpd service would not stay down for this long. In a usual scenario if things are going well, it would be down for less than a minute. This is...
by admin | Oct 13, 2014 | Apache
mod_gzip is an external extension module for Apache, which uses Gzip compression method for a significant reduction of the volume of web page content served. Disabling mod_gzip has advantages as well as disadvantages. Among the advantages are that you can save up...