This file is indexed.

/usr/share/doc/nanoweb-doc/README.mod_unzip is in nanoweb-doc 2.2.9-0ubuntu1.

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
mod_unzip
=========

This extension module enables Nanoweb to read and serve files from
inside .zip archives. To use it your PHP needs to be compiled with
the zziplib extension (http://zzlib.sourceforge.net/).

If it is loaded files inside the archive can be referenced easily
using a regular pathinfo after the .zip filename:
http://www.example.com/archive.zip/index.html

Note that many other extensions like Multiviews won't work together
with this module, so for example .php scripts from inside archive
files won't be executed.