将 PHP 模块添加到 Apache 2.2 服务器时遇到问题
我运行带有 apache 2.2 和 PHP 5.2.17 的 Windows 7 x64 计算机,
每当我尝试将 PHP dll 添加到 httpd.conf 文件时,apache 都不会启动。
这就是它被放入 httpd.conf 的方式
LoadModule php5_module "C:/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/php"
我之前已经成功地使用 PHP 设置并运行了 Apache 服务器,所以我对此并不陌生,但我相当确定这是正确的。
I run a Windows 7 x64 machine with apache 2.2 and PHP 5.2.17
Whenever I try to add the PHP dll to the httpd.conf file, apache will not start.
this is how it is being put into httpd.conf
LoadModule php5_module "C:/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/php"
I have successfully managed to setup and run a Apache server with PHP before, so I'm not new to this, but I'm fairly certain that this is right.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果启动时输出的所有内容都是 DNS 错误,则 Apache 启动正常。 FQDN 解析是警告,而不是错误。
If everything that's being output on launch is the DNS error, Apache is launching just fine. FQDN resolution is a warning, not an error.