how python web frameworks, wsgi cgi fit together
i have comment where i run python scripts cgi. i speculation it's simplest cgi, since run i have interpretation following .htaccess
:
options +execcgi
addtype text/html py
addhandler cgi-script .py
now, whenever i feeling adult web programming python, i hear lot wsgi many frameworks it. nonetheless i only don't know fits together, generally web server given (apache controlling during host's machine) something i unequivocally play (except defining .htaccess
commands).
how , cgi, frameworks connected? i need know, install, i wish run web horizon (say ) simple cgi configuration? exercise wsgi support?
Comments
Post a Comment