Skip to main content

Missing fcgid.c

Comments

7 comments

  • cPanelMichael
    Hello :) You can use the following command to see if it's used as your PHP handler: /usr/local/cpanel/bin/rebuild_phpconf --current
    Thank you.
    0
  • OooLong
    Michael, The reason I'm asking this is because if it is currently using fcgi handler. Does this directives still work? If there is no mod_fcgid.c found from httpd -l? Thanks. FcgidBusyScanInterval 90 FcgidBusyTimeout 600 FcgidErrorScanInterval 3 FcgidFixPathinfo 1 FcgidIdleScanInterval 70 FcgidIdleTimeout 360 FcgidIOTimeout 1000 FcgidMaxProcesses 1000 FcgidMaxProcessesPerClass 100 FcgidMaxRequestInMem 268435456 FcgidMaxRequestLen 1073741824 FcgidMaxRequestsPerProcess 0 FcgidMinProcessesPerClass 3 FcgidOutputBufferSize 1048576 FcgidPassHeader HTTP_AUTHORIZATION FcgidProcessLifeTime 3600 FcgidSpawnScore 1 FcgidSpawnScoreUpLimit 10 FcgidTerminationScore 2 FcgidTimeScore 2 FcgidZombieScanInterval 3
    0
  • cPanelMichael
    Yes, those are valid entries in the pre_main_global.conf file. Thank you.
    0
  • OooLong
    So this line is still valid even when mod_fcgid.c is not list in httpd -l?
    0
  • cPanelMichael
    [quote="OooLong, post: 1635861">So this line is still valid even when mod_fcgid.c is not list in httpd -l?
    Yes, as long as you have enabled FastCGI support for the Apache web server via EasyApache. Note that it's normal to not see that module listed when using "httpd -l". Thank you.
    0
  • OooLong
    Last question. Here is my out put for /usr/local/cpanel/bin/rebuild_phpconf --current Available handlers: suphp fcgi cgi none DEFAULT PHP: 5 PHP4 SAPI: none PHP5 SAPI: fcgi SUEXEC: enabled RUID2: not installed
    Here is my httpd -l: Compiled in modules: core.c mod_authn_file.c mod_authn_core.c mod_authz_host.c mod_authz_groupfile.c mod_authz_user.c mod_authz_core.c mod_access_compat.c mod_auth_basic.c mod_socache_shmcb.c mod_socache_dbm.c mod_so.c mod_include.c mod_filter.c http_core.c mod_mime.c mod_log_config.c mod_logio.c mod_expires.c mod_headers.c mod_setenvif.c mod_proxy.c mod_proxy_connect.c mod_proxy_http.c mod_slotmem_shm.c mod_ssl.c worker.c mod_unixd.c mod_status.c mod_autoindex.c mod_info.c mod_suexec.c mod_cgi.c mod_negotiation.c mod_dir.c mod_actions.c mod_userdir.c mod_alias.c mod_rewrite.c
    I double checked and FastCGI is enabled via EasyApache. Any idea why it is not listed? does it still work 100% as is?
    0
  • cPanelMichael
    Yes, as mentioned, it's normal to not see that module listed when using "httpd -l" because it's compiled into the source. You could run "service httpd status" and look for the "mod_fcgid" under the "Server Status" information. Thank you.
    0

Please sign in to leave a comment.