by msummers10 on January 29th, 2007

msummers10

Question

Help answer this question below.

How can I make my web server a proxy server?

  • Like
  • Report

Answers. 2 helpful answers below.

  • by BigDawg on April 29th, 2008

    BigDawg

    Go to google.com and ask how to make a proxy server

    • Like
    • Report

    No comments. Post one | Permalink

  • by mendicant on January 29th, 2007

    mendicant

    What kind of web server is it? It really depends
    on that.

    Are you using IIS or Apache or something else?

    I know with apache, you need to enable the
    mod_proxy module and add some configuration
    options.

    Mine proxy section of my apache configuration
    looks like this:

    ProxyRequests On
    ProxyVia On

    <Proxy *>
    Order deny,allow
    Deny from all
    Allow from 192.168.1.115
    </Proxy>

    Which basically turns on the proxy, and only
    allows my local computer to use it as a proxy
    so that the entire world doesn't start using it.

    If you are using something other than apache,
    let me know and I'll see if I can come up with
    something for you.

    • Like
    • Report

    3 comments | Post one | Permalink

Want to attach an image to your answer? Click here.

Did this answer your question? If not, then ask a new question or create a poll.

More Questions. Additional questions in this category.

You're reading How can I make my web server a proxy server?

Follow us on Facebook!

Related Ads

ANSWERBAG BUZZ

Make my computer a proxy server
Make my server a proxy
Make my server a proxy server
How to make my server a proxy
Make a proxy server with apache