<div dir="ltr"><div>Apologies for polluting the mail serv but solved this issue by removing all the spaces in the call for the GetMap request. The docs had listed:</div><div><br></div><div><pre id="gmail-codecell51"><a href="http://qgis.demo/qgisserver">http://qgis.demo/qgisserver</a>?
<span class="gmail-w">  </span><span class="gmail-nv">MAP</span><span class="gmail-o">=</span>/home/qgis/projects/world.qgs<span class="gmail-p">&</span>
<span class="gmail-w">  </span><span class="gmail-nv">LAYERS</span><span class="gmail-o">=</span>countries<span class="gmail-p">&</span>
<span class="gmail-w">  </span><span class="gmail-nv">SERVICE</span><span class="gmail-o">=</span>WMS<span class="gmail-p">&</span>
<span class="gmail-w">  </span><span class="gmail-nv">VERSION</span><span class="gmail-o">=</span><span class="gmail-m">1</span>.3.0<span class="gmail-p">&</span>
<span class="gmail-w">  </span><span class="gmail-nv">REQUEST</span><span class="gmail-o">=</span>GetMap<span class="gmail-p">&</span>
<span class="gmail-w">  </span><span class="gmail-nv">CRS</span><span class="gmail-o">=</span>EPSG:4326<span class="gmail-p">&</span>
<span class="gmail-w">  </span><span class="gmail-nv">WIDTH</span><span class="gmail-o">=</span><span class="gmail-m">400</span><span class="gmail-p">&</span>
<span class="gmail-w">  </span><span class="gmail-nv">HEIGHT</span><span class="gmail-o">=</span><span class="gmail-m">200</span><span class="gmail-p">&</span>
<span class="gmail-w">  </span><span class="gmail-nv">BBOX</span><span class="gmail-o">=</span>-90,-180,90,180<br><br></pre><pre id="gmail-codecell51">Which kept failing to retrieve the map.<br></pre><pre id="gmail-codecell51">A one liner got me the map -> <a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?MAP=/home/qgis/projects/world.qgs&LAYERS=countries&SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS=EPSG:4326&WIDTH=400&HEIGHT=200&BBOX=-90,-180,90,180">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?MAP=/home/qgis/projects/world.qgs&LAYERS=countries&SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS=EPSG:4326&WIDTH=400&HEIGHT=200&BBOX=-90,-180,90,180</a><br></pre><pre id="gmail-codecell51">Yes the server was not broken the call was...<br><br></pre><pre id="gmail-codecell51">Thomas<br></pre><pre id="gmail-codecell51"><br></pre></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 15, 2024 at 10:38 PM Meehan, Thomas Barnes <<a href="mailto:tbm247@mun.ca">tbm247@mun.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I am at a loss here. The GetCapabilities request gives me the same layer error now with the updated prefix path. Removing the prefix path gives me the getcapabilities request back but getting the same service unsupported error for the getmap request. Not sure on what to try next. Going to have to think on it.</div><div><br></div><div>Thomas<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 15, 2024 at 10:22 PM Meehan, Thomas Barnes <<a href="mailto:tbm247@mun.ca" target="_blank">tbm247@mun.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>After some more digging, I fondant <a href="https://issues.qgis.org/issues/18230" target="_blank">old bug report</a> mentioning to update <code>FcgidInitialEnv QGIS_PREFIX_PATH /usr which I did to no avail but noticed the full path to qgis_mapser included /lib so an update to </code><code>QGIS_PREFIX_PATH /usr/lib <font face="arial,sans-serif">removed the service unknown error only to be hit with another.</font></code></div><div><code><font face="arial,sans-serif"><br></font></code></div><div>"Accept" :  "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8"<br>"Host" :  "qgis.demo"<br>"User-Agent" :  "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.0"<br>22:12:23 INFO Server[8259]: Using configuration file path from environment: /home/qgis/projects/world.qgs<br>22:12:23 INFO Server[8259]:   BBOX:-90,-180,90,180<br>22:12:23 INFO Server[8259]:   CRS:EPSG:4326<br>22:12:23 INFO Server[8259]:   HEIGHT:200<br>22:12:23 INFO Server[8259]:   LAYERS:countries<br>22:12:23 INFO Server[8259]:   MAP:/home/qgis/projects/world.qgs<br>22:12:23 INFO Server[8259]:   REQUEST:GetMap<br>22:12:23 INFO Server[8259]:   SERVICE:WMS<br>22:12:23 INFO Server[8259]:   VERSION:1.3.0<br>22:12:23 INFO Server[8259]:   WIDTH:400<br>22:12:23 INFO Server[8259]: Using configuration file path from environment: /home/qgis/projects/world.qgs<br>22:12:23 WARNING [8259]: Invalid data provider spatialite<br>22:12:23 WARNING [8259]: Invalid data provider spatialite<br>22:12:23 WARNING [8259]: Invalid data provider spatialite<br>22:12:23 WARNING [8259]: Invalid data provider spatialite<br>22:12:23 CRITICAL Server[8259]: Error, Layer(s) airports20160924201425088, countries20160903162230262, countries20160910105437623, places20160903164057641 not valid in project /home/qgis/projects/world.qgs<br>22:12:23 WARNING Server[8259]: <?xml version="1.0" encoding="UTF-8"?><br><ServerException>Layer(s) not valid</ServerException><br><br>22:12:23 INFO Server[8259]: Request finished in 100 ms</div><div><br></div><div>I wonder if this is an issue with the version of the SQLite database the layers are stored in. The file opens fine in QGIS application and I can see the layers. Looking into spatialite to understand that piece. Just wanted to update the post.</div><div><br></div><div>Thomas<br></div><div><code></code></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 15, 2024 at 9:22 PM Meehan, Thomas Barnes <<a href="mailto:tbm247@mun.ca" target="_blank">tbm247@mun.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Thanks for the heads up. The curl request does eliminate the XML style error. The tutorial seems to indicate that the last http request will return a map but this is not happening.</div><div><br></div><div>The curl response:</div><div><br></div><div>curl <a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi</a>?<br>  MAP=/home/qgis/projects/world.qgs&<br>  LAYERS=countries&<br>  SERVICE=WMS&<br>  VERSION=1.3.0&<br>  REQUEST=GetMap&<br>  CRS=EPSG:4326&<br>  WIDTH=400&<br>  HEIGHT=200&<br>  BBOX=-90,-180,90,180<br><?xml version="1.0" encoding="UTF-8"?><br><ServiceExceptionReport xmlns="<a href="http://www.opengis.net/ogc" target="_blank">http://www.opengis.net/ogc</a>" version="1.3.0"><br> <ServiceException code="Service configuration error">Service unknown or unsupported. Current supported services (case-sensitive): WMS WFS WCS WMTS SampleService, or use a WFS3 (OGC API Features) endpoint</ServiceException><br></ServiceExceptionReport><br>[1] 5880<br>[2] 5881<br>[1]   Done                    MAP=/home/qgis/projects/world.qgs<br>[3] 5882<br>[4] 5883<br>[5] 5884<br>[2]   Done                    LAYERS=countries<br>[3]   Done                    SERVICE=WMS<br>[4]   Done                    VERSION=1.3.0<br>[6] 5885<br>[5]   Done                    REQUEST=GetMap<br>[7] 5886<br>[6]   Done                    CRS=EPSG:4326<br>[8] 5887<br>[7]   Done                    WIDTH=400</div><div><br></div><div>Possibly, by continuing, I will need to configure my project properly in the next section of the tutorial. The docs indicate that "If you obtain the next image, then QGIS Server is running correctly:" but I do not obtain an image. The first HTTP request -> <a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities</a> makes sense that XML is being returned, and it was my misunderstanding that the XML complaint was normal. Why is the GetMap request failing? Improper project configuration? It is the default project I curled from the docs.</div><div><br></div><div>I Appreciate any knowledge you may bestow upon me :-)</div><div><br></div><div>Thomas<br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 15, 2024 at 8:07 PM Jorge Gustavo Rocha via QGIS-User <<a href="mailto:qgis-user@lists.osgeo.org" target="_blank">qgis-user@lists.osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><u></u>

  
    
  
  <div>
    <p>Hi,</p>
    <p>Everything is ok. The server returned an XML, as expected. </p>
    <p>The message "XML file does not appear to have any style
      information" is from your browser; nothing related with QGIS
      Server. If you do the same request with curl or wget, they will
      not complain.<br>
    </p>
    <p>Please go on. <br>
    </p>
    <p>Regards,</p>
    <p>Jorge Gustavo<br>
    </p>
    <div>On 15/10/24 21:28, Meehan, Thomas
      Barnes via QGIS-User wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">
        <div>I am trying to set up QGIS server for the first time.
          Following the online documentation for <a href="https://docs.qgis.org/3.34/en/docs/server_manual/getting_started.html#serve-a-project" target="_blank">QGIS 3.34</a>. Installed as
          instructed on the same tutorial for Ubuntu Noble 24.04. I
          followed the instructions and the Apache server answered with
          the default index file at /var/www/html/index.html</div>
        <div><br>
        </div>
        <div>When using the test http -> <br>
          <pre id="m_9138355629023800450m_-9222137741605626818m_-8503606620874982365m_769153879027691354gmail-codecell10"><a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities</a>

