[web2py] Re: Help with deploy with nginx and ubuntu 18.04

2018-12-09 Thread pbreit
I did a clean install today with "fab -H root@#.#.#.# install_web2py" and it installed OK except SSL is not working (spins indefinitely when I try to reach https://34.222.129.121/admin). This is a fresh 18.04 install on Amazon Lightsail. -- Resources: - http://web2py.com - http://web2py.com/bo

[web2py] Re: Help with deploy with nginx and ubuntu 18.04

2018-12-08 Thread 黄祥
> > length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG > checked it, temporary solution is set your web browser tls version *in firefox* about:config *search* security.tls.version.max change it's value to 0 or 1 (< 3) best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/bo

[web2py] Re: Help with deploy with nginx and ubuntu 18.04

2018-12-08 Thread carlos valdez
Hi, I've downloded the web2py framework again, and it works, but I don't know if I have a bad configuration, because, when i try the project as stand alone with no server configuration it works, but when I tried to put on line with nginx, It shows me a ssl error. Here is my configuration file f

Re: [web2py] Re: Help with deploy with nginx and ubuntu 18.04

2018-12-07 Thread 黄祥
root@cb542ca9612f:/srv# find / -name web2py.socket find: '/proc/6191/map_files': Permission denied find: '/proc/6192/map_files': Permission denied find: '/proc/6193/map_files': Permission denied find: '/proc/6195/map_files': Permission denied find: '/proc/6196/map_files': Permission denied find: '/

Re: [web2py] Re: Help with deploy with nginx and ubuntu 18.04

2018-12-07 Thread Morteza Tabibi
hi friend better see in web https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-18-04 On Fri, Dec 7, 2018 at 6:33 PM Morteza Tabibi wrote: > >- sudo apt update >- sudo apt install nginx > > > On Fri, Dec 7, 2018 at 1:34 PM 黄祥 wrote: > >> tried recently ubuntu

Re: [web2py] Re: Help with deploy with nginx and ubuntu 18.04

2018-12-07 Thread Morteza Tabibi
- sudo apt update - sudo apt install nginx On Fri, Dec 7, 2018 at 1:34 PM 黄祥 wrote: > tried recently ubuntu 18.04 with the web2py latest version the scripts is > no longer work, need update > perhaps you can share the error log (nginx) ? > > best regards, > stifan > > -- > Resources: > -

[web2py] Re: Help with deploy with nginx and ubuntu 18.04

2018-12-07 Thread Jim S
One thing I had to do was change the install of nginx Line 30: apt-get -y install nginx-full Should be apt -y install nginx I seem to recall changing something else too, but don't recall right now. But, I'm setting up new servers today and hope to put a list of issues together. I have anothe

[web2py] Re: Help with deploy with nginx and ubuntu 18.04

2018-12-07 Thread 黄祥
tried recently ubuntu 18.04 with the web2py latest version the scripts is no longer work, need update perhaps you can share the error log (nginx) ? best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - h