关于websnap的问题(100分)

  • 主题发起人 主题发起人 太阳河上
  • 开始时间 开始时间

太阳河上

Unregistered / Unconfirmed
GUEST, unregistred user!
我用Delphi的WebSnap来设计动态网页(CGI类型),在本地的pws没有问题,现想上传到
我的申请的虚拟空间上,问:
1、是否要求开通能实行CGI的权限?
2、除了上传*,exe文件外,还要上传其它(Delphi要求)的文件吗?如有,
这些是什么文件?
请做过的高手回答,在此谢谢,分不够可加。
 
WebSnap Application Deployment
===========================================================
If you created your application as a Web App Debugger
executable, you will fist have to convert it to an
ISAPI DLL, CGI executable, or Apache Shared Module. To
deploy your DLL or EXE to a web server, you will have to
place your application in a directory that has executable
rights. With Internet Information Services (IIS) this is
typically C:/Inetpub/Scripts. For each WebModule in your
application, you must copy the associated HTML file to the
same directory as your EXE/DLL. By default, the associated
HTML file is simply the WebModule unit's name with .html
as the extension.

Additionaly, you must register both WebBrokerScript.tlb
and stdvcl40.dll on the web server. TLB files cannot be
registerd with the Microsoft regsvr32 program, but must
be registerd with tregsvr, located in the Delphi bin
directory. You can copy tregsvr to the web server, and
register the files with:
tregsvr WebBrokerScript.tlb
and
tregsvr stdvcl40.dll

Finally, WebSnap applications require the Microsoft Active
Scripting Engine in order to work. It is included with
Internet Explorer 5, and is installed by default on Windows
2000 machines. To download the Scripting Engine, visit:
http://msdn.microsoft.com/scripting/
 
apache 如何配置,我试过DataModule就很容易配置,但PageModule就老是配置不成!
 
后退
顶部