CentOS7 で Django + Apache を動かす
* さくらのVPS入門 * How To Install Python 3 and Set Up a Local Programming Environment on CentOS 7 Python3 をインストール * How To Serve Django Applications with Apache and mod_wsgi on CentOS 7 * Python3.5.1 => RuntimeError: The 'apxs' command appears not to be installed or is not executable python3 を使うために以下の手順も追加。 $ sudo yum install httpd-devel -y # mod_wsgi のインストールに必要 $ pip3 install mod_wsgi # python3 系の mod_wsgi モジュールが入る。 mod_wsgi は仮想環境に入るのに注意。 LoadModule で httpd.conf で指定する際にバージョンが異なると動作しません。 バージョンが異なる場合、ImportError: no module named site が出る。 * Centos7 でポートを開放する方法:コマンドとファイル書き込み * bash-completionで ssh コマンドなどの補完を強化してみる