<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">In c:\ServerApp\Apache\conf\http.conf
      ho inserito:<br>
      Listen 80<br>
      ServerName localhost:80<br>
      ScriptAlias /cgi-bin/ "C:/OSGeo4W64/apps/bin/"<br>
      <br>
      in c:\OSGeo4W64<br>
      ho creato una cartella http.d e dentro ho messo il file
      http_qgis.conf con questa modifiche. L'indicazione di creare una
      cartella così l'ho trovata da qualche parte sui documenti che ho
      "spulciato".<br>
      ------------------------------------<br>
      LoadModule cgi_module modules/mod_cgi.so<br>
      <br>
      SetEnv PATH
"C:\OSGeo4W64\bin;C:\OSGeo4W64\apps\qgis\bin;C:\OSGeo4W64\apps\grass\grass-6.4.3\bin;C:\OSGeo4W64\apps\grass\grass-6.4.3\lib;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem"<br>
      SetEnv QGIS_PREFIX_PATH "C:\OSGeo4W64\apps\qgis"<br>
      SetEnv QT_PLUGIN_PATH
      "C:\OSGeo4W64\apps\qgis\qtplugins;C:\OSGeo4W64\apps\qt4\plugins"<br>
      SetEnv TEMP "C:\Users\RBONIS~1\AppData\Local\Temp"<br>
      SetEnv LD_LIBRARY_PATH "c:\OSGeo4W/apps/qgis/bin/"<br>
      SetEnv PATH "c:\OSGeo4W/apps/qgis/bin/"<br>
      <br>
      Alias /qgis/ C:\OSGeo4W64/apps/qgis/bin/<br>
      <br>
      <Directory "C:\OSGeo4W64/apps/qgis/bin/"><br>
          #SetHandler fcgid-script<br>
          SetHandler cgi-script    <br>
          Options ExecCGI<br>
          Order allow,deny<br>
          Allow from all<br>
      </Directory><br>
      ---------------------------------------<br>
      <br>
      in c:\ServerApp\Apache\<br>
      ho una cartella http.d che non ricordo se creata da me o meno con
      dentro un file http_qgis.conf qui riportato:<br>
      -----------------<br>
      LoadModule cgi_module modules/mod_cgi.so<br>
      <br>
      SetEnv PATH
"C:\OSGeo4W64\bin;C:\OSGeo4W64\apps\qgis\bin;C:\OSGeo4W64\apps\grass\grass-6.4.3\bin;C:\OSGeo4W64\apps\grass\grass-6.4.3\lib;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem"<br>
      SetEnv QGIS_PREFIX_PATH "C:\OSGeo4W64\apps\qgis"<br>
      SetEnv QT_PLUGIN_PATH
      "C:\OSGeo4W64\apps\qgis\qtplugins;C:\OSGeo4W64\apps\qt4\plugins"<br>
      SetEnv TEMP "C:\Users\RBONIS~1\AppData\Local\Temp"<br>
      <br>
      Alias /qgis/ C:\OSGeo4W64/apps/qgis/bin/<br>
      <br>
      <Directory "C:\OSGeo4W64/apps/qgis/bin/"><br>
          #SetHandler fcgid-script<br>
          SetHandler cgi-script    <br>
          Options ExecCGI<br>
          Order allow,deny<br>
          Allow from all<br>
      </Directory><br>
      <br>
      <br>
       # parse other apache conf files<br>
       include "C:\ServerApp\apache\httpd.d\httpd_*.conf" <br>
------------------------------------------------------------------------------<br>
      <br>
      in c:\OSGeo4W64\apps\bin ho copiato un file qgs perchè trovavo
      l'indicazione che mettendo un progetto qgis nella stessa cartella
      dell'eseguibile qgis server il file veniva letto automaticamente.<br>
      <br>
      Per quanto riguarda apache "gira" e mi compare alla sua
      attivazione una finestra nel browser.<br>
      Per quanto riguarda la cartella htdocs non esiste nella cartella
      di Apache e nemmeno altrove.<br>
      <br>
      leggero il doc su Apache e se altri hanno idee ......<br>
      <br>
      a presto<br>
      r<br>
      <br>
      <br>
      Il 27/05/2015 11:32, Andrea Peri ha scritto:<br>
    </div>
    <blockquote
