yaoweibin / nginx_ajp_module

support AJP protocol proxy with Nginx
http://github.com/yaoweibin/nginx_ajp_module
246 stars 60 forks source link

Add directive ajp_set_header #9

Open jbalducc opened 11 years ago

jbalducc commented 11 years ago

It would be nice to have directive ajp_set_header like proxy_set_header http://wiki.nginx.org/NginxHttpProxyModule#proxy_set_header

davidjb commented 10 years ago

+1, this would be extremely useful, especially when virtual hosting applications and needing to send the Host header to the backend application.

yaoweibin commented 10 years ago

I'm working on it, hold on.

xeor commented 9 years ago

Any changes here? @jbalducc and @davidjb ? Have you found a solution to this?