Hi Scott,<div><br></div><div>  That line of your apache config is trying to create a link to your mapcache binary, that will be handled by fastcgi.  You&#39;ll want to find your copy of the &#39;mapcache&#39; binary (it won&#39;t be in &quot;tbonfort&quot;).  </div>
<div><br>After a successful installation, this file ends up in somewhere like (I think):</div><div><br></div><div>/usr/local/bin/mapcache</div><div><br></div><div>or you can just issue a find like so:</div><div>find / -name &#39;mapcache&#39;</div>
<div><br></div><div>Thanks,<br>David</div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Tue, Feb 14, 2012 at 3:14 PM,  <span dir="ltr">&lt;<a href="mailto:scott159@free.fr">scott159@free.fr</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I would like configure MapCache with FastCGI mode but I don&#39;t know how to do it because I can&#39;t find directory /mapserver/mapcache/src/ :<br>
<br>
&lt;IfModule mod_fcgid.c&gt;<br>
   IPCCommTimeout 120<br>
   MaxProcessCount 10<br>
   FcgidInitialEnv &quot;MAPCACHE_CONFIG_FILE&quot; &quot;/Users/tbonfort/dev/mapserver/mapcache/mapcache.xml&quot;<br>
   &lt;Location /map.fcgi&gt;<br>
      Order Allow,Deny<br>
      Allow from all<br>
      SetHandler fcgid-script<br>
   &lt;/Location&gt;<br>
   ScriptAlias /map.fcgi &quot;/Users/tbonfort/dev/mapserver/mapcache/src/mapcache&quot;<br>
&lt;/IfModule&gt;<br>
<br>
Thanks a lot<br>
<br>
scott<br>
_______________________________________________<br>
mapserver-dev mailing list<br>
<a href="mailto:mapserver-dev@lists.osgeo.org">mapserver-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-dev</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>David Middlecamp, Software Developer<br><br>Azavea  |  340 N 12th St, Ste 402, Philadelphia, PA<br><a href="mailto:dmiddlecamp@azavea.com" target="_blank">dmiddlecamp@azavea.com</a>  | T 215.701.7688  | F 215.925.2663<br>
Web <a href="http://azavea.com" target="_blank">azavea.com</a>  |  Blog <a href="http://azavea.com/blogs" target="_blank">azavea.com/blogs</a>  |  @dmiddlecamp<br>
</div>