Wamp 和阿帕奇 2.0.63
Wamp & Apache 2.0.63
这是我的第一个问题,也是我作为提问者在 Whosebug 上的第一个问题。
我的问题:
Wamp 在 2.0.63 版本下不启动 apache 服务器
OS & 我使用的软件:
- Windows 7 SP1
- 带有 apache 2.0.63
下载扩展的 Wamp 2.2
我能做什么:
在 2.2.21.
版本下启动 apache
我的firewall/antivirus没问题,80端口空闲
下面是我从 2.2.21 切换到 2.0.63 时检索到的日志:
[Fri Oct 14 18:24:53 2016] [notice] Apache/2.2.21 (Win64) PHP/5.3.10 configured -- resuming normal operations
[Fri Oct 14 18:24:53 2016] [notice] Server built: Sep 24 2011 19:57:51
[Fri Oct 14 18:24:53 2016] [notice] Parent: Created child process 7672
[Fri Oct 14 18:24:53 2016] [notice] Child 7672: Child process is running
[Fri Oct 14 18:24:53 2016] [notice] Child 7672: Acquired the start mutex.
[Fri Oct 14 18:24:53 2016] [notice] Child 7672: Starting 64 worker threads.
[Fri Oct 14 18:24:53 2016] [notice] Child 7672: Starting thread to listen on port 80.
[Fri Oct 14 18:24:53 2016] [notice] Child 7672: Starting thread to listen on port 80.
[Fri Oct 14 18:25:03 2016] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Fri Oct 14 18:25:03 2016] [notice] Child 7672: Exit event signaled. Child process is ending.
[Fri Oct 14 18:25:04 2016] [notice] Child 7672: Released the start mutex
[Fri Oct 14 18:25:05 2016] [notice] Child 7672: All worker threads have exited.
[Fri Oct 14 18:25:05 2016] [notice] Child 7672: Child process is exiting
[Fri Oct 14 18:25:05 2016] [notice] Parent: Child process exited successfully.
欢迎任何想法或曲目。
E.
如果标准 Apache 日志没有显示任何内容,最好在打开其标准日志之前查看 Windows Event Viewer
Apache 写入的内容。
如何运行事件查看器
Windows Key + R
Enter eventvwr
Press the OK button
等待查看器处理完所有日志,这可能需要一分钟左右的时间。
在左侧栏中单击 Windows Logs
,然后单击 Applications
。
在 Source
列中查找 Apache
,您可能会看到来自 Apache 的错误。
我希望当您在 Windows 7 上尝试 运行 一个非常旧的 Apache 版本时,MSVC C/C++ Runtime library
缺少此版本 Apache 所需的 MSVC C/C++ Runtime library
Windows 7 as MS不强制安装旧版本的运行时间库。
另一种可能是您没有 PHP 版本可以 运行 使用这个旧版本的 Apache。
所以您还必须安装 PHP5.2 版本。?因为这是 PHP 的最后一个版本,我相信它具有为 Apache 2.0 配置映射的链接。
当然,另一个可能的问题是找到一个 PHP 版本,该版本是使用与您正在使用的 Apache 相同版本的 MSVC 编译器编译的。这可能是 VC6!
同样如此,Apache 或 PHP 版本不太可能针对 X64 编译,因此您需要确保安装了 32 位版本的 WAMPServer。
PHP Archives http://windows.php.net/downloads/releases/archives/
In short this is going to be quite a difficult process to get right
尝试使其工作后,我找到的解决方案是下载 xampp 1.5.4,其中包括 php 5.1.6。虽然我没有apache 2.0.63但是没关系。
这是我的第一个问题,也是我作为提问者在 Whosebug 上的第一个问题。
我的问题:
Wamp 在 2.0.63 版本下不启动 apache 服务器
OS & 我使用的软件: - Windows 7 SP1 - 带有 apache 2.0.63
下载扩展的 Wamp 2.2我能做什么: 在 2.2.21.
版本下启动 apache我的firewall/antivirus没问题,80端口空闲
下面是我从 2.2.21 切换到 2.0.63 时检索到的日志:
[Fri Oct 14 18:24:53 2016] [notice] Apache/2.2.21 (Win64) PHP/5.3.10 configured -- resuming normal operations
[Fri Oct 14 18:24:53 2016] [notice] Server built: Sep 24 2011 19:57:51
[Fri Oct 14 18:24:53 2016] [notice] Parent: Created child process 7672
[Fri Oct 14 18:24:53 2016] [notice] Child 7672: Child process is running
[Fri Oct 14 18:24:53 2016] [notice] Child 7672: Acquired the start mutex.
[Fri Oct 14 18:24:53 2016] [notice] Child 7672: Starting 64 worker threads.
[Fri Oct 14 18:24:53 2016] [notice] Child 7672: Starting thread to listen on port 80.
[Fri Oct 14 18:24:53 2016] [notice] Child 7672: Starting thread to listen on port 80.
[Fri Oct 14 18:25:03 2016] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Fri Oct 14 18:25:03 2016] [notice] Child 7672: Exit event signaled. Child process is ending.
[Fri Oct 14 18:25:04 2016] [notice] Child 7672: Released the start mutex
[Fri Oct 14 18:25:05 2016] [notice] Child 7672: All worker threads have exited.
[Fri Oct 14 18:25:05 2016] [notice] Child 7672: Child process is exiting
[Fri Oct 14 18:25:05 2016] [notice] Parent: Child process exited successfully.
欢迎任何想法或曲目。 E.
如果标准 Apache 日志没有显示任何内容,最好在打开其标准日志之前查看 Windows Event Viewer
Apache 写入的内容。
如何运行事件查看器
Windows Key + R
Enter eventvwr
Press the OK button
等待查看器处理完所有日志,这可能需要一分钟左右的时间。
在左侧栏中单击 Windows Logs
,然后单击 Applications
。
在 Source
列中查找 Apache
,您可能会看到来自 Apache 的错误。
我希望当您在 Windows 7 上尝试 运行 一个非常旧的 Apache 版本时,MSVC C/C++ Runtime library
缺少此版本 Apache 所需的 MSVC C/C++ Runtime library
Windows 7 as MS不强制安装旧版本的运行时间库。
另一种可能是您没有 PHP 版本可以 运行 使用这个旧版本的 Apache。
所以您还必须安装 PHP5.2 版本。?因为这是 PHP 的最后一个版本,我相信它具有为 Apache 2.0 配置映射的链接。
当然,另一个可能的问题是找到一个 PHP 版本,该版本是使用与您正在使用的 Apache 相同版本的 MSVC 编译器编译的。这可能是 VC6!
同样如此,Apache 或 PHP 版本不太可能针对 X64 编译,因此您需要确保安装了 32 位版本的 WAMPServer。
PHP Archives http://windows.php.net/downloads/releases/archives/
In short this is going to be quite a difficult process to get right
尝试使其工作后,我找到的解决方案是下载 xampp 1.5.4,其中包括 php 5.1.6。虽然我没有apache 2.0.63但是没关系。