Jenkins 1.616 over glassfish 4 using apache as proxy - Unable to logout -
i'm using apache proxy jenkins 1.616 on glassfish 4 , i'm unable logout while using proxy. not case direct access.
apache proxy options:
<virtualhost *:80> servername example.server proxyrequests off proxypreservehost on allowencodedslashes nodecode proxypass / http://gf.server:8088/ nocanon proxypassreverse / http://gf.server:8088/ proxypassreverse / http://example.server/ <proxy *> order deny,allow allow </proxy> <location /> order allow,deny allow </location> </virtualhost> source: running jenkins behind apache
i have tried setting below options jvm:
-dhttp.proxyhost=some.proxy.host -dhttp.proxyport=1234 -dhttps.proxyhost=some.otherorsame.host -dhttps.proxyport=2345 source: jenkinsbehindproxy
all setup of no use.
i have global option setup expiresdefault "access 1 month".
this causing issue. put expiresdefault "now" in virtual host setting , resolved.
Comments
Post a Comment