Welcome! Log In Create A New Profile

Advanced

apache like does not work?

Posted by Dayo 
Dayo
apache like does not work?
April 22, 2010 12:46PM
Hello all.

I managed to get php-fpm going on a php 5.2.13 installation using the
patch from the php-fpm site.

However, I notice that it doesn't seem to respond to setting "apache-
like" in the php-fpm conf file and always creates the value specified
in max children as if using static.

Bug or screw up on my side?

Thanks


--
Subscription settings: http://groups.google.com/group/highload-php-en/subscribe?hl=en
Re: apache like does not work?
April 22, 2010 12:48PM
No it does not. You have to use static in 5.2. There is a dynamic one
in the new svn version which is for 5.3+.


On Apr 22, 2010, at 5:23 AM, Dayo <dakanji@gmail.com> wrote:

> Hello all.
>
> I managed to get php-fpm going on a php 5.2.13 installation using the
> patch from the php-fpm site.
>
> However, I notice that it doesn't seem to respond to setting "apache-
> like" in the php-fpm conf file and always creates the value specified
> in max children as if using static.
>
> Bug or screw up on my side?
>
> Thanks
>
>
> --
> Subscription settings: http://groups.google.com/group/highload-php-en/subscribe?hl=en
Jérôme Loyet
Re: apache like does not work?
April 22, 2010 01:06PM
2010/4/22 Dayo <dakanji@gmail.com>:
> Hello all.
>
> I managed to get php-fpm going on a php 5.2.13 installation using the
> patch from the php-fpm site.
>
> However, I notice that it doesn't seem to respond to setting "apache-
> like" in the php-fpm conf file and always creates the value specified
> in max children as if using static.
>
> Bug or screw up on my side?

You can use the sources from the PHP SVN. It's all in there !


--
Subscription settings: http://groups.google.com/group/highload-php-en/subscribe?hl=en
Dayo
Re: apache like does not work?
April 22, 2010 01:54PM
On Apr 22, 8:05 pm, Jérôme Loyet <m...@fatbsd.com> wrote:>
> You can use the sources from the PHP SVN. It's all in there !

Can you please clarify? Michael says above that this is only for 5.3.
If possible for 5.2.x, can you also post a link?

Thanks


--
Subscription settings: http://groups.google.com/group/highload-php-en/subscribe?hl=en
Re: apache like does not work?
April 22, 2010 02:42PM
It is not possible in 5.2.x

SVN = 5.3.x+ only

(there is an interim 5.2 / 5.3 from github/launchpad, but it is not
supported anymore as the new SVN version is better, and I do not
believe it implements anything special for 5.2.x, so there is no
reason for it anymore)

On Thu, Apr 22, 2010 at 10:52 AM, Dayo <dakanji@gmail.com> wrote:
>
>
> On Apr 22, 8:05 pm, Jérôme Loyet <m...@fatbsd.com> wrote:>
>> You can use the sources from the PHP SVN. It's all in there !
>
> Can you please clarify? Michael says above that this is only for 5.3.
> If possible for 5.2.x, can you also post a link?
>
> Thanks
>
>
> --
> Subscription settings: http://groups.google.com/group/highload-php-en/subscribe?hl=en
>
Jérôme Loyet
Re: apache like does not work?
April 22, 2010 05:42PM
2010/4/22 Michael Shadle <mike503@gmail.com>:
> It is not possible in 5.2.x
>
> SVN = 5.3.x+ only
>
> (there is an interim 5.2 / 5.3 from github/launchpad, but it is not
> supported anymore as the new SVN version is better, and I do not
> believe it implements anything special for 5.2.x, so there is no
> reason for it anymore)

you're right, the 5.2.is not supported by the SVN version. The SVN
version works for 5.3.1, 5.3.2 and trunk of course

>
> On Thu, Apr 22, 2010 at 10:52 AM, Dayo <dakanji@gmail.com> wrote:
>>
>>
>> On Apr 22, 8:05 pm, Jérôme Loyet <m...@fatbsd.com> wrote:>
>>> You can use the sources from the PHP SVN. It's all in there !
>>
>> Can you please clarify? Michael says above that this is only for 5.3.
>> If possible for 5.2.x, can you also post a link?
>>
>> Thanks
>>
>>
>> --
>> Subscription settings: http://groups.google.com/group/highload-php-en/subscribe?hl=en
>>
>
Dayo
Re: apache like does not work?
April 23, 2010 04:54AM
Thanks both.

Is there a diff file of the svn code similar to the one for 5.2.13
somewhere?

IOW, how do I bring in the fpm code into a 5.3 code base.

Thanks again

On Apr 23, 12:40 am, Jérôme Loyet <m...@fatbsd.com> wrote:
> 2010/4/22 Michael Shadle <mike...@gmail.com>:
>
> > It is not possible in 5.2.x
>
> > SVN = 5.3.x+ only
>
> > (there is an interim 5.2 / 5.3 from github/launchpad, but it is not
> > supported anymore as the new SVN version is better, and I do not
> > believe it implements anything special for 5.2.x, so there is no
> > reason for it anymore)
>
> you're right, the 5.2.is not supported by the SVN version. The SVN
> version works for 5.3.1, 5.3.2 and trunk of course


--
Subscription settings: http://groups.google.com/group/highload-php-en/subscribe?hl=en
Jérôme Loyet
Re: apache like does not work?
April 23, 2010 05:54AM
2010/4/23 Dayo <dakanji@gmail.com>:
> Thanks both.
>
> Is there a diff file of the svn code similar to the one for 5.2.13
> somewhere?

no

>
> IOW, how do I bring in the fpm code into a 5.3 code base.

you can follow instructions from http://php-fpm.org/download/

>
> Thanks again
>
> On Apr 23, 12:40 am, Jérôme Loyet <m...@fatbsd.com> wrote:
>> 2010/4/22 Michael Shadle <mike...@gmail.com>:
>>
>> > It is not possible in 5.2.x
>>
>> > SVN = 5.3.x+ only
>>
>> > (there is an interim 5.2 / 5.3 from github/launchpad, but it is not
>> > supported anymore as the new SVN version is better, and I do not
>> > believe it implements anything special for 5.2.x, so there is no
>> > reason for it anymore)
>>
>> you're right, the 5.2.is not supported by the SVN version. The SVN
>> version works for 5.3.1, 5.3.2 and trunk of course
>
>
> --
> Subscription settings: http://groups.google.com/group/highload-php-en/subscribe?hl=en
>
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 104
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready