Manjula Kumar
emailmanjula at yahoo.com
Wed Jan 23 17:41:57 EST 2008
There is no version 2.7.11 under Windows.I could find only version 2.7.1. When I download the mod_python I gettting only the mod_python.dll file is this correct. Can i get mod_python.so and mod+python.c file also.Can anyone help regarding this problem. I am runnning moin moin wiki Thanks, Manjula Graham Dumpleton <graham.dumpleton at gmail.com> wrote: On 24/01/2008, Manjula Kumar wrote: > Thanks Graham.Should I download this > > mp152dll.zip 18-Dec-2000 13:29 15k HTTP Server project > > which is at > http://www.alliedquotes.com/mirrors/apache/httpd/modpython/win/2.7.1/ I said 2.7.11, not 2.7.1. If you are running Windows, which is suggested by the link you have decided to choose, then I would probably give up as running Apache 1.3 on Windows is probably not a good idea. > I would like to download mod_python to redirect wiki to root name. Huh? What wiki? Why do you think you need mod_python for doing that? Graham > Please let me know whether the mod_python which I am trying to download is > proper version. > > Thanks, > Manjula > Graham Dumpleton wrote: > It is available from the downloads page of http://www.modpython.org. > You want version 2.7.11. > > If you want this not because you want to write mod_python specific > stuff, but because you want to run a WSGI compliant Python web > application on top, you are better off using mod_wsgi as older > mod_python versions have various bugs. > > Graham > > On 24/01/2008, Manjula Kumar wrote: > > Hi All, > > Can anyone please let me know where I can download mod_python for Apache > > 1.3. > > > > Thanks, > > Manjula > > > > Graham Dumpleton wrote: > > On 24/01/2008, Martha Zimet wrote: > > > I have followed your nstructions and I am still running into > > > the same problem, that is, only the source displays. I am running > > > mod_pyton version 3.1 have verified that is is indeed loaded > > > by checking the httpd error log per the document you referred > > > me to. > > > > Did you try the .htaccess method in those instructions rather than > > trying to do it in your main Apache configuration file? > > > > What operating system are you using? > > > > > Any more suggestions? My configuration file has the following: > > > > > > > > > > Is this what you have for real? > > > > The argument to the Directory directive is meant to be an actual > > physical directory, not a URL path component. > > > > Graham > > > > > AddHandler mod_python .py > > > PythonHandler mptest > > > PythonDebug On > > > > > > > > > I have tried it also with a /test directory with the same result. > > > Any light you can shed would be greatly appreciated. > > > > > > Regards, > > > > > > /martha > > > > > > On Thu Jan 24 6:30 , "Graham Dumpleton" sent: > > > > > > >Try following procedure documented in: > > > > > > > > > > > http://www.dscpl.com.au/wiki/ModPython/Articles/GettingModPythonWorking > > > > > > > >Do all the checks it talks about to make sure things are configured > > correctly. > > > > > > > >Graham > > > > > > > >On 24/01/2008, Martha Zimet zimet at manray.com> wrote: > > > >> I am having problems getting mod_python to work correctly. > > > >> I am following the directions in > > > >> > > > http://www.modpython.org/live/mod_python-3.2.8/doc-html/inst-testing.html > > > >> and have written a mptest.py. However, when I access mptest.py from > my > > browser, > > > >> the code does not execute and all I get is the text for mptest.py > > > >> displaying in the browser window. For example: > > > >> > > > >> from mod_python import apache > > > >> > > > >> def handler(req): > > > >> req.content_type = 'text/plain' > > > >> req.write("Hello World!") > > > >> return apache.OK > > > >> > > > >> Does anyone have any suggestions on what could be wrong with my > > installation > > > >> or how I can further diagnose this problem? Thanks in advance and I > > apologize > > > >> if this situation has been answered before. > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> _______________________________________________ > > > >> Mod_python mailing list > > > >> Mod_python at modpython.org > > > >> > > http://mailman.modpython.org/mailman/listinfo/mod_python > > > >> > > > > > > > > > > > _______________________________________________ > > Mod_python mailing list > > Mod_python at modpython.org > > http://mailman.modpython.org/mailman/listinfo/mod_python > > > > > > > > ________________________________ > > Never miss a thing. Make Yahoo your homepage. > > > > > > _______________________________________________ > > Mod_python mailing list > > Mod_python at modpython.org > > http://mailman.modpython.org/mailman/listinfo/mod_python > > > > > > > > ________________________________ > Never miss a thing. Make Yahoo your homepage. > > --------------------------------- Looking for last minute shopping deals? Find them fast with Yahoo! Search. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20080123/c6e200e6/attachment-0001.html
|