Setting SQUID Proxy, Xrumer, Anonymous Problem, Headers, Proxy Check

eurgbp

Regular Member
Joined
Jan 14, 2009
Messages
241
Reaction score
31
how do i set up my squid proxy so xrumer would accept it as anonymous after check?
right now i do



http://www.howtoforge.com/anonymous-proxy-using-squid-3-centos-5.x
yum -y groupinstall "Development Tools"
yum -y install rpm-build openjade linuxdoc-tools openldap-devel pam-devel openssl-devel httpd rpm-devel
yum install squid
yum install nano
rm -f squid.conf
nano /etc/squid/squid.conf

auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
acl ncsaauth proxy_auth REQUIRED
http_access allow ncsaauth

forwarded_for off
follow_x_forwarded_for deny all
header_access X-Forwarded-For deny all
header_access Via deny all



http://www.leader.ru/secure/who.html

does not see my proxies so its ok, they are anon, but not for xrumer and proxy connection status is -------
but should be +++++++
 
"does not see my proxies so its ok, they are anon, but not for xrumer and proxy connection status is ------- but should be +++++++ "

Please copy/paste the screen results here - we would like to see it.

You may want to use my tool (see signature below) to configure your browser to make sure the proxy configuration on your browser is acceptable.

see http*//www.linuxjournal*com/article/10433 for good details on configuring your browser to use the proxy IP/port.
 
Back
Top