Re: SetEnv on production Server

2008-01-29 Thread Christoph Egger
Anton P. Linevich wrote: > Greeting, Christoph! Mon, Jan 28, 2008 at 08:46:38PM +0100, Christoph.Egger > wrote: >> Invalid Command 'SetEnv', perhapes misspelled or defines by a module >> not included in the server configuration. > > Maybe you need load mod_env module before use it: > LoadMod

Re: SetEnv on production Server

2008-01-29 Thread Anton P. Linevich
Greeting, Christoph! Mon, Jan 28, 2008 at 08:46:38PM +0100, Christoph.Egger wrote: > Invalid Command 'SetEnv', perhapes misspelled or defines by a module > not included in the server configuration. Maybe you need load mod_env module before use it: LoadModule env_module mod_env.so -- Anto

SetEnv on production Server

2008-01-28 Thread Christoph Egger
Hi I'm going to have an django project served from the webserver of a friend of mine so we tried setting up Django. As the installer of 0.96 complained to not find /usr/lib/python2.5/config/Makefile (config/ does not exist) I manually coppied the files to /usr/lib/python2.5/site-packages/django an