Closed Thread
Page 1 of 16 1 2 3 11 ... LastLast
Results 1 to 10 of 156

Thread: New FastCGI Acceleration

  1. #1
    Join Date
    Feb 2006
    Location
    Somewhere where I don't know where I am
    Posts
    2,155

    Default New FastCGI Acceleration

    If you have not tried this, give it a try. It will dramatically speed up your site. I tried it with one of my accounts that has a lot of PHP processes and it did wonders.

    Login to cPanel and you'll see the Speed Up Your Site! FastCGI Acceleration -NEW!!!
    Sign Up Now!
    Unlimited Storage, Unlimited Transfer, Host Unlimited domain names, 1 Free Domain Name
    BlueHost Features | BlueHost Help Desk | Become a BlueHost Affiliate | BlueHost CEO Blog
    (888) 401-4678 | Create a support ticket

  2. #2
    Join Date
    Feb 2006
    Location
    Florida, USA
    Posts
    153

    Default

    FastCGI is a really great performance booster, good to see bluehost adding support for it with PHP.
    BlueHost Knowledge Base, it is quite helpful, you should read through it.

  3. #3
    Join Date
    Oct 2006
    Posts
    358

    Default

    I turned it on too and I haven't had any problems. My site was already fast so I wasn't in dire need of a speed up, but if you are having CPU quota problems, this might be just the thing to try. No code changes are neccesary!

  4. #4
    Join Date
    Aug 2006
    Posts
    183

    Default

    My sites PHP is slower with it for some reason. Well I don't really need it enabled...
    {{Old Signature Is Old}}

  5. #5
    Join Date
    Feb 2006
    Posts
    116

    Default

    Does Fastcgi has any conflict with certain scripts? or recommendations for not using it?
    eg: in case your php script already has a cache system!

    any idea

  6. #6
    Join Date
    Jul 2006
    Location
    Lake Elsinore CA
    Posts
    50

    Default

    im using phpfox some times i was getting cpu qouta errors so i turned this on working great thanks phpfox

  7. #7
    Join Date
    Feb 2006
    Location
    Florida, USA
    Posts
    153

    Default

    Quote Originally Posted by DaHiA View Post
    Does Fastcgi has any conflict with certain scripts? or recommendations for not using it?
    eg: in case your php script already has a cache system!

    any idea
    All FastCGI does is keep the PHP executable loaded into memory. This improves performance as each time you visit a page the PHP executable does not have to load. So no, it should not conflict with any scripts.
    BlueHost Knowledge Base, it is quite helpful, you should read through it.

  8. #8
    Join Date
    Feb 2007
    Posts
    15

  9. #9
    Join Date
    Feb 2006
    Posts
    599

    Default

    Well I'm not thrilled about this ...

    Potential Problems:
    You will only have one php.ini file available for all subdirectories (/home//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. Please contact support if you need to do this.
    ... but I think I'v only copied the same file around ... except for some max_file_size changes

    --- edited ---

    Ooooh ok there's defenitely a little zip there It's easy to test too you can turn it on and off pretty easily and it defenitely pepped up SMF, phpBB, and even a rather overly burdened Joomla and Gallery2 system
    Last edited by siguie; 06-27-2007 at 03:09 AM.

  10. #10
    Join Date
    Mar 2007
    Posts
    130

    Default

    Just a heads up for anyone who has an issue, when I enabled FastCGI it made my sites all return error 500, it turns out there is currently a bug in the script when adding the handler to the .htaccess file in the public_html directory.

    If your sites start throwing Internal server errors, check that the code "AddHandler php-fastcgi .php" is on it's own new line, rather than tacked on the end of an existing line in the .htaccess file in the public_html directory.

Closed Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts