Persistence of CGI (was: OSError [Errno 26] ?!?!)

Tim Chase python.list at tim.thechases.com
Tue Jul 2 20:57:04 EDT 2013


On 2013-07-03 00:19, Steven D'Aprano wrote:
> CGI didn't stop working just because more powerful, or better, 
> alternatives now exist.

And for most exceptionally cheap hosting services, your choices are
usually limited to PHP, static HTML (possibly server-side includes if
you're lucky), or CGI.  So CGI is often the easiest way to get
dynamic websites written in Python (or Perl) onto cheap web
providers.  And for the small sites that use such hosting, the
overhead of CGI doesn't generally cause much issue.

-tkc





More information about the Python-list mailing list