サーバー (Varnished がインストールされている場所) を使用して、リモート Web ホスティングの Web ページをキャッシュしたい
デフォルト.vcl
backend default {
.host = "shavrea.com";
.port = "80";
}
これを書いてもうまくいかず、次のエラーが返されます。
Site Temporarily Unavailable
We apologize for the inconvenience. Please contact the webmaster/ tech support immediately to have them rectify this.
error id: "bad_httpd_conf"
これは、そのバックエンドが共有サーバー上にあるためです。これを解決するには?