Re: LAMP setup

2016-03-08 Thread Kári Hreinsson
Hello, Perhaps it is the typo: which I guess should read public_py? Python sites are rarely written and deployed in this manner however. Normally you would use a web framework such as Django or Flask, you would then either use apache/mod_wsgi or use gunicorn as the backend (app) webserver with n

LAMP setup

2016-03-08 Thread Stephen M
Hi to learn LAMP with python to gain another job market skill. I have everything setup and it works when I'm just displaying a HTML site. When I'm trying with python it doesn't work. I'm using python3 because that is what most blogs were saying to use. I have enabled the cgi and mpm_prefork modul