pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Please, include HTTP2 module for Apache,Re: Please, include HTTP2 module for Apache



Hi,

In message <cd05262b-7fea-dad7-c3ba-f4faa9ee9c03%jcea.es@localhost>,<cd05262b-7fea-dad7-c3ba-f4faa9ee9c03%jcea.es@localhost>
	on Wed, 18 Jan 2017 03:48:07 +0100,
	Jesus Cea <jcea%jcea.es@localhost> wrote:
> On 04/12/16 16:42, Jesus Cea wrote:
>> pkgsrc already includes Apache and "nghttp2" library. Would be nice to
>> distribute "mod_http2", too.
>> 
>> I don't know what would be the right approach to formalize this request...
> 
> No feedback at all in the mailing list, but HTTP2 is supported in Apache
> in the pkgsrc 16.4 release.
HTTP/2 support for apache24 is already supported by PKG_OPTIONS, "http2".

% cd /usr/pkgsrc/www/apache24; make show-options
Any of the following general options may be selected:
        apache-mpm-event        Use multi-threaded workers in Apache web server.
        apache-mpm-prefork      Use pre-forked workers in Apache web server.
        apache-mpm-worker       Use multiple processes of multi-threaded workers in Apache web server.
        http2    Add support for HTTP/2.
        lua      Enable Lua support.
        suexec   Enable suEXEC support in Apache web server.

These options are enabled by default:
        apache-mpm-event apache-mpm-prefork apache-mpm-worker
...

It is not enabled default, so adding "PKG_OPTIONS.apache+= http2" in
mk.conf, http2 module would be created.

Best regards.

-- 
Takahiro Kambe <taca%back-street.net@localhost>


Home | Main Index | Thread Index | Old Index