/usr/share/doc/racket/web-server-internal/private.html is in racket-doc 6.1-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 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"/><title>5 Internal APIs</title><link rel="stylesheet" type="text/css" href="../scribble.css" title="default"/><link rel="stylesheet" type="text/css" href="../manual-style.css" title="default"/><link rel="stylesheet" type="text/css" href="../manual-racket.css" title="default"/><link rel="stylesheet" type="text/css" href="../doc-site.css" title="default"/><script type="text/javascript" src="../scribble-common.js"></script><script type="text/javascript" src="../manual-racket.js"></script><script type="text/javascript" src="../doc-site.js"></script><script type="text/javascript" src="../local-redirect/local-redirect.js"></script><script type="text/javascript" src="../local-redirect/local-user-redirect.js"></script><!--[if IE 6]><style type="text/css">.SIEHidden { overflow: hidden; }</style><![endif]--></head><body id="doc-racket-lang-org"><div class="tocset"><div class="tocview"><div class="tocviewlist tocviewlisttopspace"><div class="tocviewtitle"><table cellspacing="0" cellpadding="0"><tr><td style="width: 1em;"><a href="javascript:void(0);" title="Expand/Collapse" class="tocviewtoggle" onclick="TocviewToggle(this,"tocview_0");">►</a></td><td></td><td><a href="index.html" class="tocviewlink" data-pltdoc="x">Web Server:<span class="mywbr"> </span> HTTP Server</a></td></tr></table></div><div class="tocviewsublisttop" style="display: none;" id="tocview_0"><table cellspacing="0" cellpadding="0"><tr><td align="right">1 </td><td><a href="dispatch-server-unit.html" class="tocviewlink" data-pltdoc="x">Dispatching Server</a></td></tr><tr><td align="right">2 </td><td><a href="dispatchers.html" class="tocviewlink" data-pltdoc="x">Dispatchers</a></td></tr><tr><td align="right">3 </td><td><a href="web-server.html" class="tocviewlink" data-pltdoc="x">Launching Servers</a></td></tr><tr><td align="right">4 </td><td><a href="Web_Servers.html" class="tocviewlink" data-pltdoc="x">Web Servers</a></td></tr><tr><td align="right">5 </td><td><a href="" class="tocviewselflink" data-pltdoc="x">Internal APIs</a></td></tr><tr><td align="right">6 </td><td><a href="Troubleshooting_and_Tips.html" class="tocviewlink" data-pltdoc="x">Troubleshooting and Tips</a></td></tr><tr><td align="right"></td><td><a href="doc-index.html" class="tocviewlink" data-pltdoc="x">Index</a></td></tr></table></div></div><div class="tocviewlist"><table cellspacing="0" cellpadding="0"><tr><td style="width: 1em;"><a href="javascript:void(0);" title="Expand/Collapse" class="tocviewtoggle" onclick="TocviewToggle(this,"tocview_1");">▼</a></td><td>5 </td><td><a href="" class="tocviewselflink" data-pltdoc="x">Internal APIs</a></td></tr></table><div class="tocviewsublistbottom" style="display: block;" id="tocview_1"><table cellspacing="0" cellpadding="0"><tr><td align="right">5.1 </td><td><a href="timer.html" class="tocviewlink" data-pltdoc="x">Timers</a></td></tr><tr><td align="right">5.2 </td><td><a href="connection-manager.html" class="tocviewlink" data-pltdoc="x">Connection Manager</a></td></tr><tr><td align="right">5.3 </td><td><a href="closure.html" class="tocviewlink" data-pltdoc="x">Serializable Closures</a></td></tr><tr><td align="right">5.4 </td><td><a href="cache-table.html" class="tocviewlink" data-pltdoc="x">Cache Table</a></td></tr><tr><td align="right">5.5 </td><td><a href="mime-types.html" class="tocviewlink" data-pltdoc="x">MIME Types</a></td></tr><tr><td align="right">5.6 </td><td><a href="mod-map.html" class="tocviewlink" data-pltdoc="x">Serialization Utilities</a></td></tr><tr><td align="right">5.7 </td><td><a href="url-param.html" class="tocviewlink" data-pltdoc="x">URL Param</a></td></tr><tr><td align="right">5.8 </td><td><a href="gzip.html" class="tocviewlink" data-pltdoc="x">GZip</a></td></tr><tr><td align="right">5.9 </td><td><a href="misc-util.html" class="tocviewlink" data-pltdoc="x">Miscellaneous Utilities</a></td></tr></table></div></div></div></div><div class="maincolumn"><div class="main"><div class="navsettop"><span class="navleft"><form class="searchform"><input class="searchbox" style="color: #888;" type="text" value="...search manuals..." title="Enter a search string to search the manuals" onkeypress="return DoSearchKey(event, this, "6.1", "../");" onfocus="this.style.color="black"; this.style.textAlign="left"; if (this.value == "...search manuals...") this.value="";" onblur="if (this.value.match(/^ *$/)) { this.style.color="#888"; this.style.textAlign="center"; this.value="...search manuals..."; }"/></form> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.1");">top</a></span><span class="navright"> <a href="Web_Servers.html" title="backward to "4 Web Servers"" data-pltdoc="x">← prev</a> <a href="index.html" title="up to "Web Server: HTTP Server"" data-pltdoc="x">up</a> <a href="timer.html" title="forward to "5.1 Timers"" data-pltdoc="x">next →</a></span> </div><h3 x-source-module="(lib "web-server/scribblings/web-server-internal.scrbl")" x-part-tag=""private"">5<tt> </tt><a name="(part._private)"></a>Internal APIs</h3><p>The Web Server is a complicated piece of software and as a result,
defines a number of interesting and independently useful sub-components.
Some of these are documented here.</p><table cellspacing="0" cellpadding="0"><tr><td><p><span class="hspace"> </span><a href="timer.html" class="toclink" data-pltdoc="x">5.1<span class="hspace"> </span>Timers</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="connection-manager.html" class="toclink" data-pltdoc="x">5.2<span class="hspace"> </span>Connection Manager</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="closure.html" class="toclink" data-pltdoc="x">5.3<span class="hspace"> </span>Serializable Closures</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="closure.html#%28part._.Definition_.Syntax%29" class="toclink" data-pltdoc="x">5.3.1<span class="hspace"> </span>Definition Syntax</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="cache-table.html" class="toclink" data-pltdoc="x">5.4<span class="hspace"> </span>Cache Table</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="mime-types.html" class="toclink" data-pltdoc="x">5.5<span class="hspace"> </span>MIME Types</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="mod-map.html" class="toclink" data-pltdoc="x">5.6<span class="hspace"> </span>Serialization Utilities</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="url-param.html" class="toclink" data-pltdoc="x">5.7<span class="hspace"> </span>URL Param</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="gzip.html" class="toclink" data-pltdoc="x">5.8<span class="hspace"> </span>GZip</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="misc-util.html" class="toclink" data-pltdoc="x">5.9<span class="hspace"> </span>Miscellaneous Utilities</a></p></td></tr></table><div class="navsetbottom"><span class="navleft"><form class="searchform"><input class="searchbox" style="color: #888;" type="text" value="...search manuals..." title="Enter a search string to search the manuals" onkeypress="return DoSearchKey(event, this, "6.1", "../");" onfocus="this.style.color="black"; this.style.textAlign="left"; if (this.value == "...search manuals...") this.value="";" onblur="if (this.value.match(/^ *$/)) { this.style.color="#888"; this.style.textAlign="center"; this.value="...search manuals..."; }"/></form> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.1");">top</a></span><span class="navright"> <a href="Web_Servers.html" title="backward to "4 Web Servers"" data-pltdoc="x">← prev</a> <a href="index.html" title="up to "Web Server: HTTP Server"" data-pltdoc="x">up</a> <a href="timer.html" title="forward to "5.1 Timers"" data-pltdoc="x">next →</a></span> </div></div></div><div id="contextindicator"> </div></body></html>
|