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“

相关文章:

  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2021-12-11
猜你喜欢
  • 2022-12-23
  • 2021-09-21
  • 2022-12-23
  • 2022-01-21
  • 2021-08-10
  • 2021-08-31
相关资源
相似解决方案