So, this instruction..
"WSGIScriptAlias / /path/to/mysite/apache/django.wsgi"

Using your example '/home/alex/projects/' need to be replaced by:
"WSGIScriptAlias / /home/alex/projects/mysite/apache/django.wsgi"

Rigth?

Thanks
Alex


On Tue, Aug 17, 2010 at 9:59 PM, Kenneth Gonsalves <law...@au-kbc.org>wrote:

> On Tue, 2010-08-17 at 21:48 -0300, Alex s wrote:
> > What does "/path/to/project" means ?
>
> if your project is in /home/alex/projects/myproject/
> then /path/to/project/ is '/home/alex/projects/'
> --
> regards
> Kenneth Gonsalves
>
> --
> 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<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
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