Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 476250

Summary: www-servers/nginx should support www-apache/passenger
Product: Gentoo Linux Reporter: Steve Yin <steve>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: UNCONFIRMED ---    
Severity: normal CC: bugs, dev-zero, proxy-maint, pva, veovis8
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/32016
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 723774    
Bug Blocks:    

Description Steve Yin 2013-07-09 02:39:44 UTC
I've found a overlay which have the nginx+passenger support, so I'm wondering why there is no official support on this?

I think there must be some users need to run passenger with nginx like me.

But current nginx-1.4.1 in portage don't have passenger support

Reproducible: Always
Comment 1 three sixes 2013-07-12 20:27:16 UTC
me too...  sorry, ive ran into this building the gitlab wiki with alternative endings.
Comment 2 Christian Bricart 2013-11-19 22:24:09 UTC
as a sidenote: the passenger module for nginx would be an additional third party module, and from my experience it very othen has compile (read: link) issues..

but the in-tree nginx already has USE="uwsgi" which allows both "unicorn" and "uwsgi-plugin-rack-ruby" to be proxied
Comment 3 Johan Bergström 2014-04-10 10:44:24 UTC
I just looked into this. The build system is a custom thing in bin/ built in ruby which does all kinds of things. Someone from the ruby herd should probably look at this.

There's an overlay which supports it here: http://data.gpo.zugaina.org/mva/www-servers/nginx/

Still keen on WONTFIX since I'd prefer someone co-maintaining for this scenario.