Free Software Server Environment : ProxyServers

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: FSSE.INFO is produced by "osde8info" :

Revision [95]

Most recent edit made on 2006-09-06 06:35:32 by FsseInfo

Additions:
wget proxy (set environment variable BEFORE running wget)


Deletions:
wget proxy (set environment variable BEFORE running curl)




Revision [94]

Edited on 2006-09-06 06:35:19 by FsseInfo

Additions:
wget proxy (set environment variable BEFORE running curl)


Deletions:
wget




Revision [93]

Edited on 2006-09-06 06:32:46 by FsseInfo

Additions:
$ http_proxy=proxy.ri:8080 wget -S "http://www.osde.info/"


Deletions:
???




Revision [88]

The oldest known version of this page was edited on 2006-09-06 05:27:53 by FsseInfo

Proxy Servers

Proxy servers sit between the client and the server

Proxy Servers (Caching)
Proxy servers hide the IP of the actual client
Caching proxy servers speed up access to websites by caching frequently accessed pages locally (on proxy server)

Proxy Servers (Reverse)
Reverse proxy servers hide the IP of the actual server

Using Proxy Servers
Browser
Edit | Preferences | Connection | ...

curl proxy (set environment variable BEFORE running curl)
$ http_proxy=proxy.ri:8080 curl -i http://www.osde.info

curl proxy (using command line switch)
$ curl -x proxy.ri:8080 -i http://www.osde.info


wget
???
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0278 seconds