Graham Dumpleton
grahamd at dscpl.com.au
Wed Jul 13 18:04:33 EDT 2005
On 14/07/2005, at 6:00 AM, Joshua Ginsberg wrote: > Sorry -- didn't really look closely at it. I need to learn to read. > > First -- python-program is wrong for a handler. You want mod_python. > Second -- the send_http_header is not necessary, methinks. What he used should be fine. If you read the document referenced it clearly indicates that they are recommended be used because they both work on both mod_python 2.7 and 3.1 If you use mod_python instead of python-program and don't use send_http_header() it will not work on mod_python 2.7.
|