cmd 命令窗口
cd apache的安装bin目录,
输入 apache.exe install -k install -n apache2
出现:
此时需要修改httpd.conf。
将ServiceAdmin 注起来。在ServerAdmin 加上"#".
再此输入 apache.exe install -k install -n apache2
net start apache2.
ok 问题解决
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 问题解决
本文解决了一个常见的Apache安装问题,即在使用cmd命令窗口安装Apache时出现的语法错误提示。通过修改httpd.conf文件中的ServerAdmin配置,成功安装并启动了Apache服务。
1780

被折叠的 条评论
为什么被折叠?



