You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2017/03/15 22:30:23 UTC

svn commit: r1787104 - /httpd/httpd/branches/2.4.x/STATUS

Author: covener
Date: Wed Mar 15 22:30:23 2017
New Revision: 1787104

URL: http://svn.apache.org/viewvc?rev=1787104&view=rev
Log:
vote


Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1787104&r1=1787103&r2=1787104&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Mar 15 22:30:23 2017
@@ -140,7 +140,7 @@ RELEASE SHOWSTOPPERS:
                   http://svn.apache.org/r1782482
                   http://svn.apache.org/r1782532
      2.4.x patch: http://home.apache.org/~jim/patches/mod_proxy_fcgi-v3.patch
-     +1: jim
+     +1: jim, covener
 
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]



Re: svn commit: r1787104 - /httpd/httpd/branches/2.4.x/STATUS

Posted by Eric Covener <co...@gmail.com>.
On Mon, Mar 20, 2017 at 5:50 PM, Jacob Champion <ch...@gmail.com> wrote:
> One last question before I promote -- the "ProxyFCGIBackend FPM" case
> currently just fixes up the SCRIPT_NAME and nothing else. Are you both okay
> with releasing that way, since there's a good chance any further fixups we
> discover will need to live under a separate ProxyFCGIBackend setting for
> compatibility?

I'm not worried, since we can now fix things up easier w/ config vs. code.

-- 
Eric Covener
covener@gmail.com

Re: svn commit: r1787104 - /httpd/httpd/branches/2.4.x/STATUS

Posted by Jacob Champion <ch...@gmail.com>.
On 03/15/2017 03:30 PM, covener@apache.org wrote:
> Author: covener
> Date: Wed Mar 15 22:30:23 2017
> New Revision: 1787104
>
> URL: http://svn.apache.org/viewvc?rev=1787104&view=rev
> Log:
> vote
>
>
> Modified:
>     httpd/httpd/branches/2.4.x/STATUS
>
> Modified: httpd/httpd/branches/2.4.x/STATUS
> URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1787104&r1=1787103&r2=1787104&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/STATUS (original)
> +++ httpd/httpd/branches/2.4.x/STATUS Wed Mar 15 22:30:23 2017
> @@ -140,7 +140,7 @@ RELEASE SHOWSTOPPERS:
>                    http://svn.apache.org/r1782482
>                    http://svn.apache.org/r1782532
>       2.4.x patch: http://home.apache.org/~jim/patches/mod_proxy_fcgi-v3.patch
> -     +1: jim
> +     +1: jim, covener

One last question before I promote -- the "ProxyFCGIBackend FPM" case 
currently just fixes up the SCRIPT_NAME and nothing else. Are you both 
okay with releasing that way, since there's a good chance any further 
fixups we discover will need to live under a separate ProxyFCGIBackend 
setting for compatibility?

(By the way, thanks Jim and Eric for your work on this.)

--Jacob


Re: svn commit: r1787104 - /httpd/httpd/branches/2.4.x/STATUS

Posted by Jim Jagielski <ji...@jaguNET.com>.
I am find w/ either adding both to docs and TAKE1 or
dropping the extra. Whatever we want/decide should be
done on trunk 1st and we can add that as an addition.
> On Mar 21, 2017, at 2:27 AM, Marion & Christophe JAILLET <ch...@wanadoo.fr> wrote:
> 
> Hi,
> 
> +static const char *cmd_servertype(cmd_parms *cmd, void *in_dconf,
> 
> +                                   const char *val)
> +{
> +    [...]
> 
> +    else if (!strcasecmp(val, "FPM") || !strcasecmp(val, "PHP-FPM")) {
> 
> Why?
> 
> PHP-FPM is not documented, neither in the doc, nor in AP_INIT_TAKE1.
> 
> 
> 
> In this function, ap_cstr_casecmp could alos be used for consistancy reason.
> 
> Just my 2 cents,
> CJ
> 
> 
> 
> Le 15/03/2017 à 23:30, covener@apache.org a écrit :
>> Author: covener
>> Date: Wed Mar 15 22:30:23 2017
>> New Revision: 1787104
>> 
>> URL: http://svn.apache.org/viewvc?rev=1787104&view=rev
>> Log:
>> vote
>> 
>> 
>> Modified:
>>     httpd/httpd/branches/2.4.x/STATUS
>> 
>> Modified: httpd/httpd/branches/2.4.x/STATUS
>> URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1787104&r1=1787103&r2=1787104&view=diff
>> ==============================================================================
>> --- httpd/httpd/branches/2.4.x/STATUS (original)
>> +++ httpd/httpd/branches/2.4.x/STATUS Wed Mar 15 22:30:23 2017
>> @@ -140,7 +140,7 @@ RELEASE SHOWSTOPPERS:
>>                    http://svn.apache.org/r1782482
>>                    http://svn.apache.org/r1782532
>>       2.4.x patch: http://home.apache.org/~jim/patches/mod_proxy_fcgi-v3.patch
>> -     +1: jim
>> +     +1: jim, covener
>>    PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
>>    [ start all new proposals below, under PATCHES PROPOSED. ]
>> 
>> 
>> 
> 


Re: svn commit: r1787104 - /httpd/httpd/branches/2.4.x/STATUS

Posted by Marion & Christophe JAILLET <ch...@wanadoo.fr>.
Hi,

+static const char *cmd_servertype(cmd_parms *cmd, void *in_dconf,

+                                   const char *val)
+{
+    [...]

+    else if (!strcasecmp(val, "FPM") || !strcasecmp(val, "PHP-FPM")) {

Why?

PHP-FPM is not documented, neither in the doc, nor in AP_INIT_TAKE1.



In this function, ap_cstr_casecmp could alos be used for consistancy reason.

Just my 2 cents,
CJ



Le 15/03/2017 � 23:30, covener@apache.org a �crit :
> Author: covener
> Date: Wed Mar 15 22:30:23 2017
> New Revision: 1787104
>
> URL: http://svn.apache.org/viewvc?rev=1787104&view=rev
> Log:
> vote
>
>
> Modified:
>      httpd/httpd/branches/2.4.x/STATUS
>
> Modified: httpd/httpd/branches/2.4.x/STATUS
> URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1787104&r1=1787103&r2=1787104&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/STATUS (original)
> +++ httpd/httpd/branches/2.4.x/STATUS Wed Mar 15 22:30:23 2017
> @@ -140,7 +140,7 @@ RELEASE SHOWSTOPPERS:
>                     http://svn.apache.org/r1782482
>                     http://svn.apache.org/r1782532
>        2.4.x patch: http://home.apache.org/~jim/patches/mod_proxy_fcgi-v3.patch
> -     +1: jim
> +     +1: jim, covener
>   
>   PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
>     [ start all new proposals below, under PATCHES PROPOSED. ]
>
>
>