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 安装正确,为什么?在线等待
我将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 安装正确,为什么?在线等待