On Fri, 14 Mar 2008 18:23:09 +0100, Nicolas Neuss neuss@math.uni-karlsruhe.de wrote:
ProxyPass /hunchentoot/ http://127.0.0.1:8005/ ProxyPassReverse /hunchentoot/ http://127.0.0.1:8005/
However, again two questions arise:
- Omitting the trailing / makes the whole thing fail (which is in
contradiction to the Hunchentoot docs). Why?
Hmm, not sure. I guess you'll have to look at the Apache docs.
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass
- Is it possible to change the above setup such that it forwards
secure connections?
Sure. Put the directives into a virtual server which serves https connections. IIUC that should be all you need.