</pre>
          <pre id="m_9138355629023800450m_-9222137741605626818m_-8503606620874982365m_769153879027691354gmail-codecell10"><font face="arial,sans-serif">I get the following XML ->

</font>This XML file does not appear to have any style information associated with it. The document tree is shown below.
<WMS_Capabilities version="1.3.0<a>" xsi:schemaLocation="</a><a href="http://www.opengis.net/wms" target="_blank">http://www.opengis.net/wms</a> <a href="http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd" target="_blank">http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd</a> <a href="http://www.opengis.net/sld" target="_blank">http://www.opengis.net/sld</a> <a href="http://schemas.opengis.net/sld/1.1.0/sld_capabilities.xsd" target="_blank">http://schemas.opengis.net/sld/1.1.0/sld_capabilities.xsd</a> <a href="http://www.qgis.org/wms" target="_blank">http://www.qgis.org/wms</a> <a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&REQUEST=GetSchemaExtension" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&REQUEST=GetSchemaExtension</a>">
<Service>
<Name>WMS</Name>
<Title>QGIS Server Demo</Title>
<Abstract>
This is a simple World map that showcases QGIS Server capabilities.
</Abstract>
<KeywordList>
<Keyword vocabulary="ISO">infoMapAccessService</Keyword>
<Keyword>QGIS Server World</Keyword>
</KeywordList>
<OnlineResource <a>xlink:href=</a>"<a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi</a><a>" xlink:type="</a>simple"/>
<ContactInformation>
<ContactPersonPrimary>
<ContactPerson>Tudor Bărăscu</ContactPerson>
<ContactOrganization><a href="http://qgis.org" target="_blank">qgis.org</a></ContactOrganization>
</ContactPersonPrimary>
<ContactElectronicMailAddress><a href="mailto:tudor.barascu@qtibia.ro" target="_blank">tudor.barascu@qtibia.ro</a></ContactElectronicMailAddress>
</ContactInformation>
<Fees>conditions unknown</Fees>
<AccessConstraints>None</AccessConstraints>
</Service>
<Capability>
<Request>
<GetCapabilities>
<Format>text/xml</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource <a>xlink:href=</a>"<a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi</a>?<a>" xlink:type="</a>simple"/>
</Get>
</HTTP>
</DCPType>
</GetCapabilities>
<GetMap>
<Format>image/jpeg</Format>
<Format>image/png</Format>
<Format>image/png; mode=16bit</Format>
<Format>image/png; mode=8bit</Format>
<Format>image/png; mode=1bit</Format>
<Format>application/dxf</Format>
<Format>application/pdf</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource <a>xlink:href=</a>"<a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi</a>?<a>" xlink:type="</a>simple"/>
</Get>
</HTTP>
</DCPType>
</GetMap>
<GetFeatureInfo>
<Format>text/plain</Format>
<Format>text/html</Format>
<Format>text/xml</Format>
<Format>application/vnd.ogc.gml</Format>
<Format>application/vnd.ogc.gml/3.1.1</Format>
<Format>application/json</Format>
<Format>application/geo+json</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource <a>xlink:href=</a>"<a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi</a>?<a>" xlink:type="</a>simple"/>
</Get>
</HTTP>
</DCPType>
</GetFeatureInfo>
<a><sld:GetLegendGraphic></a>
<Format>image/jpeg</Format>
<Format>image/png</Format>
<Format>application/json</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource <a>xlink:href=</a>"<a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi</a>?<a>" xlink:type="</a>simple"/>
</Get>
</HTTP>
</DCPType>
</<a>sld:GetLegendGraphic</a>>
<a><sld:DescribeLayer></a>
<Format>text/xml</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource <a>xlink:href=</a>"<a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi</a>?<a>" xlink:type="</a>simple"/>
</Get>
</HTTP>
</DCPType>
</<a>sld:DescribeLayer</a>>
<a><qgs:GetStyles></a>
<Format>text/xml</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource <a>xlink:href=</a>"<a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi</a>?<a>" xlink:type="</a>simple"/>
</Get>
</HTTP>
</DCPType>
</<a>qgs:GetStyles</a>>
</Request>
<Exception>
<Format>XML</Format>
</Exception>
<<a>sld:UserDefinedSymbolization</a> RemoteWCS="0" SupportSLD="1" UserStyle="1" InlineFeature="0" RemoteWFS="0" UserLayer="0"/>
<Layer queryable="1">
<Title>QGIS Server Demo</Title>
<Abstract>
This is a simple World map that showcases QGIS Server capabilities.
</Abstract>
<KeywordList>
<Keyword vocabulary="ISO">infoMapAccessService</Keyword>
<Keyword>QGIS Server World</Keyword>
</KeywordList>
<CRS><a>CRS:84</a></CRS>
<CRS><a>EPSG:900913</a></CRS>
<CRS><a>EPSG:4326</a></CRS>
<CRS><a>EPSG:3857</a></CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-189</westBoundLongitude>
<eastBoundLongitude>189</eastBoundLongitude>
<southBoundLatitude>-123</southBoundLatitude>
<northBoundLatitude>118</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS=<a>"EPSG:3857"</a> maxy="44927335.428" minx="-19970716.649" maxx="19970716.649" miny="-44927335.428"/>
<BoundingBox CRS=<a>"EPSG:4326"</a> maxy="189" minx="-123" maxx="118" miny="-189"/>
<BoundingBox CRS=<a>"EPSG:900913"</a> maxy="30772816.154" minx="-19960441.004" maxx="19960441.004" miny="-19293806.199"/>
<Layer queryable="1">
<Name>airports</Name>
<Title>airports</Title>
<CRS><a>CRS:84</a></CRS>
<CRS><a>EPSG:900913</a></CRS>
<CRS><a>EPSG:4326</a></CRS>
<CRS><a>EPSG:3857</a></CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-175.135635</westBoundLongitude>
<eastBoundLongitude>179.195443</eastBoundLongitude>
<southBoundLatitude>-53.781475</southBoundLatitude>
<northBoundLatitude>78.246717</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS=<a>"EPSG:3857"</a> maxy="14502137.594" minx="-19496009.708" maxx="19947945.359" miny="-7128878.351"/>
<BoundingBox CRS=<a>"EPSG:4326"</a> maxy="179.195443" minx="-53.781475" maxx="78.246717" miny="-175.135635"/>
<BoundingBox CRS=<a>"EPSG:900913"</a> maxy="14502137.594" minx="-19496009.708" maxx="19947945.359" miny="-7128878.351"/>
<Style>
<Name>default</Name>
<Title>default</Title>
<LegendURL>
<Format>image/png</Format>
<OnlineResource <a>xlink:href=</a>"<a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetLegendGraphic&LAYER=airports&FORMAT=image/png&STYLE=default&SLD_VERSION=1.1.0" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetLegendGraphic&LAYER=airports&FORMAT=image/png&STYLE=default&SLD_VERSION=1.1.0</a><a>" xlink:type="</a>simple"/>
</LegendURL>
</Style>
<MinScaleDenominator>1</MinScaleDenominator>
<MaxScaleDenominator>3.66192e+06</MaxScaleDenominator>
</Layer>
<Layer queryable="1">
<Name>places</Name>
<Title>places</Title>
<CRS><a>CRS:84</a></CRS>
<CRS><a>EPSG:900913</a></CRS>
<CRS><a>EPSG:4326</a></CRS>
<CRS><a>EPSG:3857</a></CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-175.220565</westBoundLongitude>
<eastBoundLongitude>179.216648</eastBoundLongitude>
<southBoundLatitude>-41.299974</southBoundLatitude>
<northBoundLatitude>64.150024</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS=<a>"EPSG:3857"</a> maxy="9387963.682" minx="-19505464.015" maxx="19950305.897" miny="-5056688.948"/>
<BoundingBox CRS=<a>"EPSG:4326"</a> maxy="179.216648" minx="-41.299974" maxx="64.150024" miny="-175.220565"/>
<BoundingBox CRS=<a>"EPSG:900913"</a> maxy="9387963.682" minx="-19505464.015" maxx="19950305.897" miny="-5056688.948"/>
<Style>
<Name>default</Name>
<Title>default</Title>
<LegendURL>
<Format>image/png</Format>
<OnlineResource <a>xlink:href=</a>"<a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetLegendGraphic&LAYER=places&FORMAT=image/png&STYLE=default&SLD_VERSION=1.1.0" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetLegendGraphic&LAYER=places&FORMAT=image/png&STYLE=default&SLD_VERSION=1.1.0</a><a>" xlink:type="</a>simple"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>countries</Name>
<Title>countries</Title>
<CRS><a>CRS:84</a></CRS>
<CRS><a>EPSG:900913</a></CRS>
<CRS><a>EPSG:4326</a></CRS>
<CRS><a>EPSG:3857</a></CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-180</westBoundLongitude>
<eastBoundLongitude>180</eastBoundLongitude>
<southBoundLatitude>-90</southBoundLatitude>
<northBoundLatitude>83.623597</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS=<a>"EPSG:3857"</a> maxy="18418382.138" minx="-20037508.343" maxx="20037508.343" miny="-44927335.428"/>
<BoundingBox CRS=<a>"EPSG:4326"</a> maxy="180" minx="-90" maxx="83.623597" miny="-180"/>
<BoundingBox CRS=<a>"EPSG:900913"</a> maxy="18418382.138" minx="-20037508.343" maxx="20037508.343" miny="-242528680.944"/>
<Style>
<Name>classified_by_name</Name>
<Title>classified_by_name</Title>
<LegendURL>
<Format>image/png</Format>
<OnlineResource <a>xlink:href=</a>"<a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetLegendGraphic&LAYER=countries&FORMAT=image/png&STYLE=classified_by_name&SLD_VERSION=1.1.0" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetLegendGraphic&LAYER=countries&FORMAT=image/png&STYLE=classified_by_name&SLD_VERSION=1.1.0</a><a>" xlink:type="</a>simple"/>
</LegendURL>
</Style>
<Style>
<Name>classified_by_population</Name>
<Title>classified_by_population</Title>
<LegendURL>
<Format>image/png</Format>
<OnlineResource <a>xlink:href=</a>"<a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetLegendGraphic&LAYER=countries&FORMAT=image/png&STYLE=classified_by_population&SLD_VERSION=1.1.0" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetLegendGraphic&LAYER=countries&FORMAT=image/png&STYLE=classified_by_population&SLD_VERSION=1.1.0</a><a>" xlink:type="</a>simple"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>countries_shapeburst</Name>
<Title>countries_shapeburst</Title>
<CRS><a>CRS:84</a></CRS>
<CRS><a>EPSG:900913</a></CRS>
<CRS><a>EPSG:4326</a></CRS>
<CRS><a>EPSG:3857</a></CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-180</westBoundLongitude>
<eastBoundLongitude>180</eastBoundLongitude>
<southBoundLatitude>-90</southBoundLatitude>
<northBoundLatitude>83.623597</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS=<a>"EPSG:3857"</a> maxy="18418382.138" minx="-20037508.343" maxx="20037508.343" miny="-44927335.428"/>
<BoundingBox CRS=<a>"EPSG:4326"</a> maxy="180" minx="-90" maxx="83.623597" miny="-180"/>
<BoundingBox CRS=<a>"EPSG:900913"</a> maxy="18418382.138" minx="-20037508.343" maxx="20037508.343" miny="-242528680.944"/>
<Style>
<Name>blue</Name>
<Title>blue</Title>
<LegendURL>
<Format>image/png</Format>
<OnlineResource <a>xlink:href=</a>"<a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetLegendGraphic&LAYER=countries_shapeburst&FORMAT=image/png&STYLE=blue&SLD_VERSION=1.1.0" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetLegendGraphic&LAYER=countries_shapeburst&FORMAT=image/png&STYLE=blue&SLD_VERSION=1.1.0</a><a>" xlink:type="</a>simple"/>
</LegendURL>
</Style>
<Style>
<Name>default</Name>
<Title>default</Title>
<LegendURL>
<Format>image/png</Format>
<OnlineResource <a>xlink:href=</a>"<a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetLegendGraphic&LAYER=countries_shapeburst&FORMAT=image/png&STYLE=default&SLD_VERSION=1.1.0" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetLegendGraphic&LAYER=countries_shapeburst&FORMAT=image/png&STYLE=default&SLD_VERSION=1.1.0</a><a>" xlink:type="</a>simple"/>
</LegendURL>
</Style>
<Style>
<Name>green</Name>
<Title>green</Title>
<LegendURL>
<Format>image/png</Format>
<OnlineResource <a>xlink:href=</a>"<a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetLegendGraphic&LAYER=countries_shapeburst&FORMAT=image/png&STYLE=green&SLD_VERSION=1.1.0" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetLegendGraphic&LAYER=countries_shapeburst&FORMAT=image/png&STYLE=green&SLD_VERSION=1.1.0</a><a>" xlink:type="</a>simple"/>
</LegendURL>
</Style>
<MinScaleDenominator>1</MinScaleDenominator>
<MaxScaleDenominator>2.5e+08</MaxScaleDenominator>
</Layer>
</Layer>
</Capability>
</WMS_Capabilities>

