Re: http/2 Apache module

2014-08-27 Thread Eric Covener
On Wed, Aug 27, 2014 at 9:28 AM,  hugues.desa...@orange.com wrote:
 I hope I am in the right place to ask this: I am looking to join a project
 on the development of an http/2 module for Apache (http://http2.github.io/).
 Anyone knows of such a project going on ? I could not find anything on the
 Internet. Does Apache even consider deploying http/2 ?

Hi Hugues -- there isn't really any work going on in this area unfortunately.

mod_spdy has been copied over to httpd source control, but there
hasn't really been work on that either.  There is a good talk on its
design on youtube.  Either the design/lessons learned or the code
would be good head start on HTTP/2 support.


RE: http/2 Apache module

2014-08-27 Thread hugues.desaxce
-Message d'origine-
De : Eric Covener [mailto:cove...@gmail.com] 
Envoyé : mercredi 27 août 2014 15:34
À : Apache HTTP Server Development List
Objet : Re: http/2 Apache module

On Wed, Aug 27, 2014 at 9:28 AM,  hugues.desa...@orange.com wrote:
 I hope I am in the right place to ask this: I am looking to join a 
 project on the development of an http/2 module for Apache 
 (http://http2.github.io/).
 Anyone knows of such a project going on ? I could not find anything on 
 the Internet. Does Apache even consider deploying http/2 ?

Hi Hugues -- there isn't really any work going on in this area unfortunately.

mod_spdy has been copied over to httpd source control, but there hasn't really 
been work on that either.  There is a good talk on its design on youtube.  
Either the design/lessons learned or the code would be good head start on 
HTTP/2 support.


Thanks for your answer; I was also wondering if Apache was willing to use 
already existing http/2 stack implementations, like nghttp2 
(https://nghttp2.org) ?

_

Ce message et ses pieces jointes peuvent contenir des informations 
confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce 
message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages 
electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou 
falsifie. Merci.

This message and its attachments may contain confidential or privileged 
information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete 
this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been 
modified, changed or falsified.
Thank you.



Re: http/2 Apache module

2014-08-27 Thread Eric Covener
On Wed, Aug 27, 2014 at 9:47 AM,  hugues.desa...@orange.com wrote:
 Thanks for your answer; I was also wondering if Apache was willing to use 
 already existing http/2 stack implementations, like nghttp2 
 (https://nghttp2.org) ?

Only speaking for myself as a committer, I think it's a reasonable
thing to explore -- don't think it's a showstopper (MIT licensed, C
and not C++) but it's something community would have to weigh when it
was father along.


Re: http/2 Apache module

2014-08-27 Thread Guenter Knauf

On 27.08.2014 16:13, Eric Covener wrote:

On Wed, Aug 27, 2014 at 9:47 AM,  hugues.desa...@orange.com wrote:

Thanks for your answer; I was also wondering if Apache was willing to use 
already existing http/2 stack implementations, like nghttp2 
(https://nghttp2.org) ?


Only speaking for myself as a committer, I think it's a reasonable
thing to explore -- don't think it's a showstopper (MIT licensed, C
and not C++) but it's something community would have to weigh when it
was father along.

nghttp2 got some polishment during last months when the author brought 
patches to libcurl:

http://curl.haxx.se/dev/readme-http2.html

I think it would probably be a good thing to depend on it - at least for 
a start ...


Gün.