Re: Target WSGI script not found or unable to stat

2010-05-27 Thread Graham Dumpleton
On May 28, 6:27 am, mojito wrote: > > > When I come to deploy my django app on Apache , I get this error. > > > >  [error] [client 127.0.0.1] Target WSGI script not found or unable to > > > stat: C:/wsgi-django-app > > > /testing/apache/django.wsgi > &

Re: Target WSGI script not found or unable to stat

2010-05-27 Thread mojito
> > When I come to deploy my django app on Apache , I get this error. > > >  [error] [client 127.0.0.1] Target WSGI script not found or unable to > > stat: C:/wsgi-django-app > > /testing/apache/django.wsgi > > This will occur where the user that the Apache se

Re: Target WSGI script not found or unable to stat

2010-05-26 Thread Graham Dumpleton
. > > I set up the "Hello world " test first to see if my mod_wsgi install > is correct. That works. > > When I come to deploy my django app on Apache , I get this error. > >  [error] [client 127.0.0.1] Target WSGI script not found or unable to > stat: C:/wsgi-djang

Target WSGI script not found or unable to stat

2010-05-26 Thread mojito
y mod_wsgi install is correct. That works. When I come to deploy my django app on Apache , I get this error. [error] [client 127.0.0.1] Target WSGI script not found or unable to stat: C:/wsgi-django-app /testing/apache/django.wsgi Please help ... Thanks MP My set up is as follows: