启动APMServ.
出现:“√Apache已启动。√MySQL5.1已启动。”就OK了。
如果“Apache未启动”就检查:
1.下载工具是否关闭——关闭下载工具;
2.端口可能冲突——更改Apache端口80为别的数值;
3.【我是把文件解压到D:\】去“D:\APMServ526\Apache\conf\extra”,用记事本打开“httpd-ssl.conf”,把“
# directives are used in per-directory context.
#SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
<FilesMatch "\.(cgi|pl|shtml|phtml|php|php5|php4|php3)$">
SSLOptions +StdEnvVars
</FilesMatch>
<Directory "E:/APMServ5.2.0/www/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
# SSL Protocol Adjustments:
# The safe and default but still SSL/TLS standard compliant shutdown
# approach is that mod_ssl sends the close notify alert but doesn't wait for
# the close notify alert from client. When you need a different shutdown
”把中的“<Directory "E:/APMServ5.2.0/www/cgi-bin">
”改为“<Directory "D:/APMServ5.2.0/www/cgi-bin">
”