components/apache2-modules/mod_fcgid/fcgid-24.conf
branchs11-update
changeset 4018 51079c09956d
parent 278 77b380ba9d84
equal deleted inserted replaced
4017:d3dce02237d6 4018:51079c09956d
       
     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