"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 performance disadvantages, which is why a separate server process is recommended. > Personally I've been using Lighttpd with FastCGI and it has been > working great. In fact Lighttpd only redirect the traffic to the > Django FastCGI instance, it doesn't have to load any python code > itself so it is very light-weight and very good for serving media > files. I know; I have just such a version of my site running... on a nonstandard port. To switch lighty to port 80 I would have to get it running my Tracs and several other things as well. -- Dave Abrahams Boost Consulting www.boost-consulting.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---