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
change port from 80 to 8000