summaryrefslogtreecommitdiffhomepage
path: root/doc/tinyproxy.conf
AgeCommit message (Collapse)Author
2003-06-20Removed the "ViaHeader" directive and replaced it with theRobert James Kaes
"ViaProxyName" directive. The "Via" HTTP header is _required_ by the HTTP spec, so the code has been changed to always send the header. However, including the proxy's host name could be considered a security threat, so the "ViaProxyName" directive is used to set the token sent in the "Via" header. If the directive is not enabled the proxy's host name will be used.
2003-06-02Included additional examples of how to configure the upstream proxyRobert James Kaes
support for more selective proxying.
2003-05-29Improved the upstream proxy support by making the upstream proxyRobert James Kaes
server configurable based on the destination host. [Code written by Peter da Silva]
2003-03-13Include example information for the new "file" directives (ErrorFile,Robert James Kaes
DefaultErrorFile, StatFile.) [Steven Young]
2003-02-21# Fixed up some formatting to make sure the line is less than 80Robert James Kaes
characters long
2003-01-27Added support for conditionally using case sensitive filtering files.Robert James Kaes
Code changes from James E. Flemer.
2002-11-26Included code to disable the sending of the Via header. This is nowRobert James Kaes
controlled by the ViaHeader configure directive.
2002-11-05Removed the example for the Tunnel directive since it's been removed.Robert James Kaes
2002-06-07Added the "FilterDefaultDeny" directive to allow the user to select whether ↵Robert James Kaes
the default policy of the filter is to allow everything which isn't denied, or to deny everything which isn't allowed.
2002-05-27Added support for the "FilterURLs" and "FilterExtended" directives.Robert James Kaes
These directives were submitted by James Flemer for use with the new filtering code.
2002-05-26Removed the "DNSserver" directives since they're no longer needed.Robert James Kaes
2002-05-23Added the "DNSserverLocation" and "DNSserverSocket" directivesRobert James Kaes
(including their comments.) These directives are _required_ by the dnsserver DNS resolver.
2002-04-22Added the "Bind" directive.Robert James Kaes
2002-04-12Added the description and intial settings for the ConnectPort directive.Robert James Kaes
2001-09-16Added the example for the upstream proxy directive.Robert James Kaes
2001-08-31Headers MUST have quotes around them.Robert James Kaes
2001-08-27Stop CVS from giving me an error.Robert James Kaes
2001-08-26Added the Connect log level to the comments for LogLevel.Robert James Kaes
2001-06-02Improved the clarity of the LogLevel directive (in the comments.)Robert James Kaes
2001-06-02Include the LogLevel switch and comments to describe the settings.Robert James Kaes
2000-09-12Example tinyproxy configuration file.Robert James Kaes