jaymc Posted January 14, 2009 Share Posted January 14, 2009 Im using mod_proxy with apache to loadbalancer between between 7 backend apache nodes My issue is, the application on those nodes can only ever see the proxy IP, not the client E.G I login to the website and $_SERVER['REMOTE_ADDRESS'] = proxy IP, not client I cant really make changes application level as I have IP variables defined all over the place I really need this to be done server level. Is there a way that I can get my application to see the client IP in the normal way, direct from the proxy without php code changes Cheers Quote Link to comment Share on other sites More sharing options...
trq Posted January 14, 2009 Share Posted January 14, 2009 Seems your in luck, mod_rpaf. Quote Link to comment Share on other sites More sharing options...
jaymc Posted January 15, 2009 Author Share Posted January 15, 2009 Great Worked fine. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.