MAMPのApache Serverが起動するようにしたい。そして、Open WebStart PageをクリックしたらMAMPのサイトに飛べるようにしたい。
#前提
Webサーバー上においてPython,PHP,MySQL,JQuery等の開発を行う?研修を受講しています。
この中でMAMPのインストールを要求され、インストールしたものの下記状況に直面したため質問させていただいているものとなります。
#状況
MAMP & MAMP PRO 4.1.1をインストールし、MAMPのWebStartページに移動しようとしたところ、移動できない状況です。
Apache ServerとCloudの部分が白抜きになっており、MySQL Serverのみが青く光っている状態です。
※追加でport 3306が既に使用されている旨のアラート?がでたため、添付させていただいております。
#やってみたこと
Apache Serverが起動していないため、以下の部分をコメントアウトしておりますが、それでも改善される気配がありません。。
LoadModule perl_module modules/mod_perl.so
#エラーログ
エラーログについても以下に添付させていただきます。
---エラーログ(C:\MAMP\logs\apache_error.log)---
[Tue Dec 24 16:06:13 2019] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Dec 24 16:06:14 2019] [warn] pid file C:/MAMP/bin/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Dec 24 16:06:14 2019] [notice] Digest: generating secret for digest authentication ...
[Tue Dec 24 16:06:14 2019] [notice] Digest: done
[Tue Dec 24 16:07:56 2019] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Dec 24 16:07:57 2019] [warn] pid file C:/MAMP/bin/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Dec 24 16:07:57 2019] [notice] Digest: generating secret for digest authentication ...
[Tue Dec 24 16:07:57 2019] [notice] Digest: done
[Tue Dec 24 16:12:27 2019] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Dec 24 16:12:28 2019] [warn] pid file C:/MAMP/bin/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Dec 24 16:12:28 2019] [notice] Digest: generating secret for digest authentication ...
[Tue Dec 24 16:12:28 2019] [notice] Digest: done
[Tue Dec 24 16:12:34 2019] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Dec 24 16:12:35 2019] [warn] pid file C:/MAMP/bin/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Dec 24 16:12:35 2019] [notice] Digest: generating secret for digest authentication ...
[Tue Dec 24 16:12:35 2019] [notice] Digest: done
[Tue Dec 24 16:12:52 2019] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Dec 24 16:12:53 2019] [warn] pid file C:/MAMP/bin/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Dec 24 16:12:53 2019] [notice] Digest: generating secret for digest authentication ...
[Tue Dec 24 16:12:53 2019] [notice] Digest: done
[Tue Dec 24 16:14:28 2019] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Dec 24 16:14:29 2019] [warn] pid file C:/MAMP/bin/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Dec 24 16:14:29 2019] [notice] Digest: generating secret for digest authentication ...
[Tue Dec 24 16:14:29 2019] [notice] Digest: done
---エラーログ(C:\MAMP\logs\apache_error.log)---
回答1件
あなたの回答
tips
プレビュー