fast
3
thankyou so much for replying…I got a solution using the mailing list…The solution was I was giving the wrong path in renderd.conf i first set the path to
URI=/var/www
but it should be /osm_tiles2/
Then I changed the ownership of /var/www to www-data
and also changed the write permissions of /var/lib/mod_tile/ to 777
restarted apache and executed the renderd…it started working.
FOR TILE GENERATION USING MAPNIK
it has a script generate_image.py and generate_tiles.py which generates image or set of tiles using the bounding box and the number of zoom levels for which you want to generate …and it starts generating tiles on the path that you set to write on