On 20/08/2010 08:42, franck wrote: > I don't remember where you can export environment variable with apache > (something like /etc/apache/envvar, not sure), This is done with SetEnv in your Apache config: <VirtualHost> ... SetEnv DANCER_ENVIRONMENT "production" ...