/usr/lib/yaws/ebin/yaws.app is in erlang-yaws 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 11 12 13 14 15 16 17 18 19 20 | {application,yaws,
[{description,"yaws WWW server"},
{vsn, "1.98"},
{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, yaws_generated, mime_type_c, mime_types, 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]},
{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]}]}.
|