freebsd-ports/www/websh/files/pkg-message.in
Mikhail Teterin f3015877b8 Webshell -- a TCL module for Apache. Appears to be the most advanced
and the best supported such module of the several listed at

	http://tcl.apache.org/

Works with both Apache-1.3.x and 2.x and has an interesting development
paradigm.
2007-02-13 06:46:59 +00:00

21 lines
498 B
Text

The websh _executable_ is deliberately not installed by this port.
To load websh functionality into regular Tcl-scripts, simply use:
package require websh
For a ready to use example on configuring the module, see:
%%EXAMPLESDIR%%/httpd.conf
The file can be simply copied into the
%%PREFIX%%/%%APACHEETCDIR%%/Includes/
under more recent Apache versions.
Be sure to create %%PREFIX%%/etc/websh.conf -- most likely, you'll
simply copy the installed %%PREFIX%%/etc/websh.conf.dist over.
-