4593393 [rkeene@sledge /home/rkeene/projects/build]$ cat rivet.txt
# SHORT DESC: Apache Module for writing Tcl-based web applications
# LONG DESC: Apache Rivet is a powerful, flexible, consistent, fast, and robust solution to creating web applications.

./configure && \
make || exit 1

rm -f /etc/apache/mod_rivet.conf
mkdir -p /etc/apache

echo '#' > /etc/apache/mod_rivet.conf
echo '# mod_rivet - TCL Interpreter for Apache module' >> /etc/apache/mod_rivet.conf
echo '#' >> /etc/apache/mod_rivet.conf
echo '' >> /etc/apache/mod_rivet.conf
echo 'LoadModule rivet_module libexec/apache/mod_rivet.so' >> /etc/apache/mod_rivet.conf
echo '' >> /etc/apache/mod_rivet.conf
echo '# Let the module handle .rvt and .tcl files.' >> /etc/apache/mod_rivet.conf
echo 'AddType application/x-httpd-rivet .rvt' >> /etc/apache/mod_rivet.conf
echo 'AddType application/x-rivet-tcl .tcl' >> /etc/apache/mod_rivet.conf

make install
4593394 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06