cfsky 发表于 2017-1-3 10:10:00

安装完apache后无法启动问题

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. e.g.admin@your-domain.com
#
ServerAdmin


将ServiceAdmin 注起来。在ServerAdmin 加上"#".
再此输入 apache.exe install -k install -n apache2
net start apache2.
ok 问题解决
页: [1]
查看完整版本: 安装完apache后无法启动问题