This file is indexed.

/var/lib/yaws-wiki/allPages.yaws is in yaws-wiki 1.98-2.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

<erl>
out(Arg) ->
    F = allPages,
    wiki_yaws:call_wiki(wiki, F, Arg).
</erl>

</html>