Re: modwsgi on suburl

2009-11-25 Thread Some Guy
my bad :). didn't really get his gist. just switched to wsgi myself. On Nov 25, 11:00 pm, Graham Dumpleton wrote: > On Nov 26, 5:04 pm, Some Guy wrote: > > > WSGIScriptAlias /test > > > should be > > >  WSGIScriptAlias / > > > not really sure what you mean by suburl... > > No it shouldn't. What

Re: modwsgi on suburl

2009-11-25 Thread Graham Dumpleton
On Nov 26, 5:04 pm, Some Guy wrote: > WSGIScriptAlias /test > > should be > >  WSGIScriptAlias / > > not really sure what you mean by suburl... No it shouldn't. What he was doing with the directive is correct. Provided they are using 1.0 or later, urls.py should be setup the same as if site mo

Re: modwsgi on suburl

2009-11-25 Thread Some Guy
WSGIScriptAlias /test should be WSGIScriptAlias / not really sure what you mean by suburl... On Nov 25, 9:47 pm, Amit Sethi wrote: > Hi , can somebody tell me how i should configure mod_wsgi on a suburl I want > to set a django project on > > domain.com/test/ > > so my urls.py at present look