mod_proxy_add_uri 0.01 review

Download
by rbytes.net on

mod_proxy_add_uri adds X-Original-URI header to outgoing proxy requests

License: The Apache License
File size: 5K
Developer: T.J. Mather
0 stars award from rbytes.net

mod_proxy_add_uri adds X-Original-URI header to outgoing proxy requests. Useful when you have a light mod_proxy in front of your fat backend.

To use the module you have to compile it into the frontend part of your server, I usually copy the module to apache-1.3/src/modules/extra/ and use APACI like:

./configure --prefix=/usr/local/apache
--activate-module=src/modules/extra/mod_proxy_add_uri.c
[... more apaci options ...]

You should also be able to compile and use this module as a dynamically loaded module (DSO).

Requirements:
Apache 1.3.x

mod_proxy_add_uri 0.01 search tags