apache

BlueHost, Hostmonster software upgraded.

BlueHost and Hostmonster, the best web hosting listed on my site, has upgraded their 750 servers 2 weeks ago.

 They are forcing all their clients to run Php 5 as default interpreter while keeping Php 4 as an option when Cpanel forcing their user to upgrade to the newer version

 Apache has been upgraded to version 2.2.6 from Apache 1.3.x and MySQL upgraded to version 5.2.5.

 PHP 4 is being deprecated and I believe more and more host will do similar upgrade very soon.

 serverupgrade.jpg

About author : This original article is property of Top 10 Web Hosting (http://www.top10webhosting.com). List of best web hosting services company offering PHP and MySQL. Compare & save ! on web hosting fee.

Note : Please include author information if you wish to republish this article.

Much faster PHP with FastCGI.

FastCGI for PHP makes all your PHP applications run through mod_fastcgi instead of mod_phpsusexec. FastCGI applications are fast because they’re persistent. There is no per-request startup and initialization overhead. This makes possible the development of applications which would otherwise be impractical within the CGI paradigm (e.g. a huge PHP script, or an application which requires a connection to one or more databases).

Advantages :

  • PHP scripts will run faster. The PHP interpreter is loaded into memory rather than calling from storage for every hit, greatly improving performance of your scripted site.
  • You will use less Server Resources. Since the server does not have load the PHP interpreter for each hit, you will be able to accommodate a higher traffic site without exceeding your CPU quota.
  • NO modifications to your existing code are required. Everything you currently run will work with FastCGI for PHP.

Potential Problem / Limitation :

  • You will only have one php.ini file available for all subdirectories (e.g. /home/USERNAME/public_html/php.ini). This is necessary to help optimize the website code as much as possible. If you need multiple php.ini files to accommodate different scripting needs, you can disable FastCGI for PHP on any of your subdirectories while leaving the rest of the account enabled for performance. You may have to contact support if you need to do this.
  • There can be a few minute delay in any updates you make to your PHP environment (ie, php.ini changes). Since your php.ini is loaded into memory for greater speed, every hit does not re-read it from storage.

Not all PHP host offer this service, but BlueHost and Hostmonster does offer PHP 5 FastCGI feature.

Related :

Understanding FastCGI Application Performance.

About author : This original article is property of Top 10 Web Hosting (http://www.top10webhosting.com). List of best web hosting services company offering PHP and MySQL. Compare & save ! on web hosting fee.

Note : Please include author information if you wish to republish this article.

NeoMail vs Horde vs Squirrelmail

NeoMail, Horde and SquirrelMail are 3 commonly free webmail client offer by most hosting company (limited to linux hosts only). 

  1. NeoMail NeoMail
    Neomail has been discontinued due to long-standing security and stability issues, and the fact that the largest control panel vendor, cPanel, has also discontinued support for Neomail
  2. Horde Horde
    I find Horde mail client (Internet Messaging Program or the IMP) is the best, It is written in PHP and provides webmail access to IMAP and POP3 accounts. It is included with cPanel and Plesk installations as a webmail client. It often integrates email, calendar, address book, notes, tasks, filters and a newsreader with cPanel.Check out screenshots here.
  3. SquirrelmailSquirrelmail
    The SquirrelMail client itself is a complete webmail system, but extra features are available in the form of plugins. A plugin allows non-standard features to be added to SquirrelMail, often without the need to modify the source code. There are over 200 third-party plugins available for download from the SquirrelMail website, and SquirrelMail ships with several “standard” or “core” plugins, allowing an administrator to add:

    • Spell checking (squirrelspell)
    • Mail filters (filters)
    • Web-based administration of SquirrelMail (administrator)
    • A calendar (calendar)
    • An interface to submit bug reports semi-automatically (bug_report)

About author : This original article is property of Top 10 Web Hosting (http://www.top10webhosting.com). List of best web hosting services company offering PHP and MySQL. Compare & save ! on web hosting fee.

Note : Please include author information if you wish to republish this article.

« Prev - Next »