- NEW!
Help answer this question below.
Go to google.com and ask how to make a proxy server
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.
How do I install SQL Server 2005 Express on Vista?
by Answerbag Staff on August 22nd, 2010
| 1 person likes this
Have you ever been involved in an invoice dispute? How did you manage the problem?
by Aldus_L on February 3rd, 2012
| 1 person likes this
Can you make a link for an email in reporting services?
by Answerbag Staff on August 21st, 2010
| 1 person likes this
Can i Change the From SMTP Address in Exchange 2003 to Be the Same as Another?
by Answerbag Staff on August 21st, 2010
| 1 person likes this
Which SMS Software is the best in the Market?
by kamrul11 on February 24th, 2011
| 1 person likes this
You're reading How can I make my web server a proxy server?
Comments