I am facing peculiar problem, we run a demo server for cleints, which
is accessible from outside on port 11110. Now the setup is such that
there is a gateway server abc.xyz.com, here we have a routing setup
from 11110 port to port 80. So abc.xyz.com:11110 -> 192.168.0.xxx:80
For this we have also configured the apache in abc.xyz.com to use
proxy pass.
ProxyPass /demo http://192.168.0.xxx/demo
ProxyPassReverse /demo http://192.168.0.xxx/demo
Now the problem is that while everything works fine when we access the
site using http://192.168.0.xxx/demo, but the login fails when we
access it using http://abc.xyz.com:11110/demo.
Tried all the three available session management options (php, cake,
database) but nothing seems to work.
Does, anyone has a solution ?
Thanks for your help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---
No comments:
Post a Comment