Joshua Ginsberg
listspam at flowtheory.net
Wed Jul 13 16:00:14 EDT 2005
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. Try that. -jag -------------- next part -------------- A non-text attachment was scrubbed... Name: unknown.jpg Type: image/jpeg Size: 1984 bytes Desc: not available Url : http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20050713/20ecdeca/unknown.jpg -------------- next part -------------- Joshua Ginsberg -- joshg at brainstorminternet.net Brainstorm Internet Network Operations 970-247-1442 x131 On Jul 13, 2005, at 1:20 PM, Alexandre F. Santos wrote: > Hi Jag, > > Thanks for your help, but here is my .htaccess file: > ------------------------------- > AddHandler python-program .py > PythonHandler mptest > PythonDebug On > ------------------------------- > > PythonDebug is already on (although it is true I don't receive > debugging > info). > > Is there a mistake in the command? > > Alex > > > >> --- Urspr?ngliche Nachricht --- >> Von: Joshua Ginsberg <listspam at flowtheory.net> >> An: "Alexandre F. Santos" <ochipepe at gmx.net> >> Kopie: mod_python at modpython.org >> Betreff: Re: [mod_python] Fwd: mod python configuration problem >> Datum: Wed, 13 Jul 2005 12:26:22 -0600 >> >> The absolute first thing you need to do is add PythonDebug to your >> .htaccess file so you won't have to pester him for the error log >> output. >> >> -jag >> >> > > -- > 5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail > +++ GMX - die erste Adresse f???r Mail, Message, More +++ >
|