> On 16 Oct 2015, at 6:54 am, Juan Lopez <[email protected]> wrote:
> 
> Hellos to everyone, I want to make a deploy of the django 1.8, Web server is 
> Apache Prefork, I downloaded libapache2-mod-wsgi and mod_wsgi, I have made 
> several configurations but did not work. I researched a lot of information 
> but it is not explicit with apache prefork.
> thank you very much to all who can help me.
> 
> S.O: Opensuse 13.1
> Pytho:3.3
> DJango:1.8
> Apache Prefork:2.4

Django’s own documentation for mod_wsgi can be found at:

    https://docs.djangoproject.com/en/1.8/howto/deployment/wsgi/modwsgi/ 
<https://docs.djangoproject.com/en/1.8/howto/deployment/wsgi/modwsgi/>

Because you are using prefork MPM, just make sure you use mod_wsgi daemon mode 
and not embedded mode. More details about that in:

    http://blog.dscpl.com.au/2012/10/why-are-you-using-embedded-mode-of.html 
<http://blog.dscpl.com.au/2012/10/why-are-you-using-embedded-mode-of.html>

In the expectation that you followed the Django documentation, what was the 
specific problem you were having.

The only thing I can see based on what you have said is that you installed the 
wrong system package for mod_wsgi. Your installed libapache2-mod-wsgi. To me 
that looks like being for Python 2 and not Python 3. So see if you can find a 
Python 3.3 variant of the mod_wsgi package and install that instead.

Having ensured that, you will need to be more specific about what the problem 
is.

Graham

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to