Re: how to use apache instead of django_server

2014-12-29 Thread Gerald Klein
You need both apache and uwsgi or something like gunicorn, gunicorn is easier to configure. Basically your apache server will listen on 80 and them proxy python code to the app server On Mon, Dec 29, 2014 at 12:09 PM, phil...@bailey.st wrote: > > Hello there, > > if you are familiar with puppet

Re: how to use apache instead of django_server

2014-12-29 Thread phil...@bailey.st
Sorry, just forgot to attach the link https://forge.puppetlabs.com/pbailey/django_bootstrap Best, Phillip On 29/12/14 18:09, phil...@bailey.st wrote: > > Hello there, > > if you are familiar with puppet you can take a look to this module. > > Best, > > Phillip > -- You received this mes

Re: how to use apache instead of django_server

2014-12-29 Thread phil...@bailey.st
Hello there, if you are familiar with puppet you can take a look to this module. Best, Phillip On 29/12/14 17:26, th.gran...@free.fr wrote: > Merci > Thanks > > just another question > > when you don't use apache but the internal server of Django you start > the command runserver for login

Re: how to use apache instead of django_server

2014-12-29 Thread th . granier
Merci Thanks just another question when you don't use apache but the internal server of Django you start the command runserver for loging to django admin how to connect with apache? Many thanks T. Le lundi 29 décembre 2014 13:11:01 UTC+1, th.gr...@free.fr a écrit : > > Hello > > i'm a very ne

Re: how to use apache instead of django_server

2014-12-29 Thread Masklinn
On 2014-12-29, at 13:11 , th.gran...@free.fr wrote: > Hello > > i'm a very new user of python and i'd luke to install Django > i want to use apache server instead of the internal Django server. > > i read the documentation and installed wsgi > but now i don't know how to connect Django admin via

how to use apache instead of django_server

2014-12-29 Thread th . granier
Hello i'm a very new user of python and i'd luke to install Django i want to use apache server instead of the internal Django server. i read the documentation and installed wsgi but now i don't know how to connect Django admin via apache!! thanks for your help T -- You received this message b