This file is indexed.

/usr/lib/cgi-bin/wms_metadata.xml is in qgis-server 2.8.6+dfsg-1build1.

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
	<!-- Service Metadata -->
	<Service>
		<Name>WMS</Name>
		<!-- Human-readable title for pick lists -->
		<Title>QGIS mapserver</Title>
		<!-- Narrative description providing additional information -->
		<Abstract>A WMS service with QGIS mapserver</Abstract>
		<KeywordList>
			<Keyword>QGIS mapserver</Keyword>
		</KeywordList>
		<!-- Top-level web address of service or service provider.  See also OnlineResource
		     elements under <DCPType>. -->
			     <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
					     xlink:href="http://www.sourcepole.ch/" />
			     <!-- Contact information -->
			     <ContactInformation>
				     <ContactPersonPrimary>
					     <ContactPerson>Marco Hugentobler</ContactPerson>
					     <ContactOrganization>Sourcepole AG</ContactOrganization>
				     </ContactPersonPrimary>
				     <ContactAddress>
					     <AddressType>postal</AddressType>
					     <Address>Weberstrasse 5</Address>
					     <City>Zürich</City>
					     <StateOrProvince>ZH</StateOrProvince>
					     <PostCode>8004</PostCode>
					     <Country>SWITZERLAND</Country>
				     </ContactAddress>
				     <ContactVoiceTelephone></ContactVoiceTelephone>
				     <ContactElectronicMailAddress>marco.hugentobler@sourcepole.ch</ContactElectronicMailAddress>
			     </ContactInformation>
		<!-- Fees or access constraints imposed. -->
		<Fees>none</Fees>
		<AccessConstraints>none</AccessConstraints>
		<LayerLimit>99</LayerLimit>
	</Service>