</pre>
          <pre id="m_9138355629023800450m_-9222137741605626818m_-8503606620874982365m_769153879027691354gmail-codecell10"><font face="arial,sans-serif">I get a similar problem from the final request ->

</font>his XML file does not appear to have any style information associated with it. The document tree is shown below.
<ServiceExceptionReport version="1.3.0">
<ServiceException code="Service configuration error">
Service unknown or unsupported. Current supported services (case-sensitive): WMS WFS WCS WMTS SampleService, or use a WFS3 (OGC API Features) endpoint
</ServiceException>
</ServiceExceptionReport>

</pre>
          <pre id="m_9138355629023800450m_-9222137741605626818m_-8503606620874982365m_769153879027691354gmail-codecell10"><font face="arial,sans-serif">I assume this is some type of basic configuration problem but have no way of being directed to what the problem may be.
</font></pre>
          <pre id="m_9138355629023800450m_-9222137741605626818m_-8503606620874982365m_769153879027691354gmail-codecell10"><font face="arial,sans-serif">I get the proper response when testing the server by hostname ->

</font>/usr/lib/cgi-bin/qgis_mapserv.fcgi
Warning 1: Unable to find driver ECW to unload from GDAL_SKIP environment variable.
Warning 1: Unable to find driver ECW to unload from GDAL_SKIP environment variable.
Warning 1: Unable to find driver JP2ECW to unload from GDAL_SKIP environment variable.
"Loading native module /usr/lib/qgis/server/liblandingpage.so"
"Loading native module /usr/lib/qgis/server/libwcs.so"
"Loading native module /usr/lib/qgis/server/libwfs.so"
"Loading native module /usr/lib/qgis/server/libwfs3.so"
"Loading native module /usr/lib/qgis/server/libwms.so"
"Loading native module /usr/lib/qgis/server/libwmts.so"
Content-Length: 0
Location: <a href="http:/index.json" target="_blank">http:/index.json</a>
Server:  QGIS FCGI server - QGIS version 3.38.3-Grenoble
Status:  302

