Thibaut Perrin
2017-Nov-03 16:20 UTC
[CentOS-docs] Draft review request (php7 on CentOS) [Was: Documentation proposal]
Hi all, How long should we wait to decide if we should publish it elsewhere ? Thanks, Thibaut On 27 October 2017 at 16:05, [-=X.L.O.R.D=-] <xlord.sl at gmail.com> wrote:> Akemi, > > Thank for info, seems many developer are using ?centos-release-scl? these > days, that makes life easier, however, it is little to governance the > ?software source collection? if they are right or wrong. > > Anyway it is nice to know and thank you again! > > > > Xlord > > > > *From:* CentOS-docs [mailto:centos-docs-bounces at centos.org] *On Behalf Of > *Akemi Yagi > *Sent:* Friday, October 27, 2017 9:34 PM > *To:* Mail list for wiki articles <centos-docs at centos.org> > *Subject:* Re: [CentOS-docs] Draft review request (php7 on CentOS) [Was: > Documentation proposal] > > > > ?A wiki article about how to use php7.x on CentOS 7 has been written by ?Thibaut > Perrin. His draft can be found in the Scratch section of: > > > https://wiki.centos.org/ThibautPerrin > > ?Feedback welcome. > > Akemi? > > > On Wed, Oct 25, 2017 at 2:20 PM, Thibaut Perrin <thibaut.perrin at gmail.com> > wrote: > > Hi, > > > > No problem, everyone has a life, I understand that ;) > > > > I've put the draft of the article in the Scratch section, let me know what > you think. > > > > Thanks, > > > Thibaut > > > > >>> Hi everyone, > >>> > >>> ThibautPerrin here, I would like to propose a How-To to use php7.x on > >>> CentOS 7, using the SCL, as most of the articles you can find on the > web > >>> offer to do this using third party repositories, which might not be > the most > >>> appropriate thing to do :) > >>> > >>> The location would probably be in the How-Tos I'm guessing, unless > >>> somebody has a better location to offer ? > >>> > >>> I already wrote the document, and I'd be happy to submit it for review > / > >>> discussion. > >>> > >>> Thanks, > >>> > >>> Thibaut > > > > _______________________________________________ > CentOS-docs mailing list > CentOS-docs at centos.org > https://lists.centos.org/mailman/listinfo/centos-docs > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20171103/1378261a/attachment-0002.html>
Akemi Yagi
2017-Nov-03 16:38 UTC
[CentOS-docs] Draft review request (php7 on CentOS) [Was: Documentation proposal]
?It's been a week, so I set up a place for you in HowTo: ?https://wiki.centos.org/HowTos/php7 Akemi On Fri, Nov 3, 2017 at 9:20 AM, Thibaut Perrin <thibaut.perrin at gmail.com> wrote:> Hi all, > > How long should we wait to decide if we should publish it elsewhere ? > > Thanks, > > Thibaut > > On 27 October 2017 at 16:05, [-=X.L.O.R.D=-] <xlord.sl at gmail.com> wrote: > >> Akemi, >> >> Thank for info, seems many developer are using ?centos-release-scl? >> these days, that makes life easier, however, it is little to governance the >> ?software source collection? if they are right or wrong. >> >> Anyway it is nice to know and thank you again! >> >> >> >> Xlord >> >> >> >> *From:* CentOS-docs [mailto:centos-docs-bounces at centos.org] *On Behalf >> Of *Akemi Yagi >> *Sent:* Friday, October 27, 2017 9:34 PM >> *To:* Mail list for wiki articles <centos-docs at centos.org> >> *Subject:* Re: [CentOS-docs] Draft review request (php7 on CentOS) [Was: >> Documentation proposal] >> >> >> >> ?A wiki article about how to use php7.x on CentOS 7 has been written by ?Thibaut >> Perrin. His draft can be found in the Scratch section of: >> >> >> https://wiki.centos.org/ThibautPerrin >> >> ?Feedback welcome. >> >> Akemi? >> >> >> On Wed, Oct 25, 2017 at 2:20 PM, Thibaut Perrin <thibaut.perrin at gmail.com> >> wrote: >> >> Hi, >> >> >> >> No problem, everyone has a life, I understand that ;) >> >> >> >> I've put the draft of the article in the Scratch section, let me know >> what you think. >> >> >> >> Thanks, >> >> >> Thibaut >> >> >> >> >>> Hi everyone, >> >>> >> >>> ThibautPerrin here, I would like to propose a How-To to use php7.x on >> >>> CentOS 7, using the SCL, as most of the articles you can find on the >> web >> >>> offer to do this using third party repositories, which might not be >> the most >> >>> appropriate thing to do :) >> >>> >> >>> The location would probably be in the How-Tos I'm guessing, unless >> >>> somebody has a better location to offer ? >> >>> >> >>> I already wrote the document, and I'd be happy to submit it for >> review / >> >>> discussion. >> >>> >> >>> Thanks, >> >>> >> >>> Thibaut >> >> >> >> _______________________________________________ >> CentOS-docs mailing list >> CentOS-docs at centos.org >> https://lists.centos.org/mailman/listinfo/centos-docs >> >> > > _______________________________________________ > CentOS-docs mailing list > CentOS-docs at centos.org > https://lists.centos.org/mailman/listinfo/centos-docs > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20171103/bdce240f/attachment-0002.html>
Remi Collet
2017-Nov-09 05:32 UTC
[CentOS-docs] Draft review request (php7 on CentOS) [Was: Documentation proposal]
Hi Le 03/11/2017 ? 17:38, Akemi Yagi a ?crit?:> ?It's been a week, so I set up a place for you in HowTo: > > ?https://wiki.centos.org/HowTos/php7Thanks for having worked on this And sorry for very late comment (I have missed this discussion) The solution described in this howto also works on CentOS 6 using the backported mod_proxy_fcgi available in EPEL. BTW, the ProxyPass way have some caveats, especially as it is evaluated early in the request, so before redirect, index, right, htaccess... and thus, can raise some surprising behaviorts So I usually recommends the SetHandler way, as httpd 2.4 in base CentOS 7 repository have all the backports needed to use it, and will work closely of mod_php. On the same time I was working on a similar article (mostly updating and merging all the old blog articles from my blog) The result have been recently published https://developers.redhat.com/blog/2017/10/25/php-configuration-tips/ Regards, Remi