I do not use much caching , but this comes in the new versions of web2py, I had no issue in 1.99, I upgraded to python 2.7 and web2py 2.3 this is when this error popped in. I am using apache and using routes.py to redirect user to my app. What I observed is when google bots and msn bots access my site this error appears most of the time. No user has reported of any break down but apache just writes this log.
On Friday, March 15, 2013 12:53:42 PM UTC-5, use_web2py wrote: > > Hi Massimo, > > I keep getting this error in the apache log, which fills up my log ,I need > to know why is this happening > > http_response, request, environ, ticket) > request.env.request_uri), request.url) > return ''.join(map(quoter, s)) > return quote(s, safe) > return wsgibase(new_environ, responder) > File "/home/www-data/web2py/gluon/main.py", line 649, in wsgibase > File "/home/www-data/web2py/gluon/main.py", line 651, in wsgibase > File "/home/www-data/web2py/gluon/rewrite.py", line 241, in > try_rewrite_on_error > File "/usr/lib/python2.7/urllib.py", line 1268, in quote > File "/usr/lib/python2.7/urllib.py", line 1275, in quote_plus > MemoryError > Traceback (most recent call last): > mod_wsgi (pid=31905): Exception occurred processing WSGI script > '/home/www-data/web2py/wsgihandler.py'. > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

