WebBroker+Apache不能打开网页(100分)

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

zlshun

Unregistered / Unconfirmed
GUEST, unregistred user!
最近我采用webBroker编写Web程序,其中dll(module)为test.dll,ModuleName为test_module, hanler为test-handler,pathinfo为/test,response.content:='hello world apache server'
我将test.dll放在apache的安装目录下的modules子
目录下,然后在httpd.conf中配置:loadmodule test_module modules/test.dll
或者 loadmodule test_module "c:/apache group/apache2/modules/test.dll"
<Location /test>
sethandler test-handler
</Location>
然后重起apache服务,在IE中http://localhost/test 竟然无法访问,页面为空白,apache 安装正确,为什么?在线等待
 
有没有加
ModuleName:='test_module';

ContentType:= 'test-handler';
Apache 2 是

handler:='test-handler' ;

 
我的也是。Mrxie说的我都加了,用“loadmodule test_module "E:/Apache/Apache2/modules/test.dll"
<Location /test>SetHandler test-handler</Location>”或者loadmodule test_module modules/test.dll,运行Http://localhost/test报没找到,在LOGs中说是“[Thu Feb 05 21:01:28 2004] [error] [client 127.0.0.1] File does not exist: E:/Apache/Apache2/htdocs/test.dll”谁能告诉我Why?
 
后退
顶部