The web2py book example on "Securing sessions and admin" 
<http://web2py.com/books/default/chapter/29/13/deployment-recipes#Securing-sessions-and-admin>
 
states that the 2nd step in securing an admin session is:

nohup python web2py --nogui -p 8002 -i 127.0.0.1 -a '<ask>' &


However the ampersand on this second shell command MUST be removed for this 
to work. The correct syntax is:

nohup python web2py --nogui -p 8002 -i 127.0.0.1 -a '<ask>'


I created a pull request 
<https://github.com/metaperl/web2py-book/commit/766e7612092da158a4a0db124a4136f1dc236f77>
 
and apparently it was automatically merged.

-- 
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