f3015877b8
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.
21 lines
498 B
Text
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.
|
|
|
|
-
|