~ubuntu-branches/ubuntu/warty/libapache-mod-rpaf/warty

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Roszatycki
  • Date: 2003-08-19 17:35:38 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20030819173538-3pmmrt1sktd2avma
Tags: 0.4-1
* New upstream release.
* Fixed Origin field in debian/control, closes: #154412

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mod_rpaf - reverse proxy add forward
 
2
 
 
3
This module does the opposite of mod_proxy_add_forward written
 
4
by Ask Bj�rn Hansen. http://develooper.com/code/mpaf/
 
5
 
 
6
Compile and Install for 1.3:
 
7
 
 
8
apxs -i -a -c mod_rpaf.c 
 
9
 
 
10
Compile and Install for 2.0:
 
11
 
 
12
apxs -i -c -n mod_rpaf-2.0.so mod_rpaf-2.0.c
 
13
 
 
14
or simply try:
 
15
make
 
16
 
 
17
Configuration Directives:
 
18
RPAFenable On
 
19
# Enable reverse proxy add forward
 
20
RPAFproxy_ips 127.0.0.1 10.0.0.1
 
21
# which ips are forwarding requests to us
 
22
RPAFsethostname On
 
23
# let rpaf update vhost settings 
 
24
# allows to have the same hostnames as in the "real"
 
25
# configuration for the forwarding Apache
 
26
 
 
27
Author:
 
28
Thomas Eibner <thomas@stderr.net>
 
29
 
 
30
License:
 
31
Apache License
 
32
 
 
33
Latest version available from:
 
34
http://stderr.net/apache/rpaf/