python scripts for web

Chris Angelico rosuav at gmail.com
Thu Oct 18 06:02:58 EDT 2012


On Thu, Oct 18, 2012 at 8:22 PM,  <chip9munk at gmail.com> wrote:
> On Thursday, October 18, 2012 10:42:56 AM UTC+2, Zero Piraeus wrote:
>> That is exactly what a webserver does. Is there some reason you don't
>> want to use e.g. Apache to handle the requests?
>
> no reason at all. so i guess the solution is much easier then I have anticipated.
> So i guess in that case i do not need cgi or anything?
>
> Thank you for clearing that out!

CGI is a protocol between Apache and your script. What you want to do
is set up Apache to call your CGI scripts.

BTW, you don't need to send to both comp.lang.python and python-list -
they mirror each other.

ChrisA



More information about the Python-list mailing list