diff options
Diffstat (limited to 'www/mod_proxy_add_forward/pkg-descr')
-rw-r--r-- | www/mod_proxy_add_forward/pkg-descr | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/www/mod_proxy_add_forward/pkg-descr b/www/mod_proxy_add_forward/pkg-descr deleted file mode 100644 index 95b1cb6b6325..000000000000 --- a/www/mod_proxy_add_forward/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This is an Apache module that adds a 'X-Forwarded-For' header to outgoing proxy -requests like Squid does. - -You can then get the client ip back on the "proxied host" by setting -r->connection->remote_ip from this header. - -See the source for more info. - -WWW: http://develooper.com/code/mpaf/ |