Re: Django1.6 CentOS Apache static

2014-05-13 Thread hito koto
Ok, Thank you! 2014年5月13日火曜日 17時28分07秒 UTC+9 Christian Ullrich: > > * hito koto wrote: > > > 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.

Re: Django1.6 CentOS Apache static

2014-05-13 Thread Christian Ullrich
* hito koto wrote: 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 Alias /static/ "/django_test/skillshar

Django1.6 CentOS Apache static

2014-05-12 Thread hito koto
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