cite="mid:CABqTJk8hDqENbARk7nxod4XPf7XDS06DKcGBV4jU8_EiqOUahg@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div dir="ltr">
        <div>
          <div>
            <div>NOn conosco apache e quindi non posso darti certezze.<br>
            </div>
            Ma alcune prove "sempreverdi".<br>
            Innanzi tutto sei sicurissimo che apache sta girando ?<br>
            La prova del 9 e' provare a invocare una pagina html.<br>
            <br>
            Se si, verifica i diritti dell'utente con cui apache gira.<br>
            Potrebbe non avere diritti per eseguire il file eseguibile
            che te invochi.<br>
            Tieni presente che i sistemi internet come apache sono
            progettati per funzionare in un ambiente ad alto rischio.<br>
            Per cui non scherzano per niente con i diritti utente e se
            tutto non è sistemato a puntino non eseguono e basta.<br>
            <br>
          </div>
          <div>Poi, in merito alla cartella.<br>
          </div>
          <div>Non ho ben capito cosa hai fatto, ma tieni presente che
            apache non accettera' mai di invocare un eseguibile che non
            si trovi nella cartella specificha da lui prevista per
            l'esecuzione dei cgi-bin.<br>
          </div>
          <div>Quindi, o imposti la cartella OSGeo4W64\apps\qis\bin<br>
            dentro il file di configurazione di apache dicendogli che e'
            la cartella da cui vuoi eseguire i cgi-bin, oppure sposyi i
            files nella cartella che ha gia' preimpostato apache.<br>
            <br>
          </div>
          <div>Probabilmente questi settaggi potrebbero non essere
            attivi perche' commentati nel file di configurazione di
            apache.<br>
            Questo perche' la pratica delle cgi.bin e' una pratica
            considerata desueta da chi lavora con i server web.<br>
          </div>
          <div>Quindi molto probabilmente tengono questi settaggi
            commentati, per cui dovrai scommentarli, modificarli e fare
            prove .<br>
            <br>
          </div>
          <div>Buona fortuna.<br>
            <br>
          </div>
          <br>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">Il giorno 27 maggio 2015 11:13, Ruggero
          Bonisolli <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:ruggero.bonisolli@polimi.it" target="_blank">ruggero.bonisolli@polimi.it</a>></span>
          ha scritto:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div bgcolor="#FFFFFF" text="#000000">
              <div>
                <div class="h5">
                  <div>Il 27/05/2015 10:52, Amedeo Fadini ha scritto:<br>
                  </div>
                  <blockquote type="cite"> <br>
                    <br>
                    Il mercoledì 27 maggio 2015, Ruggero Bonisolli <<a
                      moz-do-not-send="true"
                      href="mailto:ruggero.bonisolli@polimi.it"
                      target="_blank">ruggero.bonisolli@polimi.it</a>>

                    ha scritto:<br>
                    <blockquote class="gmail_quote" style="margin:0 0 0
                      .8ex;border-left:1px #ccc solid;padding-left:1ex">
                      <div bgcolor="#FFFFFF" text="#000000"> Buon
                        giorno,<br>
                        sto cercando di utilizzare qgis server sotto
                        W7/64.<br>
                        <br>
                        Mi sono letto un po' di cose che sono girate qui
                        nei mesi scorsi ma non riesco ad attivare la
                        procedura per aprire un WMS su localhost.<br>
                        <br>
                        <br>
                        <br>
                        -----------------------------------------------<br>
                        Impossibile scaricare le capabilities:Download
                        di capabilities non riuscito: Error downloading
                        <a moz-do-not-send="true"
