Allow complete access to the dummy location for php-cgi handlers

tags/0.0.1_0.fc26_el5
Daniel Berteaud 7 years ago
parent f950348e8a
commit 2e76904ff8
  1. 2
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/68FastCGIConfig

@ -5,7 +5,7 @@ if ($fastcgi_mod eq 'mod_fastcgi'){
FastCgiIpcDir /var/run/mod_fastcgi
FastCgiWrapper Off
FastCgiConfig -idle-timeout 40 -maxClassProcesses 1
<Location /php-cgi-bin/php-wrapper>
<Location /php-cgi-bin/>
Allow from all
</Location>

Loading…
Cancel
Save