Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 456968 - www-servers/nginx-1.2.6-r1 - Add --with-http_stub_status_module to configure
Summary: www-servers/nginx-1.2.6-r1 - Add --with-http_stub_status_module to configure
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Benedikt Böhm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-12 17:18 UTC by RAPHEAD
Modified: 2013-02-14 09:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RAPHEAD 2013-02-12 17:18:54 UTC
Although in the latest eBuild [1], the
NGINX_MODULES_STD seems to include stub_status, the module is not on my machine.

[1] http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-servers/nginx/nginx-1.2.6-r1.ebuild?hideattic=0&revision=1.3&view=markup
Comment 1 Benedikt Böhm (RETIRED) gentoo-dev 2013-02-14 07:37:57 UTC
the stub status module is not in NGINX_MODULES_STD and therefore needs to be enabled through use flags ...
Comment 2 RAPHEAD 2013-02-14 07:49:17 UTC
Can you enlight me which use flag I would have to use?
Comment 3 Benedikt Böhm (RETIRED) gentoo-dev 2013-02-14 09:11:30 UTC
you can either set NGINX_MODULES_HTTP="stub_status" in make.conf or add nginx_modules_http_stub_status to your nginx USE flags