启动Apache Start时出现异常:
Syntax error on line 198 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf:
ServerAdmin takes one argument, The email address of the server administrator
解决方法:

# ServerAdmin: Your address, where problems with the server should be
# e-mailed. This address appears on some server-generated pages, such
# as error documents. e.g. admin@your-domain.com
#
ServerAdmin
改为:
# ServerAdmin: Your address, where problems with the server should be
# e-mailed. This address appears on some server-generated pages, such
# as error documents. e.g. admin@your-domain.com
#ServerAdmin

配置完毕后: 
运行--->cmd-->键入:   d:    注释:进入D盘,由于我的apache安装在E盘键入:   cd apache2   注释:进入D:\apache2\目录
键入:   cd bin   注释:进入E:\apache2\bin\ 目录
键入: Apache.exe -k install -n apache2   注释:添加了apache这个服务了,下面我们要启动它
键入:    net start apache2 注释:启动apache2服务
关闭服务器是: net stop apache2
OK,问题解决

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
  • 2021-04-25
  • 2021-10-08
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案