Enable htaccess on Apache...
on some apache web server, specially new installed one, htaccess isn’t working. this is how to enable htaccesss on apache web server : Find the following directive in httpd.conf : AllowOverride None and modify it to AllowOverride AuthConfig and restart apache web server Incoming search terms:debian...
Force CGI-Proxy retrieve secure URLs thr...
this’s is for cgi script from jmarshall on standard script, if u want to browse a secure page (https) u will get this eror message : Retrieval of secure URLs through a non-secure proxy is forbidden.Retrieval of secure URLs through a non-secure proxy is forbidden. This proxy is running on a non-secure...
SOCKS 5 protocol...
The SOCKS 5 protocol is an extension of the SOCKS 4 protocol that is defined in RFC 1928. It offers more choices of authentication, adds support for IPv6 and UDP that can be used for DNS lookups. The initial handshake now consists of the following: * Client connects and sends a greeting which includes...