Does YourSiteTeam.com support FastCGI ? Print

  • 6

To enable FastCGI on a your account, simply add "AddHandler fcgid-script" , and the extension you want, into your .htaccess file.

AddHandler fcgid-script .php

PHP is already configured to work right away.

For other programming languages, you are required to use a dispatch file. (A dispatch file is a file which loads an application into memory. This is included as part of your application. There may be several dispatch files, depending what you want, such as fsat-cgi.)

Note: Once you enable fastcgi, your site will only use YourSiteTeam.com's php.ini settings. If you have a custom php.ini file, it will not be used.


Was this answer helpful?

« Back

Powered by WHMCompleteSolution