[hunchentoot-devel] Trying to display test page
Andrei Stebakov
lispercat at gmail.com
Tue Feb 6 21:43:51 UTC 2007
Actually, jusp putting in http.conf:
ProxyPass /lisp http://127.0.0.1:3001 <http://127.0.0.1:3001/lisp>
ProxyPassReverse /lisp http://127.0.0.1:3001 <http://127.0.0.1:3001/lisp>
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 at agharta.de> wrote:
>
> On Tue, 06 Feb 2007 13:10:07 -0600, Erick Lopez Carreon <erick at 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 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/20070206/1c05c201/attachment.html>
More information about the Tbnl-devel
mailing list