telnet www.myweb.es 80
GET /principal/
and I receive location header
Location /principal/index.php
NO PROBLEM, but if i put
telnet www.myweb.es 80
GET /principal (without slash)
Location header receibed:
Location: http://www.myweb.es:10000/principal/index.php
and the client redirect to http://www.myweb.es:10000/principal/index.php
I think that rewritelocation 1 solve this problem but dont work,
I compiled pound 2.3.2 with this file configuration and work correctly, the
client dont receive the backend port. Why ?
I readed CHANGELOG for pound 2.4.4:
-"fixed redirection problem (missing slash in
Location/Content-location)"
This sounds like a problem with your backend. Does the same thing
happen if you connect directly and issue those same GET commands?
--
Dave Steinberg
http://www.geekisp.com/
http://www.steinbergcomputing.com/
--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.