On Mon, 2005-02-28 at 10:34, John Dennis wrote: > In the scripts subdirectory is a file called "driver", the comments at > the top of the file say its used to run CGI scripts. In a standard 2.1.5 > installation I don't see anything that actually invokes "driver", but > perhaps I've overlooked something. When is driver invoked? Is it only > for optional third party cgi scripts?
Look in src/cgi-wrapper.c. This C file is compiled into the actual binaries that live in cgi-bin, and it's used to hop into the CGI Python scripts, via... yep! the driver script. -Barry
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
