This file is indexed.

/usr/share/doc/python-paste-doc/html/_sources/modules/cgiapp.txt is in python-paste-doc 2.0.3+dfsg-4ubuntu1.

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
:mod:`paste.cgiapp` -- run CGI scripts as WSGI applications
===========================================================

.. automodule:: paste.cgiapp

Module Contents
---------------

.. autoclass:: CGIApplication
.. autoexception:: CGIError
.. autofunction:: make_cgi_application