mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
15 lines
331 B
Text
15 lines
331 B
Text
[
|
|
{ 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
|
|
}
|
|
]
|