我刚刚在Mac 10.12.6(Sierra)上安装并首次打开了MAMP。我已经设置了一个新的根文件夹,将端口设置为默认的8888& 8889,当我点击“Start Servers”时,没有任何反应。我没有得到任何类型的错误信息,加载轮只是旋转然后停止。 Apache服务器亮起,但MySQL服务器仍为空/空白,“打开Webstart页面”选项仍然显示为灰色。
这是我的Apache错误日志,以防有人需要此帮助
[Sun Dec 10 23:12:59 2017] [notice] Digest: generating secret for digest authentication ...
[Sun Dec 10 23:12:59 2017] [notice] Digest: done
[Sun Dec 10 23:12:59 2017] [notice] FastCGI: process manager initialized (pid 7201)
[Sun Dec 10 23:12:59 2017] [notice] Apache/2.2.32 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.1.8 mod_ssl/2.2.32 OpenSSL/1.0.2j DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.9 Perl/v5.24.0 configured -- resuming normal operations
[Sun Dec 10 23:13:12 2017] [notice] caught SIGTERM, shutting down
[Sun Dec 10 23:13:16 2017] [notice] Digest: generating secret for digest authentication ...
[Sun Dec 10 23:13:16 2017] [notice] Digest: done
[Sun Dec 10 23:13:16 2017] [notice] FastCGI: process manager initialized (pid 7318)
[Sun Dec 10 23:13:16 2017] [notice] Apache/2.2.32 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.1.8 mod_ssl/2.2.32 OpenSSL/1.0.2j DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.9 Perl/v5.24.0 configured -- resuming normal operations
[Sun Dec 10 23:14:42 2017] [notice] caught SIGTERM, shutting down
[Sun Dec 10 23:14:44 2017] [notice] Digest: generating secret for digest authentication ...
[Sun Dec 10 23:14:44 2017] [notice] Digest: done
[Sun Dec 10 23:14:44 2017] [notice] FastCGI: process manager initialized (pid 8186)
[Sun Dec 10 23:14:44 2017] [notice] Apache/2.2.32 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.1.8 mod_ssl/2.2.32 OpenSSL/1.0.2j DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.9 Perl/v5.24.0 configured -- resuming normal operations
[Sun Dec 10 23:17:52 2017] [notice] caught SIGTERM, shutting down
[Sun Dec 10 23:17:54 2017] [notice] Digest: generating secret for digest authentication ...
[Sun Dec 10 23:17:54 2017] [notice] Digest: done
[Sun Dec 10 23:17:54 2017] [notice] FastCGI: process manager initialized (pid 9256)
[Sun Dec 10 23:17:54 2017] [notice] Apache/2.2.32 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.1.8 mod_ssl/2.2.32 OpenSSL/1.0.2j DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.9 Perl/v5.24.0 configured -- resuming normal operations
[Sun Dec 10 23:18:27 2017] [notice] caught SIGTERM, shutting down
[Sun Dec 10 23:18:29 2017] [notice] Digest: generating secret for digest authentication ...
[Sun Dec 10 23:18:29 2017] [notice] Digest: done
[Sun Dec 10 23:18:29 2017] [notice] FastCGI: process manager initialized (pid 9736)
[Sun Dec 10 23:18:29 2017] [notice] Apache/2.2.32 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.1.8 mod_ssl/2.2.32 OpenSSL/1.0.2j DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.9 Perl/v5.24.0 configured -- resuming normal operations
答案 0 :(得分:0)
Had the same issue on same version of OSX, tried the same fixes, nothing worked so had to delete MAMP and install old version (3.5.2) - https://www.mamp.info/en/downloads/older-versions/
Not an ideal solution, but I've got MAMP running again.