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 Link to comment https://forums.phpfreaks.com/topic/140836-solved-mod_proxy/ Share on other sites More sharing options...
trq Posted January 14, 2009 Share Posted January 14, 2009 Seems your in luck, mod_rpaf. Link to comment https://forums.phpfreaks.com/topic/140836-solved-mod_proxy/#findComment-737270 Share on other sites More sharing options...
jaymc Posted January 15, 2009 Author Share Posted January 15, 2009 Great Worked fine. Link to comment https://forums.phpfreaks.com/topic/140836-solved-mod_proxy/#findComment-737375 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.