</pre>
          <pre id="m_9138355629023800450m_-9222137741605626818m_-8503606620874982365m_769153879027691354gmail-codecell10"><font face="arial,sans-serif">The APACHE error log ->

</font>"Accept" :  "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8"
"Host" :  "qgis.demo"
"User-Agent" :  "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; <a>rv:131.0</a>) Gecko/20100101 Firefox/131.0"
15:58:54 INFO Server[10767]: Using configuration file path from environment: /home/qgis/projects/world.qgs
15:58:54 INFO Server[10767]: <a>REQUEST:GetCapabilities</a>
15:58:54 INFO Server[10767]: <a>SERVICE:WMS</a>
15:58:54 INFO Server[10767]: <a>VERSION:1.3.0</a>
15:58:54 INFO Server[10767]: Using configuration file path from environment: /home/qgis/projects/world.qgs
15:58:54 WARNING Server[10767]: WMS capabilities document not found in cache
15:58:54 WARNING Server[10767]: Set WMS capabilities document in cache
15:58:54 INFO Server[10767]: Request finished in 207 ms
16:00:03 INFO Server[10767]: ******************** New request ***************
16:00:03 INFO Server[10767]: Request URL: <a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities</a>
16:00:03 INFO Server[10767]: Environment:
16:00:03 INFO Server[10767]: ------------------------------------------------
16:00:03 INFO Server[10767]: SERVER_NAME: qgis.demo
16:00:03 INFO Server[10767]: REQUEST_URI: /cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities
16:00:03 INFO Server[10767]: SCRIPT_NAME: /cgi-bin/qgis_mapserv.fcgi
16:00:03 INFO Server[10767]: REMOTE_ADDR: 127.0.0.1
16:00:03 INFO Server[10767]: SERVER_PORT: 80
16:00:03 INFO Server[10767]: QUERY_STRING: SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities
16:00:03 INFO Server[10767]: REQUEST_METHOD: GET
16:00:03 INFO Server[10767]: QGIS_PROJECT_FILE: /home/qgis/projects/world.qgs
16:00:03 INFO Server[10767]: SERVER_PROTOCOL: HTTP/1.1
Headers:
------------------------------------------------
"Accept" :  "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8"
"Host" :  "qgis.demo"
"User-Agent" :  "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; <a>rv:131.0</a>) Gecko/20100101 Firefox/131.0"
16:00:03 INFO Server[10767]: Using configuration file path from environment: /home/qgis/projects/world.qgs
16:00:03 INFO Server[10767]: <a>REQUEST:GetCapabilities</a>
16:00:03 INFO Server[10767]: <a>SERVICE:WMS</a>
16:00:03 INFO Server[10767]: <a>VERSION:1.3.0</a>
16:00:03 INFO Server[10767]: Using configuration file path from environment: /home/qgis/projects/world.qgs
16:00:03 WARNING Server[10767]: Found WMS capabilities document in cache
16:00:03 INFO Server[10767]: Request finished in 0 ms
16:00:45 INFO Server[10767]: ******************** New request ***************
16:00:45 INFO Server[10767]: Request URL: <a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi</a>?  MAP=/home/qgis/projects/world.qgs&  LAYERS=countries&  SERVICE=WMS&  VERSION=1.3.0&  REQUEST=GetMap&  CRS=<a>EPSG:4326&</a>  WIDTH=400&  HEIGHT=200&  BBOX=-90,-180,90,180
16:00:45 INFO Server[10767]: Environment:
16:00:45 INFO Server[10767]: ------------------------------------------------
16:00:45 INFO Server[10767]: SERVER_NAME: qgis.demo
16:00:45 INFO Server[10767]: REQUEST_URI: /cgi-bin/qgis_mapserv.fcgi?%20%20MAP=/home/qgis/projects/world.qgs&%20%20LAYERS=countries&%20%20SERVICE=WMS&%20%20VERSION=1.3.0&%20%20REQUEST=GetMap&%20%20CRS=<a>EPSG:4326&%20%20WIDTH=400&%20%20HEIGHT=200&%20%20BBOX=-90,-180,90,180</a>
16:00:45 INFO Server[10767]: SCRIPT_NAME: /cgi-bin/qgis_mapserv.fcgi
16:00:45 INFO Server[10767]: REMOTE_ADDR: 127.0.0.1
16:00:45 INFO Server[10767]: SERVER_PORT: 80
16:00:45 INFO Server[10767]: QUERY_STRING: %20%20MAP=/home/qgis/projects/world.qgs&%20%20LAYERS=countries&%20%20SERVICE=WMS&%20%20VERSION=1.3.0&%20%20REQUEST=GetMap&%20%20CRS=<a>EPSG:4326&%20%20WIDTH=400&%20%20HEIGHT=200&%20%20BBOX=-90,-180,90,180</a>
16:00:45 INFO Server[10767]: REQUEST_METHOD: GET
16:00:45 INFO Server[10767]: QGIS_PROJECT_FILE: /home/qgis/projects/world.qgs
16:00:45 INFO Server[10767]: SERVER_PROTOCOL: HTTP/1.1
Headers:
------------------------------------------------
"Accept" :  "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8"
"Host" :  "qgis.demo"
"User-Agent" :  "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; <a>rv:131.0</a>) Gecko/20100101 Firefox/131.0"
16:00:45 INFO Server[10767]: Using configuration file path from environment: /home/qgis/projects/world.qgs
16:00:45 INFO Server[10767]:   <a>BBOX:-90,-180,90,180</a>
16:00:45 INFO Server[10767]:   <a>CRS:EPSG:4326</a>
16:00:45 INFO Server[10767]:   <a>HEIGHT:200</a>
16:00:45 INFO Server[10767]:   <a>LAYERS:countries</a>
16:00:45 INFO Server[10767]:   <a>MAP:/home/qgis/projects/world.qgs</a>
16:00:45 INFO Server[10767]:   <a>REQUEST:GetMap</a>
16:00:45 INFO Server[10767]:   <a>SERVICE:WMS</a>
16:00:45 INFO Server[10767]:   <a>VERSION:1.3.0</a>
16:00:45 INFO Server[10767]:   <a>WIDTH:400</a>
16:00:45 INFO Server[10767]: Using configuration file path from environment: /home/qgis/projects/world.qgs
16:00:45 INFO Server[10767]: Trying URL path: '/cgi-bin/qgis_mapserv.fcgi' for '/wfs3'
16:00:45 INFO Server[10767]: Trying URL path: '/cgi-bin/qgis_mapserv.fcgi' for '/'
16:00:45 CRITICAL Server[10767]: Service  is not registered
16:00:45 WARNING Server[10767]: <?xml version="1.0" encoding="UTF-8"?>
<ServiceExceptionReport version="1.3.0" xmlns="<a href="http://www.opengis.net/ogc" target="_blank">http://www.opengis.net/ogc</a>">
 <ServiceException code="Service configuration error">Service unknown or unsupported. Current supported services (case-sensitive): WMS WFS WCS WMTS SampleService, or use a WFS3 (OGC API Features) endpoint</ServiceException>
