2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

MAMPでApacheが起動しないときの対処法

Last updated at Posted at 2023-03-18

先日購入したWindows11のPCにMAMPを入れて起動しようとしたら、ApacheSQL Serverも立ち上がらなかったので備忘録がてら書きます。

使用している、MAMPのバージョンは5.0.0です。

解決策は大きく3つ。

  • MAMP\conf\apache\httpd.confを編集
  • Nginxを使う
  • Microsoft visual c++ 再頒布可能パッケージ インストール

MAMP\conf\apache\httpd.confを編集

LoadModule perl_module modules/mod_perl.soをコメントアウト
私の環境では元々されていたため、これでは対処ができなかった。

Nginxを使う

  1. MAMPのボタンのPreferencesを押す
  2. Serverに移動
    mamp.png
  3. Nginxをチェック
    mamp-preferences.png

Microsoft visual c++ 再頒布可能パッケージ インストール

  1. 再頒布可能パッケージの最新のサポートされているダウンロードをMicrosoft Visual C++するというタイトルのページに行く
  2. x64を選択してダウンロード
    microsoft_VisualC++.png
  3. 終了したら再起動

今回は、私は3つ目の方法で対処しました。

参考文献

MAMP ApacheもMySQLも点灯しません
MAMP エラー Apache が起動しない
WindowsでMAMPのApacheサーバが起動しない時の対処法

2
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?