This file is indexed.

/usr/share/doc/python-twisted-web2/examples/index.html is in python-twisted-web2 8.1.0-3build1.

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
<?xml version="1.0"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head><title>Twisted Documentation: Twisted.Web2 code examples</title><link href="../howto/stylesheet.css" type="text/css" rel="stylesheet" /></head><body bgcolor="white"><h1 class="title">Twisted.Web2 code examples</h1><div class="toc"><ol><li><a href="#auto0">Demo</a></li><li><a href="#auto1">Introduction</a></li><li><a href="#auto2">Deployment</a></li><li><a href="#auto3">Authentication</a></li></ol></div><div class="content"><span></span><h2>Demo<a name="auto0"></a></h2><ul><li><a href="demo.py">demo.py - A demo that shows
      various features of web2.</a></li></ul><h2>Introduction<a name="auto1"></a></h2><ul><li><a href="intro/simple.py">simple.py - A very simple server.</a></li><li><a href="intro/children.py">children.py - A slightly more
      complex example with children.</a></li></ul><h2>Deployment<a name="auto2"></a></h2><ul><li><a href="deployment/standalone.tac">standalone.tac - A
      standalone twisted server that serves static files.</a></li><li><a href="deployment/apache1.tac">apache1.tac - A tac file
      for running a twisted.web2 server behind mod_proxy.</a></li><li><a href="deployment/apache1_twohosts.tac">apache1_twohosts.tac -
        The same except with two unique host names.</a></li><li><a href="deployment/apache2.tac">apache2.tac - Also works
      behind mod_proxy but makes use of special HTTP headers sent by
      Reverse Proxies.</a></li><li><a href="deployment/scgi.tac">scgi.tac - An SCGI server
      suitable for running behind apache's mod_scgi or twisted.web2's
      own twscgi</a></li></ul><h2>Authentication<a name="auto3"></a></h2><ul><li><a href="auth/httpauth.tac">httpauth.tac - Minimal HTTP
      Authentication example supporting Digest and Basic auth.</a></li><li><a href="auth/credsetup.py">credsetup.py - Cred support
      code for httpauth.tac</a></li></ul></div><p><a href="../howto/index.html">Index</a></p><span class="version">Version: 8.1.0</span></body></html>