head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.02.25.03.38.57;	author mi;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.13.06.46.59;	author mi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade from 3.6.b4 to 3.6.b5. The author says, a number of Tcl-8.5 (and
8.6) compatibility issues are solved.

Feature safe: yes
@
text
@--- ../../doc/mod_websh/conf/websh.conf	Mon Nov 14 09:21:00 2005
+++ ../../doc/mod_websh/conf/websh.conf	Sat Feb  3 19:36:52 2007
@@@@ -2,11 +2,5 @@@@
 
 # root of websh files
-if {[info sharedlibextension] == ".dll"} {
-    # Windows
-    set webshroot "C:/Program Files/Apache Group/Websh"
-} else {
-    # Unix (.so, .dylib ...)
-    set webshroot /usr/share/websh3.6
-}
+set webshroot /usr/local/websh
 
 # Setup interpreter classes for mod_websh
@@@@ -17,12 +17,12 @@@@
     # special html content (html that contains snipplets only)
     # same as below, but configured to use different markup syntax
-    if {[string match */other.html $file]} {
-	return "$webshroot/conf/otherhandler.ws3"
+    if {[string match */other.*html $file]} {
+	return "$webshroot/lib/websh/otherhandler.ws3"
     }
 
     # default html content (html that contains snipplets only)
     # all requests for *.html files share interpreters
-    if {[string match *.html $file]} {
-	return "$webshroot/conf/htmlhandler.ws3"
+    if {[string match *.*html $file]} {
+	return "$webshroot/lib/websh/htmlhandler.ws3"
     }
 
@@@@ -35,5 +35,5 @@@@
 
 # html handler interpreters live forever ...
-web::interpclasscfg "$webshroot/conf/htmlhandler.ws3" maxrequests 0
+web::interpclasscfg "$webshroot/lib/websh/htmlhandler.ws3" maxrequests 0
 # myApp handler interpreters live for 5 requests only
 web::interpclasscfg "$webshroot/htdocs/myApp.ws3" maxrequests 5
@


1.1
log
@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.
@
text
@d11 1
a11 1
-    set webshroot /usr/local/websh
@

