Making changes to fgcid.conf and Apache configuration file
Hello, I"m using PHP-FPM on my server and need to make these changes to make a plugin run on my sites. Am I going to edit httpd.conf and fgcid.conf to make these changes? How do I edit them so that they wont change on next update?
Apache configuration file
In the Apache configuration file, you need to check it meets at least the following configuration on the server"s root directory:
DirectoryIndex index.php
Options FollowSymLinks
AllowOverride All
File fgcid.conf
FcgidBusyTimeout 50000
FcgidIdleScanInterval 120FcgidIdleTimeout 3600
FcgidConnectTimeout 60
FcgidIOTimeout 300
* FcgidProcessLifeTime 0
* FcgidMaxProcesses 20
* FcgidMaxProcessesPerClass 8
* FcgidMinProcessesPerClass 0
* FcgidInitialEnv RAILS_ENV production
* FcgidZombieScanInterval 12
* FcgidErrorScanInterval 12
-
Hello, You mentioned both PHP-FPM and FCGId. These are separate features. For more information about FCGId, please see: Apache Module: FCGId - EasyApache 4 - cPanel Documentation Thank you. 0
Please sign in to leave a comment.
Comments
1 comment