</ServiceExceptionReport>

16:00:45 INFO Server[10767]: Request finished in 0 ms
16:04:48 INFO Server[10767]: ******************** New request ***************
16:04:48 INFO Server[10767]: Request URL: <a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities</a>
16:04:48 INFO Server[10767]: Environment:
16:04:48 INFO Server[10767]: ------------------------------------------------
16:04:48 INFO Server[10767]: SERVER_NAME: qgis.demo
16:04:48 INFO Server[10767]: REQUEST_URI: /cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities
16:04:48 INFO Server[10767]: SCRIPT_NAME: /cgi-bin/qgis_mapserv.fcgi
16:04:48 INFO Server[10767]: REMOTE_ADDR: 127.0.0.1
16:04:48 INFO Server[10767]: SERVER_PORT: 80
16:04:48 INFO Server[10767]: QUERY_STRING: SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities
16:04:48 INFO Server[10767]: REQUEST_METHOD: GET
16:04:48 INFO Server[10767]: QGIS_PROJECT_FILE: /home/qgis/projects/world.qgs
16:04:48 INFO Server[10767]: SERVER_PROTOCOL: HTTP/1.1
Headers:
------------------------------------------------
"Accept" :  "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8"
"Host" :  "qgis.demo"
"User-Agent" :  "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; <a>rv:131.0</a>) Gecko/20100101 Firefox/131.0"
16:04:48 INFO Server[10767]: Using configuration file path from environment: /home/qgis/projects/world.qgs
16:04:48 INFO Server[10767]: <a>REQUEST:GetCapabilities</a>
16:04:48 INFO Server[10767]: <a>SERVICE:WMS</a>
16:04:48 INFO Server[10767]: <a>VERSION:1.3.0</a>
16:04:48 INFO Server[10767]: Using configuration file path from environment: /home/qgis/projects/world.qgs
16:04:48 WARNING Server[10767]: Found WMS capabilities document in cache
16:04:48 INFO Server[10767]: Request finished in 0 ms
16:13:01 INFO Server[10767]: ******************** New request ***************
16:13:01 INFO Server[10767]: Request URL: <a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities</a>
16:13:01 INFO Server[10767]: Environment:
16:13:01 INFO Server[10767]: ------------------------------------------------
16:13:01 INFO Server[10767]: SERVER_NAME: qgis.demo
16:13:01 INFO Server[10767]: REQUEST_URI: /cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities
16:13:01 INFO Server[10767]: SCRIPT_NAME: /cgi-bin/qgis_mapserv.fcgi
16:13:01 INFO Server[10767]: REMOTE_ADDR: 127.0.0.1
16:13:01 INFO Server[10767]: SERVER_PORT: 80
16:13:01 INFO Server[10767]: QUERY_STRING: SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities
16:13:01 INFO Server[10767]: REQUEST_METHOD: GET
16:13:01 INFO Server[10767]: QGIS_PROJECT_FILE: /home/qgis/projects/world.qgs
16:13:01 INFO Server[10767]: SERVER_PROTOCOL: HTTP/1.1
Headers:
------------------------------------------------
"Accept" :  "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8"
"Host" :  "qgis.demo"
"User-Agent" :  "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; <a>rv:131.0</a>) Gecko/20100101 Firefox/131.0"
16:13:01 INFO Server[10767]: Using configuration file path from environment: /home/qgis/projects/world.qgs
16:13:01 INFO Server[10767]: <a>REQUEST:GetCapabilities</a>
16:13:01 INFO Server[10767]: <a>SERVICE:WMS</a>
16:13:01 INFO Server[10767]: <a>VERSION:1.3.0</a>
16:13:01 INFO Server[10767]: Using configuration file path from environment: /home/qgis/projects/world.qgs
16:13:01 WARNING Server[10767]: Found WMS capabilities document in cache
16:13:01 INFO Server[10767]: Request finished in 0 ms
16:20:08 INFO Server[10767]: ******************** New request ***************
16:20:08 INFO Server[10767]: Request URL: <a href="http://qgis.demo/cgi-bin/qgis_mapserv.fcgi" target="_blank">http://qgis.demo/cgi-bin/qgis_mapserv.fcgi</a>?  MAP=/home/qgis/projects/world.qgs&  LAYERS=countries&  SERVICE=WMS&  VERSION=1.3.0&  REQUEST=GetMap&  CRS=<a>EPSG:4326&</a>  WIDTH=400&  HEIGHT=200&  BBOX=-90,-180,90,180
16:20:08 INFO Server[10767]: Environment:
16:20:08 INFO Server[10767]: ------------------------------------------------
16:20:08 INFO Server[10767]: SERVER_NAME: qgis.demo
16:20:08 INFO Server[10767]: REQUEST_URI: /cgi-bin/qgis_mapserv.fcgi?%20%20MAP=/home/qgis/projects/world.qgs&%20%20LAYERS=countries&%20%20SERVICE=WMS&%20%20VERSION=1.3.0&%20%20REQUEST=GetMap&%20%20CRS=<a>EPSG:4326&%20%20WIDTH=400&%20%20HEIGHT=200&%20%20BBOX=-90,-180,90,180</a>
16:20:08 INFO Server[10767]: SCRIPT_NAME: /cgi-bin/qgis_mapserv.fcgi
16:20:08 INFO Server[10767]: REMOTE_ADDR: 127.0.0.1
16:20:08 INFO Server[10767]: SERVER_PORT: 80
16:20:08 INFO Server[10767]: QUERY_STRING: %20%20MAP=/home/qgis/projects/world.qgs&%20%20LAYERS=countries&%20%20SERVICE=WMS&%20%20VERSION=1.3.0&%20%20REQUEST=GetMap&%20%20CRS=<a>EPSG:4326&%20%20WIDTH=400&%20%20HEIGHT=200&%20%20BBOX=-90,-180,90,180</a>
16:20:08 INFO Server[10767]: REQUEST_METHOD: GET
16:20:08 INFO Server[10767]: QGIS_PROJECT_FILE: /home/qgis/projects/world.qgs
16:20:08 INFO Server[10767]: SERVER_PROTOCOL: HTTP/1.1
Headers:
------------------------------------------------
"Accept" :  "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8"
"Host" :  "qgis.demo"
"User-Agent" :  "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; <a>rv:131.0</a>) Gecko/20100101 Firefox/131.0"
16:20:08 INFO Server[10767]: Using configuration file path from environment: /home/qgis/projects/world.qgs
16:20:08 INFO Server[10767]:   <a>BBOX:-90,-180,90,180</a>
16:20:08 INFO Server[10767]:   <a>CRS:EPSG:4326</a>
16:20:08 INFO Server[10767]:   <a>HEIGHT:200</a>
16:20:08 INFO Server[10767]:   <a>LAYERS:countries</a>
16:20:08 INFO Server[10767]:   <a>MAP:/home/qgis/projects/world.qgs</a>
16:20:08 INFO Server[10767]:   <a>REQUEST:GetMap</a>
16:20:08 INFO Server[10767]:   <a>SERVICE:WMS</a>
16:20:08 INFO Server[10767]:   <a>VERSION:1.3.0</a>
16:20:08 INFO Server[10767]:   <a>WIDTH:400</a>
16:20:08 INFO Server[10767]: Using configuration file path from environment: /home/qgis/projects/world.qgs
16:20:08 INFO Server[10767]: Trying URL path: '/cgi-bin/qgis_mapserv.fcgi' for '/wfs3'
16:20:08 INFO Server[10767]: Trying URL path: '/cgi-bin/qgis_mapserv.fcgi' for '/'
16:20:08 CRITICAL Server[10767]: Service  is not registered
16:20:08 WARNING Server[10767]: <?xml version="1.0" encoding="UTF-8"?>
<ServiceExceptionReport version="1.3.0" xmlns="<a href="http://www.opengis.net/ogc" target="_blank">http://www.opengis.net/ogc</a>">
 <ServiceException code="Service configuration error">Service unknown or unsupported. Current supported services (case-sensitive): WMS WFS WCS WMTS SampleService, or use a WFS3 (OGC API Features) endpoint</ServiceException>