href="http://localhost/OSGeo4W64/apps/qgis/bin/qgis_mapserv.fcgi?SERVICE=WMS&REQUEST=GetCapabilities"
                          target="_blank">http://localhost/OSGeo4W64/apps/qgis/bin/qgis_mapserv.fcgi?SERVICE=WMS&REQUEST=GetCapabilities</a>
                        - server replied: Not Found<br>
                        -------------------------------------<br>
                      </div>
                    </blockquote>
                    <div> </div>
                    <div> <font size="2"><span
                          style="background-color:rgba(255,255,255,0)">Non
                          ho mai provato su windows ma sei sicuro che no
                          si debba aggiungere .exe dopo
                          qgis_mapserv.fcgi    ?</span></font></div>
                    <div><font size="2"><span
                          style="background-color:rgba(255,255,255,0)"><br>
                        </span></font></div>
                    <div><font size="2"><span
                          style="background-color:rgba(255,255,255,0)">Questo
                          percorso presume la cartella OSGeo4W64 come
                          sottocartella di httdocs, la root del server. 
                          Prova a copiare una pagina html accanto a
                          qgis_mapserv.fcgi e verificache te la
                          visualizzi, in caso contrario devi configurare
                          apache per raggiungere quella cartella.</span></font></div>
                    <div><font size="2"><span
                          style="background-color:rgba(255,255,255,0)"><br>
                        </span></font></div>
                    <div><font size="2"><span
                          style="background-color:rgba(255,255,255,0)">Io
                          credo sia più comodo spostare l'eseguibile di
                          qgis server e il progetto da pubblicare
                          direttamente nella cartella httdocs di apache.</span></font></div>
                    <div><font size="2"><span
                          style="background-color:rgba(255,255,255,0)"><br>
                        </span></font></div>
                    <div><font size="2"><span
                          style="background-color:rgba(255,255,255,0)">Amefad</span></font></div>
                    <div><br>
                    </div>
                    <div><br>
                    </div>
                    <div><br>
                    </div>
                    <div><br>
                    </div>
                    <div> </div>
                  </blockquote>
                </div>
              </div>
              Non ho la cartella httdocs ..... ho inserito exe .... il
              risultato non cambia. Mi pare di capire che servono
              nozioni più approfondite sul funzionamento di apache ....
              nei doc di qgis server ho trovato una serie di passaggi
              per modificare alcuni .conf quello che manca è la stringa
              da inserire in URL della finestra di caricamento WMS ...
              questo passaggio è totalmente assente.<br>
              Che fare?<span class=""><br>
                r<br>
                <br>
                <br>
                <div>-- <br>
                  <div>
                    <table style="width:100.0%" border="0"
                      cellpadding="0" cellspacing="0" width="100%">
                      <tbody>
                        <tr style="height:43.9pt">
                          <td style="width:71.0%;padding:0cm 0cm 0cm
                            0cm;height:43.9pt" valign="top" width="71%">
                            <p class="MsoNormal"
                              style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:normal"><span>Arch.

                                Ruggero Bonisolli</span><span></span></p>
                            <p class="MsoNormal"
                              style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:normal"><span>(<b>LPE</b>)
                                Laboratorio di Progettazione Ecologica –
                                (<span><b>LADeC</b></span>) Laboratorio
                                Analisi Dati e Cartografie</span><span></span></p>
                            <p class="MsoNormal"
                              style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:normal"><span>(<span><b>DAStU</b></span>)
                                Dipartimento di Architettura e Studi
                                Urbani</span><span></span></p>
                            <p class="MsoNormal"
                              style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:normal"><span>Politecnico

                                di Milano</span><span></span></p>
                          </td>
                          <td style="width:29.0%;padding:0cm 0cm 0cm
                            0cm;height:43.9pt" valign="top" width="29%">
                            <p class="MsoNormal"
style="margin-bottom:0cm;margin-bottom:.0001pt;text-align:right;line-height:normal"
                              align="right"><span>Via Bonardi, 9</span><span></span></p>
                            <p class="MsoNormal"
style="margin-bottom:0cm;margin-bottom:.0001pt;text-align:right;line-height:normal"
                              align="right"><span>20133 Milano</span><span></span></p>
                            <p class="MsoNormal"
style="margin-bottom:0cm;margin-bottom:.0001pt;text-align:right;line-height:normal"
                              align="right"><span>Tel 02239994 41/42</span><span></span></p>
                            <p class="MsoNormal"
