-
Notifications
You must be signed in to change notification settings - Fork 17
Description
from the mailing list:
It looks (403: Forbidden) Tilecache does not have permissions to access the url you wrote in the configuration. Can you access that url?
De: tilecache-bounces at lists.osgeo.org [mailto:tilecache-bounces at lists.osgeo.org] En nombre de Balazs Szabó
Enviado el: miércoles, 15 de junio de 2011 11:13
Para: tilecache at lists.osgeo.org
Asunto: [Tilecache] cgi problem
Hi List!
I installed tilecache on ubuntu with apache web server (sudo apt-get install tilecache) , but when I hit this link http://localhost/cgi-bin/tilecache.cgi/1.0.0/basic/0/0/0.png
I got the following error:
An error occurred: HTTP Error 403: Forbidden
File "/usr/lib/pymodules/python2.7/TileCache/Service.py", line 343, in cgiHandler
format, image = service.dispatchRequest( params, path_info, req_method, host )
File "/usr/lib/pymodules/python2.7/TileCache/Service.py", line 208, in dispatchRequest
return self.renderTile(tile, params.has_key('FORCE'))
File "/usr/lib/pymodules/python2.7/TileCache/Service.py", line 138, in renderTile
data = layer.render(tile, force=force)
File "/usr/lib/pymodules/python2.7/TileCache/Layer.py", line 444, in render
return self.renderTile(tile)
File "/usr/lib/pymodules/python2.7/TileCache/Layers/WMS.py", line 29, in renderTile
tile.data, response = wms.fetch()
File "/usr/lib/pymodules/python2.7/TileCache/Client.py", line 59, in fetch
response = self.client.open(urlrequest)
File "/usr/lib/python2.7/urllib2.py", line 397, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 510, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 435, in error
return self._call_chain(_args)
File "/usr/lib/python2.7/urllib2.py", line 369, in _call_chain
result = func(_args)
File "/usr/lib/python2.7/urllib2.py", line 518, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)