<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Thomas,<div>I can confirm you that the 1.7.4-4 build from KyngChaos is built with a working qgis-server.</div><div>Did you create the apache config file as in <a href="http://hub.qgis.org/projects/quantum-gis/wiki/QGIS_Server_Tutorial?">http://hub.qgis.org/projects/quantum-gis/wiki/QGIS_Server_Tutorial?</a></div><div>Did you restart Apache and make sure apache is loading the config file (alias qgis-mapserv/ is correctly redirecting)?</div><div><br></div><div>I remember I had some issues setting up the first time qgis-server. Try to change the "Options" statement in the apache config file to match the below example (my current - working- configuration), restart apache and test.</div><div><br></div><div><div><IfModule mod_fastcgi.c> </div><div><br></div><div>  FastCgiConfig -appConnTimeout 60 -idle-timeout 60 -init-start-delay 1 -minProcesses 2 -maxClassProcesses 20 -startDelay 5</div><div>  AddHandler fastcgi-script .fcgi</div><div>  Alias /qgis-mapserv/ /Applications/QGIS.app/Contents/MacOS/fcgi-bin/</div><div>  <Directory /Applications/QGIS.app/Contents/MacOS/fcgi-bin/></div><div>    AllowOverride None</div><div>    Options +ExecCGI -MultiViews +FollowSymLinks</div><div>    Order allow,deny</div><div>    Allow from all</div><div>  </Directory></div><div><br></div><div></IfModule></div><div><pre><span class="Apple-style-span" style="font-family: Helvetica; white-space: normal; ">The server directory is the fcgi-bin folder. You can keep unchanged the project file path, but you should provide in this case the full path to the qgis project using the "map" URI parameter</span></pre><pre><span class="Apple-style-span" style="font-family: Helvetica; white-space: normal; ">(<a href="http://hub.qgis.org/projects/quantum-gis/wiki/QGIS_Server_Tutorial">http://hub.qgis.org/projects/quantum-gis/wiki/QGIS_Server_Tutorial</a> > Extensions to WMS > Map parameter).</span></pre><pre><font class="Apple-style-span" face="Helvetica"><span class="Apple-style-span" style="white-space: normal;">If no map parameter is given qgis-server will look for a *.qgs file in the "server directory"</span></font></pre><pre><font class="Apple-style-span" face="Helvetica"><span class="Apple-style-span" style="white-space: normal;"><br></span></font></pre><pre><font class="Apple-style-span" face="Helvetica"><span class="Apple-style-span" style="white-space: normal;">Hope this helps</span></font></pre><pre><span class="Apple-style-span" style="font-family: Helvetica; white-space: normal; "><br></span></pre><pre><span class="Apple-style-span" style="font-family: Helvetica; white-space: normal; ">-----</span></pre></div><div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Julian Bogdani</div><div><a href="mailto:jbogdani@gmail.com">jbogdani@gmail.com</a></div><div><a href="http://bradypus.net">http://bradypus.net</a></div></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>


<br><div><div>On 10 May 2012, at 23:11 , Thomas Dalbert wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi,<br><br>I'm using QGIS on Snow-Leopard and want to publish maps. I have been following the instructions for the webserver configuration from this page: <a href="http://hub.qgis.org/projects/quantum-gis/wiki/QGIS_Server_Tutorial">http://hub.qgis.org/projects/quantum-gis/wiki/QGIS_Server_Tutorial</a><br><br>I installed QGIS with KyngChaos' installer QGIS 1.7.4-4 and everything has worked wonderfully well (thanks a million!) for QGIS Desktop. I'm now a bit confused if the QGIS Server has been installed with this install. In the directory QGIS.app/Contents/MacOS/fcg-bin/ I see a qgis_mapserv.fcgi and when I use this test (according to the above instructions): <a href="http://localhost/qgis-mapserv/qgis_mapserv.fcgi?">http://localhost/qgis-mapserv/qgis_mapserv.fcgi?</a> it looks like it displays the code of this file but not "Configuration file problem" like it says in the instructions. I assume this means that the map server is NOT running.<br><br>In one search I found a post by William Kyngesburye that the QGIS Server was not included anymore in the latest update of the Mac installer but looking at the contents of the application as described above, it looks like it's still there. Can anybody clarify for me if it should have installed and speculate what the reasons might be why the test only returns code?<br><br>Also, at the beginning of the instructions about the QGIS Server, it says one can simply copy QGIS project files into the server directory. Where is that "server directory"? The way I understand it, I have to add one directory per project but I'm not sure where. Additionally, shouldn't QGIS desktop create a capabilities document if I define the "service capabilities" in Settings > Project Properties > WMS Server?<br><br>I hope someone can help me with these questions.<br><br>Thank you,<br>Thomas_______________________________________________<br>Qgis-user mailing list<br><a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>http://lists.osgeo.org/mailman/listinfo/qgis-user<br></div></blockquote></div><br></div></body></html>