python/pytest-black: drop deprecated path from pytest_collect_file
[oi-userland.git] / components / web / apache2-modules / mod_fcgid / fcgid.conf
blob9887dc4618ce71556a6d362bd9f5e07a98928511
1 LoadModule fcgid_module libexec/mod_fcgid.so
3 <IfModule mod_fcgid.c>
4 FcgidProcessTableFile /var/run/apache2/2.4/fcgid_shm
5 FcgidIPCDir /var/run/apache2/2.4/fcgid.sock
6 AddHandler fcgid-script .fcgi
7 <Location /fcgid>
8     SetHandler fcgid-script
9     Options ExecCGI
10     allow from all
11 </Location>
12 </IfModule>