mod_proxy: error reading status line from remote server

mod_proxyを使ったリバースプロキシでエラー発生。毎回ではなく、時々"error reading status line from remote server"なるエラーが出る。どうやらバックエンドがIISのため、相性が悪いらしい。

調べたら、Bugzillaにずばりそのものが登録されていた。keepalive関連の問題みたいで、下記の設定で解決。

[Bug 37770] - proxy: error reading status line from remote server (null)

SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1


Leave a comment


:

:

:

:

このエントリーのはてなブックマーク (-)