[hunchentoot-devel] Two questions
Andrea Chiumenti
kiuma72 at gmail.com
Fri Mar 14 18:29:56 UTC 2008
On Fri, Mar 14, 2008 at 6:15 PM, Edi Weitz <edi at agharta.de> wrote:
> On Fri, 14 Mar 2008 18:23:09 +0100, Nicolas Neuss <
> neuss at 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<http://127.0.0.1:8005/>
ProxyPassReverse /hunchentoot/ggg
http://127.0.0.1:8005/ggg<http://127.0.0.1:8005/>
?
> >
> > 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 at common-lisp.net
> http://common-lisp.net/mailman/listinfo/tbnl-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/tbnl-devel/attachments/20080314/cf71305e/attachment.html>
More information about the Tbnl-devel
mailing list