How to increase session timeout in php?

Sometimes php session timeouts quickly before your script execute. You can increase this time by simply editing some directives in php.ini. First locate php.ini root@host[~]# php -i | grep php.ini Configuration File (php.ini) Path => /usr/local/lib Loaded Configuration File => /usr/local/lib/php.ini Get current session time out time root@host[~]# grep -i session.gc_maxlifetime /usr/local/lib/php.ini session.gc_maxlifetime = 14400 ; setting session.gc_maxlifetime to 1440 […]

» Read more

ApacheBooster (2.5) new version available for download

      An Apache based Performance booster plugin for Cpanel Servers. ApacheBooster is an integration of nginx and varnish. Apachebooster caches both the static and dynamic contents which help the web server to serve the content from the cache everytime it is requested. Apachebooster is a Cpanel featured plugin and serves as one stop solution for boosting apache performance […]

» Read more

How to Rebuild Plesk Apache Config Files

Rebuild Plesk Apache Config Files If you want to rebuild apache configuration files on the pleask server then, follow the condition. Run the following coomand on the server [root@hostripples~]# /usr/local/psa/admin/bin/websrvmng -av This will rebuild all your httpd.include files. That’s it!

» Read more

How to Install mod_cloudflare on cPanel

Installing mod_cloudflare on cPanel CloudFlare is a performance and security service. The CloudFlare cPanel plugin makes it easy to integrate into your hosting control panel. The CloudFlare module automatically translates visitor IP addresses to reflect the visitor’s original IP address rather than the IP address of the CloudFlare proxy servers. Installing mod_cloudflare on a cPanel server is very easy. Just […]

» Read more

How to Enable Apache SpamAssassin in Cpanel

Spam Assassin                   Apache SpamAssassin is the Open Source anti-spam platform giving system administrators a filter to classify email and block spam (unsolicited bulk email). It uses a robust scoring framework and plug-ins to integrate a wide range of advanced heuristic and statistical analysis tests on email headers and body text including text analysis, […]

» Read more

Installing LAMP On Linux Mint

Installing LAMP (Linux, Apache, MySQL and PHP) On Linux Mint.  LAMP stands for Linux, Apache, MySQL, PHP. How to install Linux the L of LAMP. Install Apache To start off we will install Apache. 1) Open up the Terminal (Applications > Accessories > Terminal) 2) Copy/Paste the following line of code into Terminal and then press enter sudo apt-get install […]

» Read more

How to install CentOS Web Panel on Dedicated & VPS Server.

CentOS Web Panel – Free Web Hosting control panel is designed for quick and easy management of (Dedicated & VPS) servers without of need to use ssh console for every little thing. There is lot’s of options and features for server management in this control panel. CWP is really considered feature-rich. Some of notable features including: – Apache Web Server […]

» Read more

How to install Gibbon on a CentOS VPS ?

  Gibbon is an open source, free and highly flexible education management system. It helps teachers and students to address and solve daily problems. This tool alone caters the needs for all four pillars of educational system (administration, teachers, parents, and students). It provides refreshing and intuitive web interface to teachers, and students where they can engage in their activities […]

» Read more