</ServiceExceptionReport>

</pre>
          <pre id="m_9138355629023800450m_-9222137741605626818m_-8503606620874982365m_769153879027691354gmail-codecell10">I left the qgis.demo hostname there as my hostname, host file was updated as per instruction.

</pre>
          <pre id="m_9138355629023800450m_-9222137741605626818m_-8503606620874982365m_769153879027691354gmail-codecell10">I can not find any troubleshooting information for this. Does anyone have any suggestions on places to look. I saw mention that I may need to pint the var/www/html file to the proper project but this was not mentioned in the tutorial.

</pre>
          <pre id="m_9138355629023800450m_-9222137741605626818m_-8503606620874982365m_769153879027691354gmail-codecell10">QGIS new user
</pre>
          <pre id="m_9138355629023800450m_-9222137741605626818m_-8503606620874982365m_769153879027691354gmail-codecell10"><font face="arial,sans-serif">
</font></pre>
        </div>
      </div>
      <br>
      <fieldset></fieldset>
      <pre>_______________________________________________
QGIS-User mailing list
<a href="mailto:QGIS-User@lists.osgeo.org" target="_blank">QGIS-User@lists.osgeo.org</a>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a>
</pre>
    </blockquote>
  </div>

_______________________________________________<br>
QGIS-User mailing list<br>
<a href="mailto:QGIS-User@lists.osgeo.org" target="_blank">QGIS-User@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>