This file is indexed.

/usr/share/doc/libapache2-request-perl/html/group__apreq__xs__apr__request__error.html is in libapreq2-doc 2.13-4.

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
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<html>
<head>
  <link rel="stylesheet" type="text/css" href="dox.css" />
  <title>libapreq2-2.13: libapreq2: APR::Request::Error</title> 
</head>
<body>
<div id="page-header">
<p class="menu">
   <a href="http://www.apache.org/">Apache Software Foundation</a> &gt; <a href="http://httpd.apache.org">HTTP Server Project</a> &gt;
<a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
<p class="apache">Apache HTTP Server Request Library</p>
<img alt="" src="feather.gif" /></div>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="examples.html"><span>Examples</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>APR::Request::Error<br>
<small>
[<a class="el" href="group__apreq__xs.html">Perl</a>]</small>
</h1><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>




<!-- INDEX BEGIN -->
<div name="index">
<p><a name="__index__"></a></p>

<ul>

	<li><a href="#name">NAME</a></li>
	<li><a href="#synopsis">SYNOPSIS</a></li>
	<li><a href="#description">DESCRIPTION</a></li>
	<li><a href="#subroutines">SUBROUTINES</a></li>
	<ul>

		<li><a href="#strerror">strerror</a></li>
	</ul>

	<li><a href="#error_constants">ERROR CONSTANTS</a></li>
	<ul>

		<li><a href="#general">GENERAL</a></li>
		<li><a href="#tainted">TAINTED</a></li>
		<li><a href="#baddata">BADDATA</a></li>
		<li><a href="#badchar">BADCHAR</a></li>
		<li><a href="#badseq">BADSEQ</a></li>
		<li><a href="#badattr">BADATTR</a></li>
		<li><a href="#badheader">BADHEADER</a></li>
		<li><a href="#nodata">NODATA</a></li>
		<li><a href="#notoken">NOTOKEN</a></li>
		<li><a href="#noattr">NOATTR</a></li>
		<li><a href="#noheader">NOHEADER</a></li>
		<li><a href="#noparser">NOPARSER</a></li>
		<li><a href="#mismatch">MISMATCH</a></li>
		<li><a href="#overlimit">OVERLIMIT</a></li>
		<li><a href="#notempty">NOTEMPTY</a></li>
	</ul>

	<li><a href="#see_also">SEE ALSO</a></li>
	<li><a href="#copyright">COPYRIGHT</a></li>
</ul>

<hr name="index" />
</div>
<!-- INDEX END -->


<p>

</p>
<hr />

<h1><a name="name">NAME</a></h1>

<p>APR::Request::Error - wrapper for libapreq2's error API.</p>

<p>

</p>
<hr />

<h1><a name="synopsis">SYNOPSIS</a></h1>

<pre>
  use APR::Request::Error;</pre>

<p>

</p>
<hr />

<h1><a name="description">DESCRIPTION</a></h1>

<p>This manpage documents version 2.13
of the APR::Request::Error package.</p>

<p>

</p>
<hr />

<h1><a name="subroutines">SUBROUTINES</a></h1>

<p>APR::Request::Error - derived from <code>APR::Request</code> and <code>APR::Error</code>.</p>

<p>

</p>

<h2><a name="strerror">strerror</a></h2>

<pre>
    strerror($status)</pre>

<p>Returns the apreq error string associated with a numeric <code>$status</code> code.</p>

<p>

</p>
<hr />

<h1><a name="error_constants">ERROR CONSTANTS</a></h1>

<p>

</p>

<h2><a name="general">GENERAL</a></h2>

<p>Internal apreq error</p>

<p>

</p>

<h2><a name="tainted">TAINTED</a></h2>

<p>Attempt to perform unsafe action with tainted data</p>

<p>

</p>

<h2><a name="baddata">BADDATA</a></h2>

<p>Malformed input data</p>

<p>

</p>

<h2><a name="badchar">BADCHAR</a></h2>

<p>Invalid character</p>

<p>

</p>

<h2><a name="badseq">BADSEQ</a></h2>

<p>Invalid byte sequence</p>

<p>

</p>

<h2><a name="badattr">BADATTR</a></h2>

<p>Unrecognized attribute</p>

<p>

</p>

<h2><a name="badheader">BADHEADER</a></h2>

<p>Malformed header string</p>

<p>

</p>

<h2><a name="nodata">NODATA</a></h2>

<p>Missing input data</p>

<p>

</p>

<h2><a name="notoken">NOTOKEN</a></h2>

<p>Expected token not present</p>

<p>

</p>

<h2><a name="noattr">NOATTR</a></h2>

<p>Missing attribute</p>

<p>

</p>

<h2><a name="noheader">NOHEADER</a></h2>

<p>Missing header</p>

<p>

</p>

<h2><a name="noparser">NOPARSER</a></h2>

<p>Missing parser</p>

<p>

</p>

<h2><a name="mismatch">MISMATCH</a></h2>

<p>Conflicting information</p>

<p>

</p>

<h2><a name="overlimit">OVERLIMIT</a></h2>

<p>Exceeds configured maximum limit</p>

<p>

</p>

<h2><a name="notempty">NOTEMPTY</a></h2>

<p>Setting already configured</p>

<p>

</p>
<hr />

<h1><a name="see_also">SEE ALSO</a></h1>

<p><a href="group__apreq__xs__apr__request.html">the APR::Request manpage</a>, <a href="http://apr.apache.org/docs/apr/1.3/apr__errors_8h.html">the APR::Error manpage</a></p>

<p>

</p>
<hr />

<h1><a name="copyright">COPYRIGHT</a></h1>

<pre>
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the &quot;License&quot;); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at</pre>

<pre>
      <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a></pre>

<pre>
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.</pre>


 </div>
<div id="footer">
<p class="apache">
Copyright &copy; 2003-2006 <a href="http://www.apache.org">The Apache Software Foundation</a>.<br/>
See <a href="apreq_license.html">LICENSE</a>.</p>
<p class="menu">
<span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
version 1.5.6 on 25 Nov 2010</span>
</p>
</div>
</body>
</html>