These directives are used within the Apache httpd server configuration files to modify Apache Rivet's behavior. Their precedence is as follows: RivetDirConf, RivetUserConf, RivetServerConf, meaning that DirConf will override UserConf, which will in turn override ServerConf.
RivetServerConf GlobalInitScript "source /var/www/foobar.tcl"
![]() | Note |
---|---|
This code is evaluated at the global level, not inside the request namespace where pages are evaluated. |