Home > Backend Development > PHP Tutorial > apache mod_fcgi php

apache mod_fcgi php

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-23 14:36:52
Original
1160 people have browsed it

下载mod_fcgid.so

View Code

 1 <IfModule mod_fcgid.c> 2     FcgidInitialEnv PHPRC "C:\php\php-5.4.4-nts-Win32-VC9-x86"  3     AddHandler fcgid-script .fcgi .php 4     FcgidMaxRequestsPerProcess 1000 5     FcgidMaxProcesses 5 6     FcgidIOTimeout 120 7     FcgidIdleTimeout 120 8     FcgidWrapper C:\php\php-5.4.4-nts-Win32-VC9-x86\php-cgi.exe .php 9     10     AddType application/x-httpd-php .php11     AddType application/x-httpd-php .phtml12 </IfModule>
Copy after login

 

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
I use PHP toolbox APACHE cannot start
From 1970-01-01 08:00:00
0
0
0
What should I do if php apache cannot be enabled?
From 1970-01-01 08:00:00
0
0
0
Apache in the php toolbox cannot be started
From 1970-01-01 08:00:00
0
0
0
centos - How to combine apache with php-fpm
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template