Re: VirtualHost/Cache

2011-10-25 Thread Didex
Hi Tom Evans, Was exactly the ServerName. Thank you. :) On 24 Out, 15:14, Tom Evans wrote: > On Fri, Oct 21, 2011 at 10:57 AM, Didex wrote: > > Hello everyone, > > > I am trying setup a webserver(Centos) with two django sites, but i am > > havecacheproblems. > > > http.config: > > > NameVirtua

Re: VirtualHost/Cache

2011-10-24 Thread Didex
Okay, I will change the ServerName, but my version of Django is 1.2.5. Thank you. On 24 Out, 15:14, Tom Evans wrote: > On Fri, Oct 21, 2011 at 10:57 AM, Didex wrote: > > Hello everyone, > > > I am trying setup a webserver(Centos) with two django sites, but i am > > havecacheproblems. > > > h

Re: VirtualHost/Cache

2011-10-24 Thread Tom Evans
On Fri, Oct 21, 2011 at 10:57 AM, Didex wrote: > Hello everyone, > > I am trying setup a webserver(Centos) with two django sites, but i am > have cache problems. > > > http.config: > > NameVirtualHost *:80 > WSGIPythonEggs /usr/local/django/eggs > WSGIPythonPath /usr/local/django:/usr/local/django

VirtualHost/Cache

2011-10-21 Thread Didex
Hello everyone, I am trying setup a webserver(Centos) with two django sites, but i am have cache problems. http.config: NameVirtualHost *:80 WSGIPythonEggs /usr/local/django/eggs WSGIPythonPath /usr/local/django:/usr/local/django/site1:/usr/local/ django/site2 site1.config: ServerAd