https://bz.apache.org/bugzilla/show_bug.cgi?id=61202
--- Comment #8 from [email protected] --- Hi Eric, (In reply to Eric Covener from comment #4) > Hi Phil, I also agree it looks pretty bogus. Out of curiosity, what kind of > config do you use to map these requests to proxy_fcgi? I guess it's a very common config: <IfModule proxy_fcgi_module> ProxyFCGIBackendType GENERIC <FilesMatch \.php$> SetHandler "proxy:unix:/run/php-fpm/www.sock|fcgi://fpm-www" </FilesMatch> </IfModule> -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
