Hi,
How can I use options.py with tornado anyserver?
My options.py configuration uses both of http:80 and https:443 at the same
time.
options.py
ip = '0.0.0.0'
port = 80
interfaces = [('0.0.0.0', 80), ('0.0.0.0', 443, 'server.key', 'server.crt')]
Great!
Thank you.
On Tuesday, June 12, 2012 10:17:46 PM UTC+9, Massimo Di Pierro wrote:
>
> The official web2py book is now free for everybody:
>
> https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf
>
> Massimo
>
--
Same here. Is it a bug?
On Friday, March 2, 2012 10:49:57 AM UTC+9, tomt wrote:
>
> Hi,
>
> I just installed 1.99.5. Clicking on the database administration
> button doesn't bring up the usual database administration form.
> Instead it brings up http://127.0.0.1:8000/admin/default/site. (The
3 matches
Mail list logo