style="margin-bottom:0cm;margin-bottom:.0001pt;text-align:right;line-height:normal"
                              align="right"><span>Fax 02 239994444</span><span></span></p>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                    <p class="MsoNormal"
                      style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:normal"><span> </span></p>
                  </div>
                </div>
              </span></div>
            <br>
            _______________________________________________<br>
            <a moz-do-not-send="true" href="mailto:Gfoss@lists.gfoss.it">Gfoss@lists.gfoss.it</a><br>
            <a moz-do-not-send="true"
              href="http://lists.gfoss.it/cgi-bin/mailman/listinfo/gfoss"
              target="_blank">http://lists.gfoss.it/cgi-bin/mailman/listinfo/gfoss</a><br>
            Questa e' una lista di discussione pubblica aperta a tutti.<br>
            I messaggi di questa lista non hanno relazione diretta con
            le posizioni dell'Associazione GFOSS.it.<br>
            750 iscritti al 18.3.2015<br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <br>
        -- <br>
        <div class="gmail_signature">-----------------<br>
          Andrea Peri<br>
          . . . . . . . . . <br>
          qwerty àèìòù<br>
          -----------------<br>
        </div>
      </div>
    </blockquote>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <meta name="ProgId" content="Word.Document">
      <meta name="Generator" content="Microsoft Word 12">
      <meta name="Originator" content="Microsoft Word 12">
      <link rel="File-List" href="indirizzo%20mail_file/filelist.xml">
      <!--[if gte mso 9]><xml>
 <o:DocumentProperties>
  <o:Author> </o:Author>
  <o:LastAuthor>rbonisolli</o:LastAuthor>
  <o:Revision>2</o:Revision>
  <o:TotalTime>1</o:TotalTime>
  <o:Created>2012-01-09T14:19:00Z</o:Created>
  <o:LastSaved>2013-03-06T10:06:00Z</o:LastSaved>
  <o:Pages>1</o:Pages>
  <o:Words>35</o:Words>
  <o:Characters>223</o:Characters>
  <o:Company> </o:Company>
  <o:Lines>2</o:Lines>
  <o:Paragraphs>1</o:Paragraphs>
  <o:CharactersWithSpaces>257</o:CharactersWithSpaces>
  <o:Version>12.00</o:Version>
 </o:DocumentProperties>
</xml><![endif]-->
      <link rel="themeData" href="indirizzo%20mail_file/themedata.thmx">
      <link rel="colorSchemeMapping"
        href="indirizzo%20mail_file/colorschememapping.xml">
      <!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:Zoom>140</w:Zoom>
  <w:SpellingState>Clean</w:SpellingState>
  <w:TrackMoves>false</w:TrackMoves>
  <w:TrackFormatting/>
  <w:HyphenationZone>14</w:HyphenationZone>
  <w:PunctuationKerning/>
  <w:ValidateAgainstSchemas/>
  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
  <w:DoNotPromoteQF/>
  <w:LidThemeOther>IT</w:LidThemeOther>
  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
  <w:Compatibility>
   <w:BreakWrappedTables/>
   <w:SnapToGridInCell/>
   <w:WrapTextWithPunct/>
   <w:UseAsianBreakRules/>
   <w:DontGrowAutofit/>
   <w:SplitPgBreakAndParaMark/>
   <w:DontVertAlignCellWithSp/>
   <w:DontBreakConstrainedForcedTables/>
   <w:DontVertAlignInTxbx/>
   <w:Word11KerningPairs/>
   <w:CachedColBalance/>
  </w:Compatibility>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
  <m:mathPr>
   <m:mathFont m:val="Cambria Math"/>
   <m:brkBin m:val="before"/>
   <m:brkBinSub m:val="--"/>
   <m:smallFrac m:val="off"/>
   <m:dispDef/>
   <m:lMargin m:val="0"/>
   <m:rMargin m:val="0"/>
   <m:defJc m:val="centerGroup"/>
   <m:wrapIndent m:val="1440"/>
   <m:intLim m:val="subSup"/>
   <m:naryLim m:val="undOvr"/>
  </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
  DefSemiHidden="true" DefQFormat="false" DefPriority="99"
  LatentStyleCount="267">
  <w:LsdException Locked="false" Priority="0" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Normal"/>
  <w:LsdException Locked="false" Priority="9" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 1"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 2"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 3"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 4"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 5"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 6"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 7"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 8"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 9"/>
  <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>
  <w:LsdException Locked="false" Priority="10" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Title"/>
  <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>
  <w:LsdException Locked="false" Priority="11" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>
  <w:LsdException Locked="false" Priority="22" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Strong"/>
  <w:LsdException Locked="false" Priority="20" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>
  <w:LsdException Locked="false" Priority="59" SemiHidden="false"
   UnhideWhenUsed="false" Name="Table Grid"/>
  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>
  <w:LsdException Locked="false" Priority="1" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 1"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 1"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 1"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>
  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>
  <w:LsdException Locked="false" Priority="34" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>
  <w:LsdException Locked="false" Priority="29" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Quote"/>
  <w:LsdException Locked="false" Priority="30" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 1"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 1"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 2"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 2"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 2"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 2"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 2"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 3"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 3"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 3"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 3"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 3"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 4"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 4"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 4"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 4"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 4"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 5"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 5"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 5"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 5"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 5"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 6"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 6"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 6"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 6"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 6"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>
  <w:LsdException Locked="false" Priority="19" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>
  <w:LsdException Locked="false" Priority="21" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>
  <w:LsdException Locked="false" Priority="31" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>
  <w:LsdException Locked="false" Priority="32" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>
  <w:LsdException Locked="false" Priority="33" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>
  <w:LsdException Locked="false" Priority="37" Name="Bibliography"/>
  <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>
 </w:LatentStyles>
