diff options
author | 2004-08-15 17:22:51 +0000 | |
---|---|---|
committer | 2004-08-15 17:22:51 +0000 | |
commit | 38e24230bd280fd0f893e2ea55fe19b185bcc872 (patch) | |
tree | d88e0d29c16cbc2627718017ef2592e45d598f2d /www-apache/mod_tcl/files/27_mod_tcl.conf | |
parent | Fixed deps (Manifest recommit) (diff) | |
download | gentoo-2-38e24230bd280fd0f893e2ea55fe19b185bcc872.tar.gz gentoo-2-38e24230bd280fd0f893e2ea55fe19b185bcc872.tar.bz2 gentoo-2-38e24230bd280fd0f893e2ea55fe19b185bcc872.zip |
Moved from net-www/mod_tcl to www-apache/mod_tcl.
Diffstat (limited to 'www-apache/mod_tcl/files/27_mod_tcl.conf')
-rw-r--r-- | www-apache/mod_tcl/files/27_mod_tcl.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www-apache/mod_tcl/files/27_mod_tcl.conf b/www-apache/mod_tcl/files/27_mod_tcl.conf new file mode 100644 index 000000000000..fe25a22f0f09 --- /dev/null +++ b/www-apache/mod_tcl/files/27_mod_tcl.conf @@ -0,0 +1,12 @@ +<IfDefine TCL> + <IfModule !mod_tcl.c> + LoadModule tcl_module extramodules/mod_tcl.so + </IfModule> +</IfDefine> + +<IfModule mod_tcl.c> + +# See http://tcl.apache.org/mod_tcl/ for now :/ + +</IfModule> + |