<br><br><div class="gmail_quote">On Fri, Mar 14, 2008 at 6:15 PM, Edi Weitz <<a href="mailto:edi@agharta.de" target="_blank">edi@agharta.de</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div>On Fri, 14 Mar 2008 18:23:09 +0100, Nicolas Neuss <<a href="mailto:neuss@math.uni-karlsruhe.de" target="_blank">neuss@math.uni-karlsruhe.de</a>> wrote:<br>
<br>
> ProxyPass /hunchentoot/ <a href="http://127.0.0.1:8005/" target="_blank">http://127.0.0.1:8005/</a><br>
> ProxyPassReverse /hunchentoot/ <a href="http://127.0.0.1:8005/" target="_blank">http://127.0.0.1:8005/</a><br></div></blockquote><div>have you tried something like<br>ProxyPass /hunchentoot/ggg <a href="http://127.0.0.1:8005/" target="_blank">http://127.0.0.1:8005/ggg</a><br>

ProxyPassReverse /hunchentoot/ggg <a href="http://127.0.0.1:8005/" target="_blank">http://127.0.0.1:8005/ggg</a><br>?<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div>
><br>
> However, again two questions arise:<br>
><br>
> 1. Omitting the trailing / makes the whole thing fail (which is in<br>
> contradiction to the Hunchentoot docs).  Why?<br>
<br>
</div>Hmm, not sure.  I guess you'll have to look at the Apache docs.<br>
<br>
  <a href="http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass" target="_blank">http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass</a><br>
<div><br>
> 2. Is it possible to change the above setup such that it forwards<br>
> secure connections?<br>
<br>
</div>Sure.  Put the directives into a virtual server which serves https<br>
connections.  IIUC that should be all you need.<br>
<div><div></div><div>_______________________________________________<br>
tbnl-devel site list<br>
<a href="mailto:tbnl-devel@common-lisp.net" target="_blank">tbnl-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br>
</div></div></blockquote></div><br>