"Paul Rubin" <http://[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> "Dan Perl" <[EMAIL PROTECTED]> writes:
>> Basically, what I'm looking for is a web server that accepts an HTTP
>> request and invokes a python script.  But I would like a "pythonic"
>> solution so a web server like Apache is a solution that I would like
>> to avoid.  The server should also be as simple as possible to
>> administrate.
>
> CGI and CGIHTTPServer (or whatever it's called) is conceptually the
>> simplest.  What does your app do?

The application is just something I'm playing with to learn a little bit on 
web apps.  It uses an HTML form to send an email.  The form takes inputs 
like the From:, To: and Subject: fields and a text field.

I found the "Internet Protocols and Support" chapter in the Library 
Reference that covers also the CGIHTTPServer.  It's definitely something I 
will have to read.  Thanks.

Dan 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to