天软金融分析.NET函数大全 > Web开发支撑 > TSL的Web支持 > WEB服务器配置方法 > Apache 1.x

Apache 1.x Module模式:    

  • 在httpd.conf中加入:
      LoadModule tsl_module C:/tsl/mod_tsl1.dll
      AddModule mod_tsl.c
      AddType application/tslscript .tsl
      AddHandler tslscript-handler .tsl