Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We use mod_jk to redirect Appserver like httpd->mod_jk->glassfish and works pretty well.
But when we want to login with Google OpenID, it shows "502 Bad gateway" error.
Anyone could help?

Here are my mod_jk settings:

#Set worker using ajp13
worker.list=works01,status
# Set properties for works01 (ajp13)
worker.works01.type=ajp13
worker.works01.host=192.168.2.114
worker.works01.port=8009
worker.works01.socket_keepalive=1
worker.works01.connection_pool_timeout=300

worker.status.type=status  

Thanks a lot.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.