将 PHP 模块添加到 Apache 2.2 服务器时遇到问题

发布于 2024-10-13 19:31:26 字数 340 浏览 3 评论 0原文

我运行带有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ι不睡觉的鱼゛ 2024-10-20 19:31:26

如果启动时输出的所有内容都是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文