</xml><![endif]-->
      <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;
        mso-font-charset:0;
        mso-generic-font-family:roman;
        mso-font-pitch:variable;
        mso-font-signature:-536870145 1107305727 0 0 415 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;
        mso-font-charset:0;
        mso-generic-font-family:swiss;
        mso-font-pitch:variable;
        mso-font-signature:-536870145 1073786111 1 0 415 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-unhide:no;
        mso-style-qformat:yes;
        mso-style-parent:"";
        margin-top:0cm;
        margin-right:0cm;
        margin-bottom:10.0pt;
        margin-left:0cm;
        line-height:115%;
        mso-pagination:widow-orphan;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;
        mso-fareast-language:EN-US;}
p
        {mso-style-noshow:yes;
        mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        mso-fareast-font-family:"Times New Roman";}
span.SpellE
        {mso-style-name:"";
        mso-spl-e:yes;}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-default-props:yes;
        font-size:10.0pt;
        mso-ansi-font-size:10.0pt;
        mso-bidi-font-size:10.0pt;
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:595.3pt 841.9pt;
        margin:70.85pt 2.0cm 2.0cm 2.0cm;
        mso-header-margin:35.4pt;
        mso-footer-margin:35.4pt;
        mso-paper-source:0;}
div.WordSection1
        {page:WordSection1;}
