repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git]
/
components
/
web
/
apache2-modules
/
mod_fcgid
/
fcgid.conf
blob
9887dc4618ce71556a6d362bd9f5e07a98928511
1
LoadModule fcgid_module libexec/mod_fcgid.so
2
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>
13