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/2048a5c0-9a67-4156-b2c7-651de2c50768%40googlegroups.com.

