Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PKGNAMESUFFIX should be added if WITH_APACHE2 is set. (and not only in | Clement Laforet | 2004-03-18 | 1 | -0/+1 |
| | | | | | | | slave port) Notes: svn path=/head/; revision=104340 | ||||
* | Add mod_rpaf 0.5 | Clement Laforet | 2004-03-17 | 4 | -0/+47 |
rpaf changes the remote address of the client on incoming proxy requests. It is used in backend servers that needs to know the IP of the client, and works in conjunction with mod_proxy_add_forward (which sets the X-Forwarded-For header). When an X-Host header exists rpaf will take the hostname found here, put it into Apache, and update the virtualhost settings so that you can serve virtualhosts on the backend. Author: Thomas Eibner Notes: svn path=/head/; revision=104314 |