Re: Apache does not serve static files from document root

2007-08-20 Thread Peter Melvyn
On 8/20/07, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > Have you read the mod_python documentation on Django site? It gives an > example, which modified for your case would be: > > > SetHandler None > > > The important bit is the SetHandler directive. Have you done that? Yes, I did. Sett

Re: Apache does not serve static files from document root

2007-08-20 Thread Graham Dumpleton
On Aug 21, 3:21 am, "Peter Melvyn" <[EMAIL PROTECTED]> wrote: > On 8/20/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > > Not really Django related, so I'll do this briefly... > > Yes, I know. I appreciate your prompt reply. Thanks. > > > In this case you'll probably want to add another Loca

Re: Apache does not serve static files from document root

2007-08-20 Thread Peter Melvyn
On 8/20/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > Not really Django related, so I'll do this briefly... Yes, I know. I appreciate your prompt reply. Thanks. > In this case you'll probably want to add another Location section before > this one to handle things to WWW-ROOT/bizweb expli

Re: Apache does not serve static files from document root

2007-08-20 Thread Malcolm Tredinnick
On Mon, 2007-08-20 at 12:17 +0200, Peter Melvyn wrote: > Hi all, > > I'm trying to migrate my Django project from dev. server to Apache on > the same machine running Windows. Content generated by Django is OK, > but no static file from DocumentRoot is served. > > My Apache & mod-python is config