This file is indexed.

/usr/share/doc/pwauth/README.Debian is in pwauth 2.3.11-0.1.

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
pwauth is intended for secure Apache auth against pam (shadow).

To use it on Debian, make sure to also install libapache2-mod-authnz-external,
then add these lines to relevant Location or Directory section:
    AuthBasicProvider external
    AuthExternal pwauth

And to the related virtual host section:
   AddExternalAuth pwauth /usr/sbin/pwauth
   SetExternalAuthMethod pwauth pipe

See these links for more info:
http://blog.innerewut.de/2007/6/26/apache-2-2-authentication-with-mod_authnz_external
http://www.unixpapa.com/mod_auth_external