>> You have a .php page on the server. In it is a mixture of >> PHP and HTML code. When a browser requests the page, the PHP module >> interprets PHP commands and functions on the page and returns static >> text as results of those commands and functions." > > You can configure mod_python to run pretty much just like this.
So with mod python, you'd build an HTML page, embed python functions in it, call it from your browser (index.py), and it works like PHP? I just might be able to wrap my head around THAT one. Anything more, though, and I'll have to dump the "Rock Stars who've died by choking on their own breakfast" list from core. > There are other ways to configure it too. We do it a different way. > We created a Webmail client using mod_python. Every request to our > webmail's home directory goes through a python file called "index.py" > So index.py routes requests to the appropriate function. Here is > kinda of a half-assed example of our index.py. Would try to explain > better but gotta leave for a bit. Close enough for now. Thanks, Whil _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

