the instructions for running mapcache as an apache module are on the page you linked, more precisely: http://mapserver.org/trunk/mapcache/install.html#apache-module-specific-instructions
-- thomas On Thu, May 10, 2012 at 12:33 PM, Helen San Segundo Navazo <[email protected]> wrote: > Hi, > I'm new using mapcache. I've tried to install it following the instructions > on http://mapserver.org/trunk/mapcache/install.html. > > First > > $./configure > $make > $sudo make install > > > and after the apache module > > $sudo make install-module > $sudo ldconfig > > > On my httpd.conf I've added > > <Location "/cgi-bin/"> > SetEnv MAPCACHE_CONFIG_FILE > "/home/curs/Desarrollo/Aplicaciones/mapserver-mapcache-18a50e2/mapcache.xml" > </Location> > > when I try to invoque mapcache in the apache log there is this error: > > /usr/lib/cgi-bin/mapcache: line 202: cd: > /home/curs/Desarrollo/Aplicaciones/mapserver-mapcache-18a50e2/cgi: Not a > directory > gcc: mapcache.c: No such file or directory > gcc: ../lib/.libs/libmapcache.so: No such file or directoryn[Thu May 10 > 11:57:23 2012] [error] [client 127.0.0.1] Premature end of script headers: > mapcache > > the directory exists and has permisions to access > > Somebody knows how to solve it? > Thanks in advance, > Helen > _______________________________________________ > mapserver-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapserver-users _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
