This file is indexed.

/etc/pywps/pywps-wsgi.cfg is in pywps-wsgi 4.0.0-5.

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
[wps]
encoding=utf-8
title=PyWPS OSGeo-Live Demo
version=1.0.0
abstract=PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
fees=None
constraints=None
serveraddress=http://localhost/pywps/wps.py
keywords=PyWPS,WPS,OGC,processing,ogc,interoperability
lang=en-US

[provider]
providerName=Organization Name
individualName=Lastname, Firstname
positionName=Position Title
role=pointOfContact
deliveryPoint=Mailing Address
city=City
postalCode=Zip or Postal Code
country=Country
electronicMailAddress=Email Address
providerSite=http://pywps.org
phoneVoice=+xx-xxx-xxx-xxxx
phoneFacsimile=+xx-xxx-xxx-xxxx
administrativeArea=Administrative Area

[server]
maxoperations=50
maxinputparamlength=1024
maxfilesize=3mb
tempPath=/tmp
debug=true