Willem Fourie
fourie_willem at hotmail.com
Fri Apr 5 03:32:04 EST 2002
Hi Reg Thanx very much for your reply, but unfortunately I had already removed the AddType (tried with and without). When the ScriptAlias directory points to the WebDir (and mptest.py placed in that directory) then it shows the text sans interpretation. With the config pointing to /python, and the file in that directory and the URL pointing to /python/mptest.py the server responds with "The server encountered an internal error or misconfiguration and was unable to complete your request" Would appreciate ideas on other avenues perhaps. Thanx ----Original Message Follows---- From: Reg Charney <charney at charneyday.com> To: Willem Fourie <fourie_willem at hotmail.com> CC: mod_python at modpython.org Subject: Re: [mod_python] mptest.py text does not interpret Date: Thu, 04 Apr 2002 18:15:53 -0800 I had this same problem. Remove the AddType directive that refers to python from the httpd.conf file. For some reason, mod_python is not implemented the same way as PHP4,say. Reg. P.S. I never thanked others on the list that lead to this solution. My apologies and thanks. I was trying to find the reason that I inserted the AddType statement, but never did. By the time I reached that point, it was "too late" to thank Ian Clelland <ian at veryfresh.com> and "Gregory (Grisha) Trubetskoy" <grisha at modpython.org> for their help. Willem Fourie wrote: > Dear reader > > mptest.py is not being interpreted and simply displays the code in the > browser. Other python files attempt to download. Please help. > > Have made the proscribed mod's to conf (including AddModule mod_python.c) > and it checks out OK. /server-info shows that python is indeed installed. > (Apache/1.3.24 (Win32) mod_python/2.7.6 Python/2.2.1c1 PHP/4.1.3-dev) > > It was mentioned that the mime type may not be maintained, but AddType > application/x-httpd-py .py did not help. > > Thanx in advance > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://www.modpython.org/mailman/listinfo/mod_python _______________________________________________ Mod_python mailing list Mod_python at modpython.org http://www.modpython.org/mailman/listinfo/mod_python _________________________________________________________________ Join the worlds largest e-mail service with MSN Hotmail. http://www.hotmail.com
|