Re: how to setup apache server for django?

2011-04-06 Thread Graham Dumpleton
On Thursday, April 7, 2011 12:21:38 PM UTC+10, Charlie from china wrote: > > Can not find the page now... You need to be more specific. What URL? What HTTP status response? 404? What messages are in the Apache error logs? Have you enabled DEBUG to be True in Django settings file so that if

Re: how to setup apache server for django?

2011-04-06 Thread ug Charlie
Can not find the page now... On 4/7/11, Graham Dumpleton wrote: > > > On Thursday, April 7, 2011 2:16:43 AM UTC+10, Charlie from china wrote: >> >> Good to hear from you. >> I am following this guide. >> http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/ >

Re: how to setup apache server for django?

2011-04-06 Thread Graham Dumpleton
On Thursday, April 7, 2011 2:16:43 AM UTC+10, Charlie from china wrote: > > Good to hear from you. > I am following this guide. > http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/ Read: http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango Watch:

Re: how to setup apache server for django?

2011-04-06 Thread ug Charlie
Good to hear from you. I am following this guide. http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/ Using the mod_wsgi. Util now I got some empty django project works. But my satchmo shop does not work. It turns out to download when open the localhost. My file structure looks like:

Re: how to setup apache server for django?

2011-04-06 Thread Graham Dumpleton
On Wednesday, April 6, 2011 6:24:50 PM UTC+10, Charlie from china wrote: > > I have tried whole day. And I just got a new django project works. > > But I want my old project works too. Anyone could give me some info? > Depends on what WSGI hosting mechanism you are using and you don't mention

Re: how to setup apache server for django?

2011-04-06 Thread Marcos Moyano
You need to create a VirtualHost for each one of your projects. http://httpd.apache.org/docs/2.0/vhosts/ Marcos On Wed, Apr 6, 2011 at 5:24 AM, ug Charlie wrote: > I have tried whole day. And I just got a new django project works. > > But I want my old project works too.

how to setup apache server for django?

2011-04-06 Thread ug Charlie
I have tried whole day. And I just got a new django project works. But I want my old project works too. Anyone could give me some info? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to