Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-backports-src > by-pkgid > e72da0c3b767c43e383b3f2efb187867 > files > 1

php-7.2.21-1.mga6.src.rpm

# requires apache-mod_proxy (mod_proxy.so + mod_proxy_fcgi.so)

<IfModule mod_proxy.c>
    
#    ProxyErrorOverride on

    <FilesMatch \.php$>
#	SetHandler "proxy:fcgi://127.0.0.1:9000"
	SetHandler "proxy:unix:/var/lib/php-fpm/php-fpm.sock|fcgi://localhost/"
    </FilesMatch>

    DirectoryIndex index.php index.phtml

</IfModule>