apache 错误LoadModule takes two arguments, a module name and the name of a shared object file to load

apache 报错 LoadModule takes two arguments, a module name and the name of a shared object file to load
以前一直没出过这种错误,网上查资料发现路径中有空格。

要把

LoadModule php5_module E:/web server/php/php5apache2_2.dll

这个路径加双引号

LoadModule php5_module ”E:/web server/php/php5apache2_2.dll“

posted @ 2011-12-05 14:41  古道东风  阅读(1814)  评论(0)    收藏  举报