Oops, this just shows the first page of the test web (the menu). As I go to any other link it get a "Not found" message. Looks like there shouldn't be any "lisp" in the url after all.<br><br>Andrew<br>
<br><div><span class="gmail_quote">On 2/6/07, <b class="gmail_sendername">Andrei Stebakov</b> <<a href="mailto:lispercat@gmail.com">lispercat@gmail.com</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;">
Actually, jusp putting in http.conf:<br><br><span><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></span><span class="q">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></span>
fixes the problem, so now I can refer to the test as 
<a href="http://www.domain.com/lisp/hunchentoot/test" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.domain.com/lisp/hunchentoot/test</a> which first redirects it to 127.0.0.3001 and then uses 
</span><span>"hunchentoot/test" as a function id.<br>
<br>Thank you, guys!<br><br>Andrew<br></span><div><span class="e" id="q_1109903416f7c6a0_4"><span><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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://127.0.0.1:3001/lisp</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/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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://127.0.0.1:3001/hunchentoot
</a><br>> ProxyPassReverse /hunchentoot <a href="http://127.0.0.1:3001/hunchentoot" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">tbnl-devel@common-lisp.net</a><br><a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://common-lisp.net/mailman/listinfo/tbnl-devel</a>
<br></blockquote></div><br>
</span></div></blockquote></div><br>