Re: Serving static media, again...

2007-06-02 Thread Nebojša Đorđević
On 01.06.2007., at 10:27, Michal wrote: > So, I have one server with apache2+mod_python and Lighttpd installed. > What is the best solution for serving static content? [snip] > 4) (something else?) Something I'm using: Serve all by apache without mod_python and handle Django app with FastCGI.

Re: Serving static media, again...

2007-06-01 Thread Michal
Kelvin Nicholson wrote: > >> So, I have one server with apache2+mod_python and Lighttpd installed. >> What is the best solution for serving static content? >> > > Is it a safe assumption that you only have one IP to work with? Yes, I have only one IP. > I'm certainly not claiming to be an exp

Re: Serving static media, again...

2007-06-01 Thread Kelvin Nicholson
> So, I have one server with apache2+mod_python and Lighttpd installed. > What is the best solution for serving static content? > Is it a safe assumption that you only have one IP to work with? I'm certainly not claiming to be an expert, however I'll extend a few thoughts. Maybe in your situ

Re: Serving static media, again...

2007-06-01 Thread Michal
Malcolm Tredinnick wrote: > On Fri, 2007-06-01 at 10:27 +0200, Michal wrote: >> Hello, >> I have another "static media serving" question. >> >> I understand, that separated servers are the best solution for serving >> dynamic and static (CSS, images, etc) content. But it is not possible to >> ev

Re: Serving static media, again...

2007-06-01 Thread Malcolm Tredinnick
On Fri, 2007-06-01 at 10:27 +0200, Michal wrote: > Hello, > I have another "static media serving" question. > > I understand, that separated servers are the best solution for serving > dynamic and static (CSS, images, etc) content. But it is not possible to > everyone. > > So, I have one serve

Serving static media, again...

2007-06-01 Thread Michal
Hello, I have another "static media serving" question. I understand, that separated servers are the best solution for serving dynamic and static (CSS, images, etc) content. But it is not possible to everyone. So, I have one server with apache2+mod_python and Lighttpd installed. What is the be