軽めの処理では動作に問題はないのですが、
ある程度重めの処理をすると
ssl_error_log
[proxy_ajp:error] [pid 15629] [client xxx.xxx.xxx.xxx:62397] AH00992: ajp_read_header: ajp_ilink_receive failed
[proxy_ajp:error] [pid 15629] (70007)The timeout specified has expired: [client xxx.xxx.xxx.xxx:62397] AH00878: read response failed
このようなエラーを吐いてしまいます。
設定値は下記のようにしています。
httpd.conf
KeepAlive on
MaxKeepAliveRequests 300
KeepAliveTimeout 2
ssl.conf
SSLSessionCacheTimeout 900
<Location /hoge/>
ProxyPass ajp://192.168.0.1:9909/hoge/ disablereuse=On
</Location>
単純にkeepalivetimeoutの値を増やしてあげればよいのでしょうか。
アドバイスお願いいたします。
回答1件
あなたの回答
tips
プレビュー