Move default environment settings from SML to Domtool
[hcoop/domtool2.git] / lib / mod_env.dtl
CommitLineData
eda33894
AC
1{{Support for Apache's mod_env, which deals with UNIX environment variables}}
2
ca6ffb3f 3extern val setEnv : no_spaces -> no_newlines -> [^Vhost];
5f033db2 4{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_env.html#setenv">the
eda33894 5 Apache documentation</a>.}}