Re: [web2py] rocket-server and --interface

2014-01-13 Thread Jonathan Lundell
On 13 Jan 2014, at 6:10 AM, Jonathan Lundell wrote: > On 13 Jan 2014, at 5:28 AM, Martin Weissenboeck wrote: >> What I want to have: >> >> A website, which could be accessed by the https-protocoll (for the >> administration) and by the http-protokoll (as service for some ip-phones). >> >> >>

Re: [web2py] rocket-server and --interface

2014-01-13 Thread Jonathan Lundell
On 13 Jan 2014, at 5:28 AM, Martin Weissenboeck wrote: > What I want to have: > > A website, which could be accessed by the https-protocoll (for the > administration) and by the http-protokoll (as service for some ip-phones). > > > I have tried: > > nohup /usr/local/bin/python2.7 web2py.py -a

[web2py] rocket-server and --interface

2014-01-13 Thread Martin Weissenboeck
What I want to have: A website, which could be accessed by the https-protocoll (for the administration) and by the http-protokoll (as service for some ip-phones). I have tried: - nohup /usr/local/bin/python2.7 web2py.py -a 123456 --interface xx.xx.xx.xx:8008:server.key:server.crt & -