-->
</style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
        {mso-style-name:"Tabella normale";
        mso-tstyle-rowband-size:0;
        mso-tstyle-colband-size:0;
        mso-style-noshow:yes;
        mso-style-priority:99;
        mso-style-qformat:yes;
        mso-style-parent:"";
        mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
        mso-para-margin:0cm;
        mso-para-margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.0pt;
        font-family:"Calibri","sans-serif";
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-fareast-language:EN-US;}
</style>
<![endif]--><!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="3074"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1"/>
 </o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <table class="MsoNormalTable"
          style="width:100.0%;mso-cellspacing:0cm;mso-yfti-tbllook:1184;mso-padding-alt:

          0cm 0cm 0cm 0cm" border="0" cellpadding="0" cellspacing="0"
          width="100%">
          <tbody>
            <tr
              style="mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes;
              height:43.9pt">
              <td style="width:71.0%;padding:0cm 0cm 0cm 0cm;
                height:43.9pt" valign="top" width="71%">
                <p class="MsoNormal"
                  style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
                  normal"><span
                    style="font-size:8.0pt;font-family:"Arial","sans-serif";

                    mso-fareast-font-family:"Times New
                    Roman";color:#943634;mso-fareast-language: IT">Arch.
                    Ruggero Bonisolli</span><span
                    style="font-size:12.0pt;font-family: "Times New
                    Roman","serif";mso-fareast-font-family:"Times
                    New Roman"; mso-fareast-language:IT"><o:p></o:p></span></p>
                <p class="MsoNormal"
                  style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
                  normal"><span
                    style="font-size:8.0pt;font-family:"Arial","sans-serif";

                    mso-fareast-font-family:"Times New
                    Roman";color:#943634;mso-fareast-language: IT">(<b>LPE</b>)
                    Laboratorio di Progettazione Ecologica – (<span
                      class="SpellE"><b>LADeC</b></span>) Laboratorio
                    Analisi Dati e Cartografie</span><span
                    style="font-size:12.0pt;font-family:"Times New
                    Roman","serif";mso-fareast-font-family:

                    "Times New Roman";mso-fareast-language:IT"><o:p></o:p></span></p>
                <p class="MsoNormal"
                  style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
                  normal"><span
                    style="font-size:8.0pt;font-family:"Arial","sans-serif";

                    mso-fareast-font-family:"Times New
                    Roman";color:#943634;mso-fareast-language: IT">(<span
                      class="SpellE"><b>DAStU</b></span>) Dipartimento
                    di Architettura e Studi Urbani</span><span
                    style="font-size:12.0pt;font-family:"Times New
                    Roman","serif";
                    mso-fareast-font-family:"Times New
                    Roman";mso-fareast-language:IT"><o:p></o:p></span></p>
                <p class="MsoNormal"
                  style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
                  normal"><span
                    style="font-size:8.0pt;font-family:"Arial","sans-serif";

                    mso-fareast-font-family:"Times New
                    Roman";color:#943634;mso-fareast-language: IT">Politecnico
                    di Milano</span><span
                    style="font-size:12.0pt;font-family: "Times New
                    Roman","serif";mso-fareast-font-family:"Times
                    New Roman"; mso-fareast-language:IT"><o:p></o:p></span></p>
              </td>
              <td style="width:29.0%;padding:0cm 0cm 0cm 0cm;
                height:43.9pt" valign="top" width="29%">
                <p class="MsoNormal"
                  style="margin-bottom:0cm;margin-bottom:.0001pt;
                  text-align:right;line-height:normal" align="right"><span
                    style="font-size:8.0pt;font-family:
                    "Arial","sans-serif";mso-fareast-font-family:"Times
                    New Roman";color:#943634;
                    mso-fareast-language:IT">Via Bonardi, 9</span><span
                    style="font-size:12.0pt; font-family:"Times New
                    Roman","serif";mso-fareast-font-family:"Times
                    New Roman"; mso-fareast-language:IT"><o:p></o:p></span></p>
                <p class="MsoNormal"
                  style="margin-bottom:0cm;margin-bottom:.0001pt;
                  text-align:right;line-height:normal" align="right"><span
                    style="font-size:8.0pt;font-family:
                    "Arial","sans-serif";mso-fareast-font-family:"Times
                    New Roman";color:#943634;
                    mso-fareast-language:IT">20133 Milano</span><span
                    style="font-size:12.0pt; font-family:"Times New
                    Roman","serif";mso-fareast-font-family:"Times
                    New Roman"; mso-fareast-language:IT"><o:p></o:p></span></p>
                <p class="MsoNormal"
                  style="margin-bottom:0cm;margin-bottom:.0001pt;
                  text-align:right;line-height:normal" align="right"><span
                    style="font-size:8.0pt;font-family:
                    "Arial","sans-serif";mso-fareast-font-family:"Times
                    New Roman";color:#943634;
                    mso-fareast-language:IT">Tel 02239994 41/42</span><span
                    style="font-size: 12.0pt;font-family:"Times New
                    Roman","serif";mso-fareast-font-family:"Times
                    New Roman"; mso-fareast-language:IT"><o:p></o:p></span></p>
                <p class="MsoNormal"
                  style="margin-bottom:0cm;margin-bottom:.0001pt;
                  text-align:right;line-height:normal" align="right"><span
                    style="font-size:8.0pt;font-family:
                    "Arial","sans-serif";mso-fareast-font-family:"Times
                    New Roman";color:#943634;
                    mso-fareast-language:IT">Fax 02 239994444</span><span
                    style="font-size:12.0pt; font-family:"Times New
                    Roman","serif";mso-fareast-font-family:"Times
                    New Roman"; mso-fareast-language:IT"><o:p></o:p></span></p>
              </td>
            </tr>
          </tbody>
        </table>
        <p class="MsoNormal"
          style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
          normal"><span style="font-size:12.0pt;font-family:"Times
            New Roman","serif";
            mso-fareast-font-family:"Times New
            Roman";mso-fareast-language:IT"><o:p> </o:p></span></p>
      </div>
    </div>
  </body>
</html>