This file is indexed.

/usr/share/doc/lighttpd/scgi.txt is in lighttpd-doc 1.4.33-1+nmu2ubuntu2.

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
==================
the SCGI Interface
==================

-------------------
Module: mod_scgi
-------------------

:Author: Jan Kneschke
:Date: $Date: 2004/11/03 22:26:05 $
:Revision: $Revision: 1.3 $

:abstract:
  SCGI is a fast and simplified CGI interface. It is mostly
  used by Python + WSGI.

.. meta::
  :keywords: lighttpd, FastCGI

.. contents:: Table of Contents

Description
===========

The SCGI module is heavily based on the FastCGI when it comes
to configuration. Only the internal protocol between server
and client has been replaced. Please check the documentation
of the FastCGI module for more information.

History
=======

Added in lighttpd 1.3.14 as it was really simple to do.