10 2004 档案

创建虚拟目录和移除虚拟目录
摘要: 创建一个vbs文件:'Creates\removesIISVirtualFoldersifWScript.Arguments.Count<2thenWScript.Echo"Wrongarguments."WScript.Quit(0)endifsAction=WScript.Arguments(0)ifsAction="Create"thenifWScript.Arguments.Coun...阅读全文

posted @ 2004-10-19 17:33 小牛哥| 编辑

Unclean shutdown of previous Apache run?
摘要: 在Windows上跑Apache,写测试程序测试TRS的应用程序(做压力测试),发现Apache中断服务,抛出Unclean shutdown of previous Apache run?的错误?把Logs下的httpd.pid删除后,"Unclean shutdown of previous Apache run?"能够消除,但还有”Thread attaching error,c...阅读全文

posted @ 2004-10-05 01:07 小牛哥| 编辑