If anyone facing the same problem here what I did seem that mod_wsgi was obsoleted so I solved the problem by migrated to nginx with uwsgi.
On Monday, August 12, 2019 at 12:34:32 AM UTC+7, Jirawat Kusolpredee wrote: > > I'm running a web server and do a port forward from router to server. > My ISP block doing a server on port 80 so I have to change apache2 > configuration > to port 8000. After doing that I can access http or https depend on which > one > I access first. If I access https the http page will have and excpetion. > > Please see my server detail in an attachment. > > Here is what I did on apache2 configuration. > > in port.conf listen to port 8000 > in sites-available/000-default.conf change virtual host to :8000 > in sites-available/default.conf change virtual host to :8000 > > Here is exception on http when I access https first. > How to solve this issue ? > > I install the web2py using this script > > wget > https://raw.githubusercontent.com/web2py/web2py/master/scripts/setup-web2py-ubuntu.sh > > change port from 80 to 8000 > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/b96ad760-31de-4edf-b443-777c05298cf4%40googlegroups.com.

