Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Configure vps
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Configure vps

Anyone know of a company that configures vps for proxy...I have FOXXY PROXY, and need to update....thanxxxx

Comments

  • budi1413budi1413 Member
    edited November 2013

    Setup your own squid proxy server. It's easy:

    sudo apt-get install squid

    sudo nano /etc/squid/squid.conf

    auth_param basic program /usr/lib/squid/pam_auth
    auth_param basic children 2
    auth_param basic realm squid proxy-caching web server
    auth_param basic credentialsttl 24 hours
    acl password proxy_auth required
    http_access allow password
    http_access deny all
    http_port 3128
    cache_mem 32 mb
    maximum_object_size_in_memory 1024 kb
    cache_dir ufs /var/spool/squid 1024 16 256
    minimum_object_size 0 kb
    maximum_object_size 1024 kb
    cache_swap_low 0
    cache_swap_high 80
    half_closed_clients off
    memory_pools_limit 64 mb
    forwarded_for off
    

    sudo service squid restart

    ps: Please anyone comment if my configuration is not good enough. :D

  • Thanks...we were looking for someone to do it...the usual m.o. is that I register for a proxy...the company sends me the ip (or ip's if there are back-ups), the root password, etc., and I forward the info to a company called PAIDSEO..they use our log-in info to confugure....they then send us the ip, with port, username, and password. We plug the info into FOXY PROXY. And voila!! Unfortunately, PAIDSEO is gone (we think)....anyone know another company?

  • netomxnetomx Moderator, Veteran

    Anyone here can do it

  • You're hired...send me contact info...e-mail is [email protected] cheers!!

  • If you are just looking for a web based proxy phproxy is pretty popular

Sign In or Register to comment.