blob: a4ad77b2b49d572e96a7bcf8cceca05cbe4e07aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[
{ type: install
message: <<EOM
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.
EOM
}
]
|