Atualização no plugin de busca para Firefox e Internet Explorer.
9. Create FastCgiServer ConfigCreate the confiuration file for the FastCgi Server.$ sudo nano /etc/apache2/conf.d/php-cgisetup.conf10 Edit FastCgiServer ConfigYou will need to have one line for each version of PHP that you created with PHPFarm, Use (CTRL+O) to save and (CTRL+X) to close.#php-cgi setup#used for multiple php versionsFastCgiServer /var/www/cgi-bin/php-cgi-5.4.0FastCgiServer /var/www/cgi-bin/php-cgi-5.5.0FastCgiServer /var/www/cgi-bin/php-cgi-5.5.6ScriptAlias /cgi-bin-php/ /var/www/cgi-bin/
/etc/apache2/conf.d/php-cgisetup.conf
/etc/apache2/conf-available/php-cgisetup.conf
sudo a2enconf php-cgisetup.conf