^_^ . Glad it worked out fine. @tim: maybe a PR on the book with this 
cmdline instead of the one posted there 

c:\web2py.py -p 8041 -i "0.0.0.0" --password="112233" --folder=
"d:\web2py_internet" --socket-timeout=10 --timeout=120 -c 
"d:\web2py_internet\applications\example.com.au.crt" -k 
"d:\web2py_internet\applications\web2py.key



that is a taddle bit:
-  long
- unreadable
- for a pretty uncommon setup (web2py.py on c:\ ?!?)

would be beneficial.
something among the lines of 

web2py.py (or web2py.exe) -a "<recycle>" --interfaces "0.0.0.0:80"  <-- to 
run HTTP only
and
web2py.py (or web2py.exe) -a "<recycle>" --interfaces 
"0.0.0.0:80;0.0.0.0:443:c:\path_to_key.key:c:\path_to_cert.crt" <-- to run 
HTTP and HTTPS

what do you say ?

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