This file is indexed.

/usr/share/doc/libapache2-mod-perl2-doc/docs/2.0/api/APR.html is in libapache2-mod-perl2-doc 2.0.8+httpd24-r1449661-6ubuntu2.

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
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>

<body style="background-color: white">



<ul id="index">
  <li><a href="#NAME">NAME</a></li>
  <li><a href="#Synopsis">Synopsis</a></li>
  <li><a href="#Description">Description</a></li>
  <li><a href="#Using-APR-modules-outside-mod_perl-2.0">Using APR modules outside mod_perl 2.0</a></li>
  <li><a href="#See-Also">See Also</a></li>
  <li><a href="#Copyright">Copyright</a></li>
  <li><a href="#Authors">Authors</a></li>
</ul>

<h1 id="NAME">NAME</h1>

<p>APR - Perl Interface for Apache Portable Runtime (libapr and libaprutil Libraries)</p>

<h1 id="Synopsis">Synopsis</h1>

<pre><code>  use APR ();</code></pre>

<h1 id="Description">Description</h1>

<p>On load this modules prepares the APR environment (initializes memory pools, data structures, etc.)</p>

<p>You don&#39;t need to use this module explicitly, since it&#39;s already loaded internally by all <code>APR::*</code> modules.</p>

<h1 id="Using-APR-modules-outside-mod_perl-2.0">Using APR modules outside mod_perl 2.0</h1>

<p>You&#39;d use the <code>APR::*</code> modules outside mod_perl 2.0, just like you&#39;d use it with mod_perl 2.0. For example to get a random unique string you could call:</p>

<pre><code>  % perl -MAPR::UUID -le &#39;print APR::UUID-&gt;new-&gt;format&#39;</code></pre>

<h1 id="See-Also">See Also</h1>

<p><a>mod_perl 2.0 documentation</a>.</p>

<h1 id="Copyright">Copyright</h1>

<p>mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 2.0.</p>

<h1 id="Authors">Authors</h1>

<p><a>The mod_perl development team and numerous contributors</a>.</p>


</body>

</html>