Re: use apache instead of server by default

2015-02-10 Thread Thierry Granier
peraps but i have no choice and i must use apache. I don't understand the different docs tu use apache. Help please Thanks Le dimanche 8 février 2015 23:20:31 UTC+1, Thierry Granier a écrit : > > Hello > > i have installed python3.4 and django1.7 on debian jessie. > > runserver works with mysql-c

Re: use apache instead of server by default

2015-02-09 Thread Avraham Serour
you should try using nginx instead of apache, the configuration files are much simpler to understand On Mon, Feb 9, 2015 at 11:21 AM, Thomas Rega wrote: > Hi, > > You have to tell the apache where to find the wsgi file of your project. > > Here you can find informations about the configuration o

Re: use apache instead of server by default

2015-02-09 Thread Thomas Rega
Hi, You have to tell the apache where to find the wsgi file of your project. Here you can find informations about the configuration of apache/modwsgi: https://code.google.com/p/modwsgi/wiki/InstallationInstructions 2015-02-08 23:20 GMT+01:00 Thierry Granier : > Hello > > i have installed python3

use apache instead of server by default

2015-02-08 Thread Thierry Granier
Hello i have installed python3.4 and django1.7 on debian jessie. runserver works with mysql-connector and mysql databases. I'd like to use apache instead of this server. So i have installed via sysaptic the module libapache2-mod-wsgi why can't i install my website root in the document/root of a