Are you trying to access admin through localhost ??

Out of curiosity, why is that you need so much 0.0.0.0 ?

please, run two instances of web2py

one like:

python web2py.py -i 127.0.0.1 -p 8001 -a "password"

second:

python web2py.py -i another_ip_of_yours -p your_port -a ""

then enter 127.0.0.1:8001 in your browser.

your apps will be visible through another_ip_of_yours:8001 but tickets
and admin only through 127.0.0.1 ..

this is the easiest way. do not be afraid to run as many instances of
web2py as you need..

-- 
Kuba

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to