Re: Problem with static content + Apache / FastCGI

2008-04-08 Thread Amit Ramon
* Tourneur Henry-Nicolas <[EMAIL PROTECTED]> [2008-04-06 20:30 +0200]: > > Hello, > > With the development server, I use the following line to manage static > content : > > (r'^site_media/(?P.*)$', 'django.views.static.serve', > {'document_root': '/var/www/nicolas/sites/NetPool/web/media/'}),

Problem with static content + Apache / FastCGI

2008-04-06 Thread Tourneur Henry-Nicolas
Hello, With the development server, I use the following line to manage static content : (r'^site_media/(?P.*)$', 'django.views.static.serve', {'document_root': '/var/www/nicolas/sites/NetPool/web/media/'}), But now, when I run my apps with Apache and FastCGI, it seems that my requests to sit