21 Aug
2010
21 Aug
'10
11:44 a.m.
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" ...