This file is indexed.

/usr/share/polipo/www/doc/Web-interface.html is in polipo 1.0.4.1-1.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<html lang="en">
<head>
<title>Web interface - The Polipo Manual</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="The Polipo Manual">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Local-server.html#Local-server" title="Local server">
<link rel="prev" href="Local-server.html#Local-server" title="Local server">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 2003 -- 2006 by Juliusz Chroboczek.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="Web-interface"></a>
<p>
Previous:&nbsp;<a rel="previous" accesskey="p" href="Local-server.html#Local-server">Local server</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Local-server.html#Local-server">Local server</a>
<hr>
</div>

<h4 class="subsection">2.4.1 The web interface</h4>

<p><a name="index-runtime-configuration-55"></a><a name="index-web-interface-56"></a><a name="index-disableLocalInterface-57"></a><a name="index-disableConfiguration-58"></a><a name="index-disableServersList-59"></a>
The subtree of the local web space rooted at
&lsquo;<samp><span class="samp">http://localhost:8123/polipo/</span></samp>&rsquo; is treated specially: URLs under
this root do not correspond to on-disk files, but are generated by
Polipo on-the-fly.  We call this subtree Polipo's <dfn>local web
interface</dfn>.

   <p>The page &lsquo;<samp><span class="samp">http://localhost:8123/polipo/config?</span></samp>&rsquo; contains the
values of all configuration variables, and allows setting most of them.

   <p>The page &lsquo;<samp><span class="samp">http://localhost:8123/polipo/status?</span></samp>&rsquo; provides a summary
status report about the running Polipo, and allows performing a number
of actions on the proxy, notably flushing the in-memory cache.

   <p>The page &lsquo;<samp><span class="samp">http://localhost:8123/polipo/servers?</span></samp>&rsquo; contains the list
of known servers, and the statistics maintained about them
(see <a href="Server-statistics.html#Server-statistics">Server statistics</a>).

   <p>The pages starting with &lsquo;<samp><span class="samp">http://localhost:8123/polipo/index?</span></samp>&rsquo;
contain indices of the disk cache.  For example, the following page
contains the index of the cached pages from the server of some random
company:
<pre class="example">     http://localhost:8123/polipo/index?http://www.microsoft.com/
</pre>
   <p>The pages starting with
&lsquo;<samp><span class="samp">http://localhost:8123/polipo/recursive-index?</span></samp>&rsquo; contain recursive
indices of various servers.  This functionality is disabled by
default, and can be enabled by setting the variable
<code>disableIndexing</code>.

   <p>If you have multiple users, you will probably want to disable the
local interface by setting the variable <code>disableLocalInterface</code>. 
You may also selectively control setting of variables, indexing and
listing known servers by setting the variables
<code>disableConfiguration</code>, <code>disableIndexing</code> and
<code>disableServersList</code>.

   </body></html>