blob: d5cae5fbc7e084595d066355ff171d34eca29ebb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[
{ type: install
message: <<EOM
Remember to modify your apache configuration file
to load mod_rivet and set the appropriate handlers:
LoadModule rivet_module %%APACHEMODDIR%%/mod_rivet.so
AddType application/x-httpd-rivet .rvt
AddType application/x-rivet-tcl .tcl
Visit http://tcl.apache.org/rivet/ for documentation
EOM
}
]
|