Quote:
I basically wanna say IF request comes from IP number 1 then redirect to domain number 1 in Apache
If request from IP Number 2 then redirect to Domain number 2 in apache..
|
My initial thought is that this might be better or at least easier to accomplish with IPTables and NAT. See the following
link for some examples. The advantage of IPtables is that you can specify the source and destination address and port, which it sounds like you are after.