DNS Spoofing and Xampp as a proxy, how to configure it?
Posted
by
Angelo
on Server Fault
See other posts from Server Fault
or by Angelo
Published on 2012-06-29T23:48:39Z
Indexed on
2012/07/03
15:18 UTC
Read the original article
Hit count: 252
I have a server running Apache with mod_proxy, a module to use my localhost as a proxy server. When somebody on the same LAN visits my server (my localhost through my lan ip), he/she can see only the .html page loaded into my server.
Due to DNS Spoofing restrictions on the client, if he/she clicks on a link that refers to something not on my server, Apache says correctly "Object not found", because the client cannot request the page from the Internet (remember, the DNS is spoofed to my localhost).
The question is: how to configure Apache to grab the page in place of the client?
© Server Fault or respective owner