Hello,

I have 3 project,
CentOS
Apache
Django1.6
Mod_wsgi


I have  the following error:
[Tue May 13 14:43:47 2014] [warn] The Alias directive in 
/etc/httpd/conf.d/wsgi.conf at line 17 will probably never match because it 
overlaps an earlier Alias.

This is my the : /etc/httpd/conf.d/wsgi.conf

WSGIScriptAlias /django_test  
/var/www/html/django_test/skillshare/skillshare/wsgi.py

Alias /static/  "/django_test/skillshare/skillshare/static/"

WSGIScriptAlias /mysite   /var/www/html/mysite/test/test/wsgi.py

Alias /static/  "/mysite/test/test/static/"

WSGIScriptAlias /mysite/abc /var/www/html/mysite/abc/article/article/wsgi.py

Alias /static/  "/mysite/abc/test/test/static/"

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b43363cc-b4ef-4f8a-96b1-c03fd4375314%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to