You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Eric Covener <co...@gmail.com> on 2017/06/30 14:56:41 UTC

Re: svn commit: r1800428 - /httpd/test/framework/trunk/t/conf/proxy.conf.in

Kudos to jim and jchampion on these tests!

On Fri, Jun 30, 2017 at 10:55 AM,  <ji...@apache.org> 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
covener@gmail.com

Re: svn commit: r1800428 - /httpd/test/framework/trunk/t/conf/proxy.conf.in

Posted by Yann Ylavic <yl...@gmail.com>.
On Fri, Jun 30, 2017 at 4:56 PM, Eric Covener <co...@gmail.com> wrote:
> Kudos to jim and jchampion on these tests!

Clearly!