Is there a program that allows my server to act as a proxy?

by 9 replies
11
I wanted to know if there is any opensource program out there that allows my server to act as a proxy?

Any leads?

Thanks.
#programming #act #program #proxy #server
  • Hello andrewsyc,
    Yeah there are programs like that but which ones to use depends on the operating system of your server so please name your os and I will give you further advice.

    Greetings
  • Also is this a dedicated server or are you on a shared hosting account. Most hosts will not allow this unless you are a dedicated server.
  • I think you will have to discuss this issue with your current web hosting company. They should be able to guide you towards the right direction. FYI, most of the hosting companies won't allow to use server as proxy so don't forget to read your service providers TOS.
  • squid is a very well known proxy server in linux community. don't know much about it
    • [1] reply
    • The OS is CentOS Linux. It's a VPS.

      Using one of my servers as a proxy was something I was just thinking about doing for several reasons. TOR is too slow and because the server is already available it is cheaper than using a service like hidemyass.com

      Thanks.

      Yeah, Squid looks like something to try.
  • Sure. Get a cheap VPS and set up Squid.

    The config is fairly easy to read and modify and it's up to you to decide how anonymous you want the proxy to be.

    Also you can get more IP addresses (at $1/mo) and route all of them through the same VPS.

    I have this running and since then I stopped paying for private proxies I used to buy before.
  • Why not use a professional proxy service? Probably easier to set up...

    Cheers,
    Rob
  • Squid is very easy to setup. The best way to use it is to use ssh to forward port '3128' to the port '3128' on your server (the default squid port). Then you don't have to open things up to the world. By default under centos it's pretty secure be default. Using port forward is a secure way to do this, without having squid passwords that can be hacked.

    Btw - very handy hint if you are in an office that they restrict your internet is to set the ssh port of you server to 443 (the https port) and then use the squid to browse.

    Anyway - to forward a port, download 'putty'. Google to find out more info on it.
    • [1] reply
    • You can set up a simple proxy service using curl, however most hosting companies do not like you doing this, so might have to check with them firsthand.

      However, I have had no problem setting up a PHP / curl proxy system on 1and1 hosting servers, even under heavy load. We have the business package with them though, so I am not 100% sure if this affects the outcome. Might be worth looking into.

      Hope this helps.
  • Banned
    [DELETED]
  • Banned
    [DELETED]
  • Banned
    [DELETED]

Next Topics on Trending Feed