advice needed for simple python web app
Dan Perl
danperl at rogers.com
Fri Feb 4 00:08:58 EST 2005
More information about the Python-list mailing list
Fri Feb 4 00:08:58 EST 2005
- Previous message (by thread): advice needed for simple python web app
- Next message (by thread): advice needed for simple python web app
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Paul Rubin" <http://phr.cx@NOSPAM.invalid> wrote in message news:7xr7jxnddh.fsf at ruckus.brouhaha.com... > "Dan Perl" <danperl at rogers.com> 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
- Previous message (by thread): advice needed for simple python web app
- Next message (by thread): advice needed for simple python web app
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list