欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

安装完apache后无法启动问题

程序员文章站 2022-05-20 08:52:46
...
cmd 命令窗口
cd apache的安装bin目录,
输入 apache.exe install -k install -n apache2
出现:

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


此时需要修改httpd.conf。


# ServerAdmin: Your address, where problems with the server should be
# e-mailed. This address appears on some server-generated pages, such
# as error documents. [email protected]
#
ServerAdmin


将ServiceAdmin 注起来。在ServerAdmin 加上"#".

再此输入 apache.exe install -k install -n apache2

net start apache2.
ok 问题解决