Re: Apache with Django

2009-07-07 Thread WilsonOfCanada
Never mind... I figured it out. Because the location is at "/", I would not need the "PythonOption django.root / " part. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, s

Re: Apache with Django

2009-07-07 Thread WilsonOfCanada
I think I found my problem. I thought that the httpd.exe is the application running in the Vista's control panel, but it was just the "ApacheMonitor.exe" not "httpd.exe". However, while my project worked in development, it is giving me TypeError. --~--~-~--~~~---~--~-

Re: Apache with Django

2009-07-07 Thread Nikola Pavlović
On Mon, Jul 06, 2009 at 06:27:54AM -0700, WilsonOfCanada wrote: > > @ Kenneth: If I do not use runserver, what command should I use to > run the python scripts for production servers? > It seems you got a bit confused about this runserver thing, so it's probably important this gets an explicit

Re: Apache with Django

2009-07-06 Thread Mike Ramirez
On Monday 06 July 2009 10:16:14 am WilsonOfCanada wrote: > I am using Apache and mod_python with the some of the changes > suggested in > http://docs.djangoproject.com/en/dev/howto/deployment/modpython/ as shown > in the fourth posting. I can start Apache Service Control and the Test > Configurati

Re: Apache with Django

2009-07-06 Thread WilsonOfCanada
I am using Apache and mod_python with the some of the changes suggested in http://docs.djangoproject.com/en/dev/howto/deployment/modpython/ as shown in the fourth posting. I can start Apache Service Control and the Test Configuration does not show any errors; however when my ip address or my doma

Re: Apache with Django

2009-07-06 Thread Mike Ramirez
On Sunday 05 July 2009 09:01:13 pm Kenneth Gonsalves wrote: > On Monday 06 July 2009 09:01:53 WilsonOfCanada wrote: > > When running a production server, I was wondering if I still use > > "python manage.py runserver [ip]:[port]" because the cmd says it is > > running a development server. > > > >

Re: Apache with Django

2009-07-06 Thread WilsonOfCanada
@ Kenneth: If I do not use runserver, what command should I use to run the python scripts for production servers? @ Boštjan: I am not sure if I even setup a connection between them. In httpd.conf, I only added: ServerName www.domainname.ca SetHandler python-program PythonHandl

Re: Apache with Django

2009-07-05 Thread Boštjan Jerko
On 6.7.2009, at 5:31, WilsonOfCanada wrote: > > Also, do I use the my LAN IP or Internet IP with which port (is it the > same one Apache listens to)? > It depends how you set up the connection between Apache and Django? What do you use? Usually it's just a local server IP (so 127.0.0.1). B.

Re: Apache with Django

2009-07-05 Thread Kenneth Gonsalves
On Monday 06 July 2009 09:01:53 WilsonOfCanada wrote: > When running a production server, I was wondering if I still use > "python manage.py runserver [ip]:[port]" because the cmd says it is > running a development server. > > Also, do I use the my LAN IP or Internet IP with which port (is it the

Apache with Django

2009-07-05 Thread WilsonOfCanada
Hellos, When running a production server, I was wondering if I still use "python manage.py runserver [ip]:[port]" because the cmd says it is running a development server. Also, do I use the my LAN IP or Internet IP with which port (is it the same one Apache listens to)? Thanks --~--~-~