Jim Lawrence
accessd at shaw.ca
Sat Nov 19 18:54:08 CST 2005
Hi Stuart: Thank you so very much for the insight and background. You have definitely sped up my online implementation. I current have Perl running so I am aware of the CGI processors issues. Jim PS Why wasn't DOS as feature laden? (Python is awesome.) -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Stuart McLachlan Sent: Saturday, November 19, 2005 4:46 PM To: Access Developers discussion and problem solving Subject: Re: [AccessD] OT Python and IIS install On 19 Nov 2005 at 14:03, Jim Lawrence wrote: > OT: > > Hi all: > > I again apologize for so many OT questions but the clients are always right. > > Does Python connect to IIS/Apache, or is even supposed to, like PHP or Perl? > If so what file? > PHP and Perl are very different in they way work they with an HTTP server. PHP is normally run as a module of the HTTP server. Perl is generally used as a CGI processor. If you are using Apache, you can use mod_python to integrate Python with the server. See http://www.modpython.org/ and http://www.onlamp.com/pub/a/python/2003/10/02/mod_python.htm If you are using IIS, or your Apache server does not include mod_python, you use Python programs/scripts as a CGI processor the same way you would use programs written in Perl, C, VB or whatever. For using Python as a CGI processor, take a look at: http://www.cs.virginia.edu/~lab2q/ and http://gnosis.cx/publish/programming/feature_5min_python.html -- Stuart -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com