Hi,
Every now and then, I see the following error in my server logs:
ERROR:web2py:Traceback (most recent call last):
File "/home/www-data/web2py/gluon/main.py", line 401, in wsgibase
socket.gethostbyname(http_host)]
gaierror: [Errno -2] Name or service not known
So far today I'm getting 10+ of these errors (although not from any of my requests, but other users').
How can this error be fixed?.
I'm using latest web2py, ubuntu 10.04, postgresql, nginx, uwsgi-python.
Thanks,
Carlos