id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	include_gantt	dependencies	due_assign	due_close
79	https のための環境設定	n-nishimura	yy	"HTTPS 通信のために以下の Apache の環境設定をお願いします。[[BR]]

{{{
#LoadModule proxy_module modules/mod_proxy.so
#LoadModule proxy_http_module modules/mod_proxy_http.so
#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so

<VirtualHost openid.dbcls.jp:443>

  ErrorLog logs/openid_ssl_error_log
  CustomLog logs/openid_ssl_log combined

  ProxyPass / balancer://mongrel_cluster/
  ProxyPassReverse / balancer://mongrel_cluster/

  <Proxy balancer://mongrel_cluster>
      RequestHeader set X_FORWARDED_PROTO 'https'
      BalancerMember http://localhost:9081 loadfactor=20
      BalancerMember http://localhost:9082 loadfactor=20
      BalancerMember http://localhost:9083 loadfactor=20
  </Proxy>
</VirutualHost>
}}}

現在、暫定的に ServerName は openid.dbcls.jp を想定しております。[[BR]]
お忙しいところ恐縮ですが、よろしくお願いします。"	タスク	closed	次マイルストーンで作業の停滞を招く	Iterate4(12/20)	OpenID server		fixed		n-nishimura	0		YYYY/MM/DD	YYYY/MM/DD
