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'll want to find your copy of the 'mapcache' binary (it won't be in "tbonfort"). </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 'mapcache'</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"><<a href="mailto:scott159@free.fr">scott159@free.fr</a>></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't know how to do it because I can't find directory /mapserver/mapcache/src/ :<br>
<br>
<IfModule mod_fcgid.c><br>
IPCCommTimeout 120<br>
MaxProcessCount 10<br>
FcgidInitialEnv "MAPCACHE_CONFIG_FILE" "/Users/tbonfort/dev/mapserver/mapcache/mapcache.xml"<br>
<Location /map.fcgi><br>
Order Allow,Deny<br>
Allow from all<br>
SetHandler fcgid-script<br>
</Location><br>
ScriptAlias /map.fcgi "/Users/tbonfort/dev/mapserver/mapcache/src/mapcache"<br>
</IfModule><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>