Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

HTTP proxy server

You are here: irt.org | FOLDOC | HTTP proxy server

<web> A proxy server for HTTP requests. Typically an HTTP proxy or "web proxy" accepts HTTP requests containing URLs with a special prefix. The proxy removes the prefix and looks for the resulting URL in its local cache (if it is a caching proxy). If found, it returns the document immediately, otherwise it fetches it from the remote server, saves a copy in its cache and returns it to the requester. The cache will usually have an expiry algorithm which flushes documents according to their age, size and access history.

The purpose is to reduce the amount of data flowing over the proxy's Internet connection and to speed up clients' access to frequently requested pages, e.g. at an ISP or on a large company's firewall. The proxy may also reject requests where the URL or content matches certain conditions.

The Apache HTTP server can be configured to act as a proxy server. Another popular software proxy is Squid.

(2008-07-01)

Nearby terms: HTTP/1.0 « HTTP cookie « HTTPd « HTTP proxy server » HTTPS » HTTP server » hu

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb