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.