WSGIScriptAlias /test

should be

 WSGIScriptAlias /

not really sure what you mean by suburl...

On Nov 25, 9:47 pm, Amit Sethi <amit.pureene...@gmail.com> 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 looks like :
>
> urlpatterns = patterns('',
>      (r'^(.*)', 'sttp.views.serve'),)
>
> and the wgi scrip alias is WSGIScriptAlias /test
> /home/amit/sttp-project/django.wsgi
>
> --
> A-M-I-T S|S

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to