2.12.3-stable+timestamp.2015.08.19.00.18.03
(Running on Apache/2.4.7 (Ubuntu), Python 2.7.6)
-------------------------------------------------------------------------------

from gluon.tools import fetch
def index():     
    page = fetch('http://my_url')
    return page

 
-------------------------------------------------------------------------------
If you access an external URL it is fine. But if you access a url in the 
same server (may be a different project then it will crash. and we will 
need to restart Apache :(
It was working he older web2py version.

Is this a know error? can not find any discussion on the similar error or 
any workaround.


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to