Also, IIRC mod-wsgi has to be compiled against a specific version of Python, so you may have a version mismatch. I ran Apache + Django + Python 2.7 once and I ended up building modwsgi myself against Python 2.7 (I think the pre-built was 2.6).
_Nik On 1/10/2013 10:59 AM, 7equivale...@gmail.com wrote: > Hello, I need help configuring the Apache production server to work > with Django on a Rapberry pi. I am still new to Linux. Here is what > I've done so far. > > (1) I have successfully installed Apache on my Raspberry pi. I have > used it to serve up php webpages. > (2) I have successfully installed Django on the RaspPi and created a > project that works with the Django development server. > (3) I have run the command ~$ sudo apt-get install libapache2-mod-wsgi > > I am unsure where to proceed after step 3. Did step 3 install and > configure mod-wsgi to work with Apache, or do I still have some > initialization steps? Or, does the next step involve Django. I have > read and followed the steps from the Django website, but they produced > errors and where confusing to me. > > Any help would be greatly appreciated! > -- > You received this message because you are subscribed to the Google > Groups "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/6SE8SJkDxf0J. > 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. -- 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.