Add test scenario forward-to-http-proxy
[privoxy.git] / tests / cts / forward-to-http-proxy / privoxy.conf
1 listen-address 127.0.0.1:9119
2
3 debug     1 # Log the destination for each request Privoxy let through. See also debug 1024.
4 debug     2 # show each connection status
5 debug     4 # show tagging-related messages
6 debug     8 # show header parsing
7 debug    32 # debug force feature
8 debug    64 # debug regular expression filters
9 debug   128 # debug redirects
10 debug   256 # debug GIF de-animation
11 debug   512 # Common Log Format
12 debug  1024 # Log the destination for requests Privoxy didn't let through, and the reason why.
13 debug  4096 # Startup banner and warnings.
14 debug  8192 # Non-fatal errors
15
16 templdir ../../../templates
17
18 keep-alive-timeout 5
19 default-server-timeout 5
20
21 forward / 127.0.0.1:20000
22
23 actionsfile forward-to-http-proxy.action