On Aug 7, 2008, at 6:32 AM, Damien Sarazin wrote:

> The rewriterules rules were written like this :
>
> RewriteRule ^/test.html / [R=301,L]
>
> For this rewriterule to work with Varnish you have to modify it like  
> that :
>
> RewriteRules ^/test.html http://www.website.com/ [R=301,L]

It sounds like you have Apache configured with

Port 81

When what you wanted to have was

Listen 81
Port 80


  - ask

-- 
http://develooper.com/ - http://askask.com/


_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to