Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Login to participate.
|
|||||||
How do I set up a proxy?
![]() |
|
|
|
Thread Tools |
|
#1
|
|||
|
|||
|
How do I set up a proxy?
Hello, I want to use http://publicproxyservers.com to download via rapdishare beating the daily download limit, but I don't know how to do it, can someone explain please?
Any help appreciated. Thanks |
|
#2
|
||||
|
||||
|
Firefox: Tools->Options->Advanced->Network->Connection (Settings). Select Manual configuration and at HTTP proxy set one of the IPs (including ports) from http://publicproxyservers.com lists.
For IE8: Tools->Internet Options->Connections->LAN settings->Proxy server. Edit: Don't expect to download with very high speed though. Most of those proxy servers work at almost dial-up speed. Also remember to deactivate the proxy connection after the download for normal browsing as some proxyies are set to log your trafic and others may be set to steal personal data. |
|
|
|
#3
|
||||
|
||||
|
hmm, testing testing
Code:
#New attempt Saturday morning;
location /vb {
try_files $uri @fastcgi;
}
location @fastcgi {
fastcgi_pass 127.0.0.1:9000;
fastcgi_param SCRIPT_FILENAME $document_root/vb/vbseo.php;
include fastcgi_params;
}
location ~ ^/vb/.+\.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_param SCRIPT_FILENAME $document_root/vb/vbseo.php;
include fastcgi_params;
}
|
![]() |
| Thread Tools | |
|
|
| Similar Topics | ||||
| Topic | Category | Replies | Last Post | |
| Proxy | Virus & Malware removal | 2 | 08-01-2008 02:47 PM | |
| FAQ: What is a Proxy and why use one? | Storage & Networking | 1 | 04-06-2007 09:15 AM | |
| proxy | Storage & Networking | 1 | 09-30-2006 05:09 AM | |
| I'm looking for a NT-proxy | Storage & Networking | 0 | 03-06-2006 01:06 PM | |
| 'proxy' or 'ip masq' | Storage & Networking | 3 | 10-21-2005 02:33 AM | |
All times are GMT -4. The time now is 01:17 AM.



