Kudos to jim and jchampion on these tests! On Fri, Jun 30, 2017 at 10:55 AM, <[email protected]> wrote: > Author: jim > Date: Fri Jun 30 14:55:33 2017 > New Revision: 1800428 > > URL: http://svn.apache.org/viewvc?rev=1800428&view=rev > Log: > Ensure we are testing via FPM BackendType w/ the actual > php-fpm tests > > Modified: > httpd/test/framework/trunk/t/conf/proxy.conf.in > > Modified: httpd/test/framework/trunk/t/conf/proxy.conf.in > URL: > http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/conf/proxy.conf.in?rev=1800428&r1=1800427&r2=1800428&view=diff > ============================================================================== > --- httpd/test/framework/trunk/t/conf/proxy.conf.in (original) > +++ httpd/test/framework/trunk/t/conf/proxy.conf.in Fri Jun 30 14:55:33 2017 > @@ -77,6 +77,9 @@ > SetHandler proxy:fcgi://127.0.0.1:${FCGI_PORT} > </FilesMatch> > </Directory> > + <Directory @SERVERROOT@/htdocs/php/fpm> > + ProxyFCGIBackendType FPM > + </Directory> > </IfVersion> > > <IfModule mod_rewrite.c> > >
-- Eric Covener [email protected]
