On Tue, Sep 4, 2012 at 8:06 AM, Maheshakya Wijewardena <pmaheshak...@gmail.com> wrote: > I want to use django with apache server, but it needs mon_python > > I've been trying to install mod_python ( > mod_python-3.3.1.win32-py2.5-Apache2.2_2.exe ), but the following errors > occur during the installation > 1. could not create mod_python-py2.5 > 2. could not set key value Python 2.5 mod_python-3.3.1 > 3. could not set key velue "C:\Python25\Removemod_python.exe" -u > "C:\Python25\mod_python-wininst.log" > > I've the correct versions of python and apache installed in my system > > After I'd updated the "httpd.conf" file with the statement "LoadModule > python_module modules/mod_python.so" , apache server fails to restart. > > what could be the reason? >
Never use mod_python for any reason, it is deprecated, undeveloped and the wrong approach. mod_wsgi or mod_fastcgi are recommended, instructions on how to use either of them are in the Django documentation. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.