Re: what to expect from fcgid

2014-02-24 Thread Anthony Pankov
It is very interesting. Especially if it is possible to associate FastCgi servers(socket) with apache handlers and then use handlers where needed as SetHandler/AddHandler. Also i'm glad to hear that mod_extfcgi will not cross mod_fcgid functionality. I can try it on development

Re: what to expect from fcgid

2014-02-24 Thread Lazy
https://github.com/hollow/mod_fastcgi_handler is quite easy to configure, unfortunetly it is abandoned 2014-02-21 17:56 GMT+01:00 Антон Панков ant_m...@inbox.ru: Dear All. Please, explain what functionality now in trunk and what plans for mod_fcgid. I miss FastCGIExternalServer feature.

Re: what to expect from fcgid

2014-02-24 Thread Anthony Pankov
https://github.com/hollow/mod_fastcgi_handler Yes, this kind of configuration is what i want. I think this link usefull for Kean Johnston, who is gathering to please us with mod_extfcgi. https://github.com/hollow/mod_fastcgi_handler is quite easy to configure, unfortunetly it is

Re: what to expect from fcgid

2014-02-24 Thread Kean Johnston
On 2/24/2014 1:23 PM, Anthony Pankov wrote: It is very interesting. Especially if it is possible to associate FastCgi servers(socket) with apache handlers and then use handlers where needed as SetHandler/AddHandler. Yes you can indeed do that. Also i'm glad to hear that

what to expect from fcgid

2014-02-21 Thread Антон Панков
Dear All. Please, explain what functionality now in trunk and what plans for mod_fcgid. I miss FastCGIExternalServer feature. The problem is to allow different site parts to be processed by different FastCGI servers (frankly speaking, by different php-fpm pools). Also,

mod_fastcgi and Apache 2.4 (Re: what to expect from fcgid)

2014-02-21 Thread Mikhail T.
On 21.02.2014 11:56, ? ?? wrote: But mod_fastcgi doesn't compile with Apache 2.4. This is entirely possible, actually -- and has been for a while. Pathes exist and are maintained: https://github.com/ByteInternet/libapache-mod-fastcgi Yours, -mi

Re: mod_fastcgi and Apache 2.4 (Re: what to expect from fcgid)

2014-02-21 Thread Anthony Pankov
Thank you for suggestion. But this packet does not install from box in FreeBSD. It does not install via apxs -cia also. Besides that there is a patch for mod_fastcgi in FreeBSD ports that doesn't seem trivial. On 21.02.2014 11:56, Антон Панков wrote: But mod_fastcgi

Re: mod_fastcgi and Apache 2.4 (Re: what to expect from fcgid)

2014-02-21 Thread Mikhail T.
On 21.02.2014 13:59, Anthony Pankov wrote: Thank you for suggestion. But this packet does not install from box in FreeBSD. It does not install via apxs -cia also. Besides that there is a patch for mod_fastcgi in FreeBSD ports that doesn't seem trivial. Unless apa...@freebsd.org team

Re: what to expect from fcgid

2014-02-21 Thread Kean Johnston
On 2/21/2014 6:56 PM, Антон Панков wrote: Dear All. Please, explain what functionality now in trunk and what plans for mod_fcgid. I miss FastCGIExternalServer feature. I am in the final stages of testing a new FastCGI module, written for 2.4 (although it MAY work on 2.2) called