Re: Serving Media through mod_proxy.

2007-03-01 Thread David Abrahams
"Jorge Gajon" <[EMAIL PROTECTED]> writes: > Take a look at this page under the section titled "Serving media files" > > http://www.djangoproject.com/documentation/modpython/ > > That way you can also serve your media files from your same Apache instance. Yes, I know. However, that suffers many

Re: Serving Media through mod_proxy.

2007-02-27 Thread Jorge Gajon
Hi David, On 2/27/07, David Abrahams <[EMAIL PROTECTED]> wrote: > > I'm running django with Apache/mod_python and serving media through > lighttpd. I have only one IP address, so lighttpd is running on port > 8081, but some of my clients are behind firewalls that block ports > other than 80. > >

Serving Media through mod_proxy.

2007-02-27 Thread David Abrahams
I'm running django with Apache/mod_python and serving media through lighttpd. I have only one IP address, so lighttpd is running on port 8081, but some of my clients are behind firewalls that block ports other than 80. I'm planning to ditch Apache and run everything with lighttpd under FastCGI,