On 12 February 2013 19:42, Massimo Di Pierro <massimo.dipie...@gmail.com>wrote:

> I am facing a similar problem. I use vps.com for DNS server and I do not
> see a way to redirect the top domain.
>
> BTW. I am also using pythonanywhere (planning to move web2py there) and I
> noticed I had to visit:
>
>    https://<username>.pythonanywhere.com/admin/default/reload_routes
>
> to reload the routes. Clicking on [reload app] did not do it for me.
>

That's odd!  Unless web2py is caching something to do with the routes in
the filesystem, or somewhere else that can survive a process restart, then
it definitely should force a reload -- that button basically kills and
restarts all of the web app's associated processes.

One thing that might not be immediately obvious is that you have to reload
each of the web apps you have set up, even if they're all pointing to the
same web2py installation -- they're independent sets of server processes,
and clicking the button in our web interface only reloads the one that's
selected on the left-hand side of the web tab.

If that definitely wasn't the cause, I'd love to know which web app it was
and roughly the timing -- then I can take a look in the logs.


All the best,

Giles
-- 
Giles Thomas
gi...@giles.net
http://www.gilesthomas.com/
http://learningwebgl.com/
http://pythonanywhere.com/

<http://learningwebgl.com/>

-- 

--- 
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/groups/opt_out.


Reply via email to