On Fri, Mar 14, 2008 at 6:15 PM, Edi Weitz <edi@agharta.de> wrote:
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/
have you tried something like
ProxyPass /hunchentoot/ggg http://127.0.0.1:8005/ggg
ProxyPassReverse /hunchentoot/ggg http://127.0.0.1:8005/ggg
?
>
> However, again two questions arise:
>
> 1. 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

> 2. 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.
_______________________________________________
tbnl-devel site list
tbnl-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-devel