Thanks, I will try, and let you know later :).<br><br><div class="gmail_quote">On Thu, Sep 30, 2010 at 12:07 PM, Michael Alger <span dir="ltr"><<a href="mailto:varnish@mm.quex.org">varnish@mm.quex.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Thu, Sep 30, 2010 at 11:52:11AM +0700, Dang Tung wrote:<br>
> Are there any solutions for my issue, please help, I'm still<br>
> waiting your reply.<br>
<br>
</div>I don't really have any other ideas; the code should work if it's<br>
run, so I think you need to try to determine why the code isn't<br>
being run. You can use varnishlog to monitor the request flow and<br>
see if you can work it out that way. Or, you can add some debugging<br>
statements to log messages or add headers to the response at various<br>
points in your VCL so you can determine exactly how far Varnish is<br>
getting, and then from that work out why it's not running the code<br>
in question.<br>
<br>
You might also want to see if it's possible to adjust your<br>
application's configuration so it emits the 'correct' Location<br>
header itself; it's generally better to configure the application to<br>
know what its external address is rather than to rewrite things, as<br>
rewriting the Location: header won't do anything to fix<br>
fully-qualified URLs embedded in the HTML.<br>
<br>
Alternatively if you're willing to attach your entire Varnish<br>
configuration we might be able to work it out from that.<br>
<div class="im"><br>
<br>
> On Mon, Sep 27, 2010 at 11:26 AM, Dang Tung <<a href="mailto:tungcnw@gmail.com">tungcnw@gmail.com</a>> wrote:<br>
><br>
> > here is the header when I used wget:<br>
> ><br>
</div><div class="im">> > backend: wget -S -O /dev/null <a href="http://myaddress/admin" target="_blank">http://myaddress/admin</a><br>
> ><br>
> >  wget -S -O /dev/null <a href="http://myaddress/admin" target="_blank">http://myaddress/admin</a><br>
> > --2010-09-27 11:18:35--  <a href="http://myaddress/admin" target="_blank">http://myaddress/admin</a><br>
> > Connecting to myaddress:80... connected.<br>
> > HTTP request sent, awaiting response...<br>
> >   HTTP/1.1 302 Found<br>
> >   Server: Apache/2.2.3 (CentOS)<br>
> >   X-Powered-By: PHP/5.2.10<br>
> >   Set-Cookie: symfony=lli9m9oog3flp23ggchhbt5s71; path=/<br>
> >   Location: <a href="http://myaddress:8080/admin.php" target="_blank">http://myaddress:8080/admin.php</a><br>
> >   Cache-Control: max-age=0<br>
> >   Expires: Mon, 27 Sep 2010 04:20:08 GMT<br>
> >   Content-Type: text/html; charset=utf-8<br>
> >   Content-Length: 106<br>
> >   Date: Mon, 27 Sep 2010 04:18:48 GMT<br>
> >   X-Varnish: 153748006<br>
> >   Age: 0<br>
> >   Via: 1.1 varnish<br>
> >   Connection: keep-alive<br>
<br>
</div><div><div></div><div class="h5">_______________________________________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
<a href="http://lists.varnish-cache.org/mailman/listinfo/varnish-misc" target="_blank">http://lists.varnish-cache.org/mailman/listinfo/varnish-misc</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Nguyen Dang Tung<br>