Results 1 to 4 of 4

Thread: anonymous apache proxy

  1. #1

    anonymous apache proxy

    not sure where to post this, but since im a newbie....

    i use apache 2.0.36 as a proxy server on a mandrake 9 box. i set my browsers to go through the proxy, i have the proxyVia directive set to Block, i'd like to surf anonymously and have my computer not give out all sorts of info when i surf, but sites that do proxy checks still pick up my ip address. is it possible to get apache 2.0.36 to strip my ip address off (if this is indeed what happens when one uses an "anonymous" proxy)?? or is my router adding the ip address back on??

    any help would be greatly appreciated

  2. #2
    Try for a search on google u might come up w/ what you want to know. You never know. Sorry i couldnt help you man but keep the questions commin. Im sure they will get answered.

  3. #3
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    Removing your ip adres would mean that a website can not respond to you anymore. The website needs your ip adres to send you the information you requested. There's no way to remove this. This is basic tcp/ip stuff.

    An anomymous proxy means that you connect to the proxy. The proxy strips off any 'private' information and sends the request to the website. The website responds with the info to the proxy. The proxy delivers this info to you.

    What all this means is that the proxy needs to be able to find you (by using your ip). The website needs the proxy ip to be able to respond.

    Try to find an anonymous proxy on the Internet and use that. That way all that the website sees is the ip from that proxy and not your ip.

    All you did was adding another step but the requests (from your proxy) still come from your ip address.

    Oliver's Law:
    Experience is something you don't get until just after you need it.

  4. #4
    Jaded Network Admin nebulus200's Avatar
    Join Date
    Jun 2002
    Posts
    1,356
    While it was more geared towards SSL and reverse proxies, you might want to look at my tutorial here:

    http://www.antionline.com/showthread...hreadid=237755

    It uses apache and I would imagine many of the settings would be similar.

    /nebulus
    There is only one constant, one universal, it is the only real truth: causality. Action. Reaction. Cause and effect...There is no escape from it, we are forever slaves to it. Our only hope, our only peace is to understand it, to understand the 'why'. 'Why' is what separates us from them, you from me. 'Why' is the only real social power, without it you are powerless.

    (Merovingian - Matrix Reloaded)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •