2023-01-01から1ヶ月間の記事一覧

Apache / mod_wsgi / virtualenv で Python / Flask アプリケーションを動かしてみた【EC2 / Amazon Linux 2】

Apach, mod_wsgi で Flask アプリケーションを動かしてみたのでその記録です。Python の実行環境として仮想環境を作成する方針で進めていきます。 作業手順 WIP 作業ログ # ------------------------------------------------------------ # Apacheのデフォ…

pip で mod_wsgi のインストールを試みたらエラーが発生した

環境 Amazon Linux 2 python 3.9.16 pip 22.0.4 実行コマンド pip install mod_wsgi エラー RuntimeError: The 'apxs' command appears not to be installed or is not executable. Please check the list of prerequisites in the documentation for this p…