phusion / passenger

A fast and robust web server and application server for Ruby, Python and Node.js
https://www.phusionpassenger.com/
MIT License
5k stars 547 forks source link

Add support for apache mod_xforward #765

Open FooBarWidget opened 10 years ago

FooBarWidget commented 10 years ago

From AdrianSuSE on April 20, 2011 09:28:14

Please support also apache mod_xforward (patch attached). It is a module similar to mod_xsendfile, but forwards content from a http server in the DMZ.

The module is hosted in gitorious opensuse project and critical for the openSUSE Build Service (or the rails server would break down due to the load of parallel running instances), but it is in no way specific to the projects. It should be useful for everybody who implements read permission checking or content management in rails and delivering it via a background http server.

Gitorious project url of mod_xforward is: https://www.gitorious.org/opensuse/apache2-mod_xforward thanks adrian

Attachment: support-xforward.patch

Original issue: http://code.google.com/p/phusion-passenger/issues/detail?id=666

FooBarWidget commented 10 years ago

From AdrianSuSE on April 20, 2011 00:58:50

JFYI: the patch is added in our distro passenger packages now and works fine on our productive instance: https://build.opensuse.org/package/show?package=rubygem-passenger&project=openSUSE%3ATools

FooBarWidget commented 10 years ago

From honglilai on March 02, 2013 13:31:16

Status: Accepted
Labels: Patch