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.

Andrew

On 2/6/07, Andrei Stebakov <lispercat@gmail.com> wrote:
Actually, jusp putting in http.conf:

ProxyPass /lisp http://127.0.0.1:3001
ProxyPassReverse /lisp http://127.0.0.1:3001

fixes the problem, so now I can refer to the test as www.domain.com/lisp/hunchentoot/test which first redirects it to 127.0.0.3001 and then uses
"hunchentoot/test" as a function id.

Thank you, guys!

Andrew


On 2/6/07, Edi Weitz < edi@agharta.de> wrote:
On Tue, 06 Feb 2007 13:10:07 -0600, Erick Lopez Carreon < erick@fsl.org.mx> wrote:

> I do some configuration tests and if i use :
>
> ProxyPass /lisp http://127.0.0.1:3001/lisp
> ProxyPassReverse /lisp http://127.0.0.1:3001/lisp
>
> I have exactly the same problem you describe, the problem seems to be the
> http://127.0.0.1:3001/lisp parts, try yourself some variations and you see.
>
> The way i got it works well is this:
>
> ProxyPass /hunchentoot http://127.0.0.1:3001/hunchentoot
> ProxyPassReverse /hunchentoot http://127.0.0.1:3001/hunchentoot

Yes, the example is not quite clear and should use /hunchentoot
instead of /lisp.  I'll change that.

Cheers,
Edi.
_______________________________________________
tbnl-devel site list
tbnl-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-devel