Server : Apache System : Linux cs317.bluehost.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : andertr9 ( 1047) PHP Version : 8.2.18 Disable Function : NONE Directory : /etc/apache2/conf.d/ |
Upload File : |
# 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>