`
feng88724
  • 浏览: 172582 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论

Apache安装后无服务 以及 the requested operation has failed

阅读更多
可能很多在安装Apache与php的配置过程,遇到了此问题。


1.首先Apache安装无服务解决方法:

命令行进入apache目录下的bin ,运行如下指令即可注册服务,如:

D:\Program Files\Apache Software Foundation\Apache2.2\bin> httpd.exe -k install -n apache2.2



2. the requested operation has failed错误解决方法:

在找到httpd.conf文件,修改Listen 80为没被占用的端口
也有可能是http.conf文件中配置错误
另外还有一个原因,也是比较容易忽略的原因,就是php的版本

注意php 5.3 VC6版本是for Apache, VC9版本是for IIS。

如果还有错,使用调试指令启动Apache,看看错误信息吧!
分享到:
评论

相关推荐

    apache启动报错:the requested operation has failed解决办法

    ### Apache启动报错:“the requested operation has failed”的解决办法 #### 背景与问题描述 在使用Apache Web服务器的过程中,可能会遇到一个常见的错误提示:“the requested operation has failed”。这个错误...

    Apache无法启动解决_the_requested_operation_has_failed.doc

    ### Apache无法启动解决_the_requested_operation_has_failed #### 知识点概述 本文旨在解决Apache服务器在启动过程中出现的“the requested operation has failed”错误。这一问题可能是由多种因素导致的,包括但...

    Apache提示 the requested operation has failed无法启动的解决方法大全

    ### Apache提示 "the requested operation has failed" 无法启动的解决方法 #### 一、问题概述 在使用Apache服务器的过程中,可能会遇到服务器无法启动的情况,并且出现 "the requested operation has failed" 的...

    vcredist2008sp1

    在修改httpd.conf支持php后,启动apache,报“the requested operation has failed”错误。 使用,命令行测试:命令为httpd.exe -w -n "apache2_2" k start; 错误为Cannot load php5apache2_2.dll。解决方法如下: ...

    Apache下载、安装及常见错误

    5.2 错误:“The requested operation has failed!”,当尝试通过ApacheMonitor.exe启动时。这可能是由于配置文件中的路径不正确。检查`httpd.conf`中的`Define SRVROOT`,确保其指向Apache的实际安装位置,例如`D:\...

    本地计算机无法启动Apache故障处理

    但按照教材上介绍的那样...重启Apache就会弹出出错提示框,提示”The requested operation has failed!” 然后打开服务,启动Apache2,就提示我: “Windows不能在本地计算机启动Apache2…….并参考特定服务错误代码1” 解

    Apache服务器无法使用的解决方法

    原因三:httpd.conf配置错误如果apache的配置文件httpd.conf搞错了,在windows里启动它,会提示the requested operation has failed,这是比较郁闷的事,因为查错要看个半天。其实可以用命令行模式启动apache,并带...

    apache无法启动的可能原因分析及对策

    在遇到apache无法启动时,可以参照如下可能的原因进行问题分析。... 原因三:httpd.conf配置错误 如果apache的配置文件httpd.conf搞错了,在windows里启动它,会提示the requested operation has failed,这是比较郁

    Apeache启动不成功时,用命令行检测的方法

    1,在配置Apache服务器时,经常要在httpd.conf 修改和添加一些代码,编写中,误写或者写错时,无法正常启动时,直接报错The requested operation has failed! 2,对于新手来说,并不容易找出Apache的配置错误处,这...

    shopex开发环境配置,php配置windows

    - 如果启动时遇到错误提示“The requested operation has failed!”,检查以下几点: - 确认80端口是否被其他程序占用,例如迅雷等。可以通过任务管理器查看端口占用情况,并关闭占用该端口的应用。 - 查看Apache...

    apache2.2和php5.2.17在windows下整合过程的错误解决方法

    在实际操作中,可能会遇到Apache启动失败的情况,错误信息为:“The requested operation has failed!”。这通常是由于选择了错误的PHP版本造成的。 1. **错误分析**: - Apache2.2默认是以多线程的方式运行的,...

    计算机网络第六版答案

    23. The five layers in the Internet protocol stack are – from top to bottom – the application layer, the transport layer, the network layer, the link layer, and the physical layer. The principal ...

Global site tag (gtag.js) - Google Analytics