This file is indexed.

/usr/lib/yaws-2.0.2/ebin/yaws.app is in erlang-yaws 2.0.2-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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{application,yaws,
 [{description,"yaws WWW server"},
  {vsn, "2.0.2"},
  {modules,[
            yaws,
            yaws_app,
            yaws_ticker,
            yaws_config,
            yaws_server,
            yaws_sup,
            yaws_api,
            yaws_log,
            yaws_trace,
            yaws_logger,
            yaws_ls,
            yaws_debug,
            yaws_compile,
            yaws_ctl,
            yaws_cgi,
            yaws_zlib,
            mime_type_c,
            yaws_session_server,
            yaws_outmod,
            yaws_revproxy,
            yaws_html,
            yaws_log_file_h,
            yaws_rss,
            yaws_appmod_dav,
            yaws_runmod_lock,
            yaws_pam,
            json,
            json2,
            jsonrpc,
            yaws_jsonrpc,
            yaws_xmlrpc,
            haxe,
            yaws_rpc,
            yaws_soap_srv,
            yaws_soap_lib,
            yaws_soap12_lib,
            yaws_appmod_cgi,
            yaws_appmod_fcgi,
            yaws_sendfile,
            yaws_sup_restarts,
            yaws_stats,
            yaws_vdir,
            yaws_multipart,
            yaws_shaper,
            yaws_dime,
            yaws_exhtml,
            yaws_sse,
            yaws_websockets,
            yaws_generated,
            mime_types
            ]},
  {registered, []},
  {mod,{yaws_app,[]}},
  {env, [
         % {config, undefined},           % undefined | filename()
         % {debug, false},                % true | false
         % {trace, false},                % http | traffic | false
         % {traceoutput, false},          % true | false
         % {conf, "/etc/yaws.conf"},      % string()
         % {runmod, mymodule},            % atom()
         % {embedded, false},             % true | false
         % {id, "default"},               % string()
         % {pam_service, "system-auth"},  % string()
         % {pam_use_acct, true},          % true | false
         % {pam_use_sess, true}           % true | false
        ]},
  {applications,[kernel,stdlib]}]}.