[update for reverse proxies documentation dan**20031110051152] { hunk ./doc/installation.html 87 - +
For more information on using a reverse proxy in front of Araneida, +see the Listeners documentation. hunk ./doc/listeners.html 26 +
If you are using a reverse proxy (e.g. Apache's mod_proxy) in front +of Araneida, you will probably want to use +{THREADED,SERVE-EVENT}-REVERSE-PROXY-LISTENER. These have an +additional TRANSLATIONS slot - this is a list whose elements are +urlstrings mapping from the external URL hierarchy that the proxy is +configured for to the internal URL that Araneida is listening for. +For example, +
+:translations '(("http://www.examples.com/" "http://www.internal:8000/") + ("http://images.examples.com/" "http://images.internal:8000/") ++ +
There are two reasons to use this: +