This file is indexed.

/etc/yaws/conf.avail/yaws-yapp.conf is in yaws-yapp 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
21
22
23
24
25
26
27
28
29
30
# Configuration file for yaws-yapp

# This the path to a directory where yapp
# beam code is placed. The daemon will add this
# directory to its search path

ebin_dir = /usr/lib/yaws/yapp/ebin


# Start yapp at startup
 
runmod = yapp

# To enable yapp, also you should create Mnesia database
# scheme for running with Yaws.

# Edit the following virtual server definition to
# enable web-GUI to list/add/remove Yaws applications.

#<server yapp>
#    port = 8080
#    listen = 0.0.0.0
#    docroot = /usr/share/yaws-yapp
#    dir_listings = true
#    arg_rewrite_mod = yapp	
#    <opaque>
#  	yapp_server_id = yappexample
#  	bootstrap_yapps = yapp
#    </opaque>
#</server>