remove all of the CVS "$Id: xxx" lines that GIT doesn't do anything with
[privoxy.git] / doc / webserver / config / index.php
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
3 <!--
4
5   File        :  doc/webserver/config/index.php
6
7   Purpose     :  Warn user of incorrect configuration.
8
9   Written by and Copyright (C) 2001 the SourceForge
10   Privoxy team. https://www.privoxy.org/
11
12   Based on the Internet Junkbuster originally written
13   by and Copyright (C) 1997 Anonymous Coders and
14   Junkbusters Corporation.  http://www.junkbusters.com
15
16   This program is free software; you can redistribute it
17   and/or modify it under the terms of the GNU General
18   Public License as published by the Free Software
19   Foundation; either version 2 of the License, or (at
20   your option) any later version.
21
22   This program is distributed in the hope that it will
23   be useful, but WITHOUT ANY WARRANTY; without even the
24   implied warranty of MERCHANTABILITY or FITNESS FOR A
25   PARTICULAR PURPOSE.  See the GNU General Public
26   License for more details.
27
28   The GNU General Public License should be included with
29   this file.  If not, you can view it at
30   http://www.gnu.org/copyleft/gpl.html
31   or write to the Free Software Foundation, Inc., 59
32   Temple Place - Suite 330, Boston, MA  02111-1307, USA.
33
34 -->
35
36 <html>
37 <head>
38   <title>Privoxy is not being used</title>
39   <link rel="stylesheet" type="text/css" href="../p_web.css">
40   <meta http-equiv="cache-control" content="no-cache">
41   <meta http-equiv="expires" content="0">
42 </head>
43
44 <body>
45
46 <h1><a href="https://www.privoxy.org/">Privoxy</a> is not being used</h1>
47
48 <p>The fact that you are reading this page shows that Privoxy was
49 not used in the process of accessing it. Had the request been
50 made through Privoxy, it would have been intercepted and you
51 would be looking at Privoxy's web-based user interface now.</p>
52
53 <p><b>So what went wrong?</b> Chances are (in this order) that:</p>
54
55 <ul>
56 <li><p>this page is in your browser's cache. You've once been here
57 before starting to use Privoxy, and now your browser thinks that
58 it already knows the content of this page. Hence it doesn't request
59 a fresh copy.</p>
60 <p>Force your browser to do that. With most browsers, clicking "reload"
61 while holding down the shift key (shift-reloading) should suffice, but
62 you might need to manually clear the browser's cache (both memory and
63 disk cache).</p>
64
65 <li><p>your browser is not set up to use Privoxy.</p>
66 <p> Check your browser's proxy settings and make sure that it uses
67 127.0.0.1, port 8118 (or, if you did a custom configuration, whatever
68 different values you used).</p></li>
69
70 <li><p>when using multiple proxies in a chain, that either the chain
71 is broken at some point before Privoxy, or that an earlier proxy 
72 serves this page from its cache.</p>
73 <p>Shift-reload, clear all caches, and if the problem still persists,
74 trace the proxy chain starting with your browser's settings. Please
75 refer to the
76 <a href="https://www.privoxy.org/user-manual/config.html#FORWARDING">forwarding
77 chapter</a> of the <a href="https://www.privoxy.org/user-manual/">user
78 manual</a> for details.</p></li>
79 </ul>
80
81 <p>If you have read the <a href="https://www.privoxy.org/user-manual/">user
82 manual</a> and still have trouble, feel free to <a
83 href="https://www.privoxy.org/user-manual/contact.html">contact us to get help</a>.</p>
84
85 </body>
86 </html>