Actually, jusp putting in http.conf:<br><br><span class="q">ProxyPass /lisp <a href="http://127.0.0.1:3001/lisp" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://127.0.0.1:3001</a><br>ProxyPassReverse /lisp <a href="http://127.0.0.1:3001/lisp" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://127.0.0.1:3001</a><br><br>fixes the problem, so now I can refer to the test as 
<a href="http://www.domain.com/lisp/hunchentoot/test">www.domain.com/lisp/hunchentoot/test</a> which first redirects it to 127.0.0.3001 and then uses </span><span class="q">"hunchentoot/test" as a function id.<br>
<br>Thank you, guys!<br><br>Andrew<br></span><span class="q"><br></span><br><div><span class="gmail_quote">On 2/6/07, <b class="gmail_sendername">Edi Weitz</b> <<a href="mailto:edi@agharta.de">edi@agharta.de</a>> wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Tue, 06 Feb 2007 13:10:07 -0600, Erick Lopez Carreon <<a href="mailto:erick@fsl.org.mx">
erick@fsl.org.mx</a>> wrote:<br><br>> I do some configuration tests and if i use :<br>><br>> ProxyPass /lisp <a href="http://127.0.0.1:3001/lisp">http://127.0.0.1:3001/lisp</a><br>> ProxyPassReverse /lisp <a href="http://127.0.0.1:3001/lisp">
http://127.0.0.1:3001/lisp</a><br>><br>> I have exactly the same problem you describe, the problem seems to be the<br>> <a href="http://127.0.0.1:3001/lisp">http://127.0.0.1:3001/lisp</a> parts, try yourself some variations and you see.
<br>><br>> The way i got it works well is this:<br>><br>> ProxyPass /hunchentoot <a href="http://127.0.0.1:3001/hunchentoot">http://127.0.0.1:3001/hunchentoot</a><br>> ProxyPassReverse /hunchentoot <a href="http://127.0.0.1:3001/hunchentoot">
http://127.0.0.1:3001/hunchentoot</a><br><br>Yes, the example is not quite clear and should use /hunchentoot<br>instead of /lisp.  I'll change that.<br><br>Cheers,<br>Edi.<br>_______________________________________________
<br>tbnl-devel site list<br><a href="mailto:tbnl-devel@common-lisp.net">tbnl-devel@common-lisp.net</a><br><a href="http://common-lisp.net/mailman/listinfo/tbnl-devel">http://common-lisp.net/mailman/listinfo/tbnl-devel</a>
<br></blockquote></div><br>