| .. | |||||
| 00-base.conf | |||||
| 00-dav.conf | |||||
| 00-lua.conf | |||||
| 00-mpm.conf | |||||
| 00-proxy.conf | |||||
| 00-ssl.conf | |||||
| 00-systemd.conf | |||||
| 01-cgi.conf | |||||
| 10-php.conf |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/httpd/conf.modules.d/ |
Upload File : |
# This configuration file loads a CGI module appropriate to the MPM # which has been configured in 00-mpm.conf. mod_cgid should be used # with a threaded MPM; mod_cgi with the prefork MPM. <IfModule mpm_worker_module> LoadModule cgid_module modules/mod_cgid.so </IfModule> <IfModule mpm_event_module> LoadModule cgid_module modules/mod_cgid.so </IfModule> <IfModule mpm_prefork_module> LoadModule cgi_module modules/mod_cgi.so </IfModule>
| .. | |||||
| 00-base.conf | |||||
| 00-dav.conf | |||||
| 00-lua.conf | |||||
| 00-mpm.conf | |||||
| 00-proxy.conf | |||||
| 00-ssl.conf | |||||
| 00-systemd.conf | |||||
| 01-cgi.conf | |||||
| 10-php.conf |