* I'm with apache 2.2.14

   I've changed:
      Require all granted
   with:
     Order allow,deny
     Allow from all
   I've restart apache
   and the result is the same: permission denied: access to
/mapcache/demo denied
 * I think the install-module went ok:

   the result in the log was ([Thu May 10 13:21:24 2012] [notice]
   Apache/2.2.14 (Ubuntu) mod_fcgid/2.3.4 mod-mapcache/0.5-dev
   configured -- resuming normal operations)
   is there any way to test that went succesfully?

 * If I remove the <ifmodule> and restart apache I obtain the same
   error permission denied: access to /mapcache/demo denied

I'm invoking: http://localhost/mapcache/demo?LAYERS=vmap0&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG:4326&BBOx=-180,-90,180,90&WIDTH=700&HEIGHT=500&FORMAT=image/png

thanks,
Helen

El 11/05/12 11:15, thomas bonfort escribió:
- Are you on apache 2.4 ? Require all granted will only work on 2.4
- did you succesfully run "make install-module" in the mapcache folder ?
- what happens if you remove the<IfModule mapcache_module>  and
</IfModule>  lines ?

On Fri, May 11, 2012 at 10:30 AM, Helen San Segundo Navazo
<hsansegu...@meteo.cat>  wrote:
In my httpd.conf I have:

<IfModule mapcache_module>
<Directory "/home/curs/Desarrollo/Aplicaciones/mapserver-mapcache-18a50e2/">
      Require all granted
</Directory>
   MapCacheAlias /mapcache
"/home/curs/Desarrollo/Aplicaciones/mapserver-mapcache-18a50e2/mapcache.xml"
</IfModule>

El 11/05/12 10:07, thomas bonfort escribió:
e<Directory>    entry containing the base path to ma

_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to