用delphi7新建了“web server applcation”的问题!(100分)

  • 主题发起人 主题发起人 zmy2k
  • 开始时间 开始时间
Z

zmy2k

Unregistered / Unconfirmed
GUEST, unregistred user!
用delphi7新建了“web server applcation”,
只添加了如下事件
procedure TWebModule1.WebModule1testAction(Sender: TObject;
Request: TWebRequest; Response: TWebResponse; var Handled: Boolean);
begin
Response.Content:='测试!';
end;

apache(2.0.47)
httpe 中 添加如下代码:
loadmodule Project1_module "C:/Program Files/Apache Group/Apache2/modules/test.dll"
<location>
sethandler test-handler
</location>

重起apache
提示如下错误!
Apache.exe: module "test.dll" is not compatible with this version of Apache (fou
nd 20020612, need 20020903).
Please contact the vendor for the correct version.

求错误原因和解决方法!
分不够在加!
 
后退
顶部