Use mod_cgid for any non-prefork MPM.
This commit is contained in:
parent
b18b77bc68
commit
4d2ffdca91
@ -2,10 +2,7 @@
|
|||||||
# which has been configured in 00-mpm.conf. mod_cgid should be used
|
# which has been configured in 00-mpm.conf. mod_cgid should be used
|
||||||
# with a threaded MPM; mod_cgi with the prefork MPM.
|
# with a threaded MPM; mod_cgi with the prefork MPM.
|
||||||
|
|
||||||
<IfModule mpm_worker_module>
|
<IfModule !mpm_prefork_module>
|
||||||
LoadModule cgid_module modules/mod_cgid.so
|
|
||||||
</IfModule>
|
|
||||||
<IfModule mpm_event_module>
|
|
||||||
LoadModule cgid_module modules/mod_cgid.so
|
LoadModule cgid_module modules/mod_cgid.so
|
||||||
</IfModule>
|
</IfModule>
|
||||||
<IfModule mpm_prefork_module>
|
<IfModule mpm_prefork_module>
|
||||||
|
Loading…
Reference in New Issue
Block a user