NARKOZ Nov 6, 2012 #1 How can I install nginx with [ngx_headers_more](https://github.com/agentzh/headers-more-nginx-module) module?
How can I install nginx with [ngx_headers_more](https://github.com/agentzh/headers-more-nginx-module) module?
SirDice Administrator Staff member Administrator Moderator Nov 6, 2012 #2 Don't hijack other people's threads with unrelated questions please. Split off to it's own thread.
SirDice Administrator Staff member Administrator Moderator Nov 7, 2012 #5 Don't bump threads please. I'm afraid you're going to have to port it yourself. FreeBSD Porter's Handbook
Don't bump threads please. I'm afraid you're going to have to port it yourself. FreeBSD Porter's Handbook
OP NARKOZ Nov 7, 2012 Thread Starter #6 Can't I install it following [these] (http://wiki.nginx.org/HttpHeadersMoreModule#Installation) instructions? Code: ./configure --prefix=/opt/nginx \ --add-module=/path/to/headers-more-nginx-module
Can't I install it following [these] (http://wiki.nginx.org/HttpHeadersMoreModule#Installation) instructions? Code: ./configure --prefix=/opt/nginx \ --add-module=/path/to/headers-more-nginx-module
SirDice Administrator Staff member Administrator Moderator Nov 7, 2012 #7 I would create the port, it makes it much easier to update said software. It also helps to keep track of the software that's installed on your system.
I would create the port, it makes it much easier to update said software. It also helps to keep track of the software that's installed on your system.
B bmimatt Dec 1, 2012 #8 Update your ports tree and select the appropriate option during the installation of nginx port: Code: [ ] HEADERS_MORE 3rd party headers_more module Cheers, Matt
Update your ports tree and select the appropriate option during the installation of nginx port: Code: [ ] HEADERS_MORE 3rd party headers_more module Cheers, Matt