2018-07-09から1日間の記事一覧

【Python】【Apache】 Apache で Python を動かす

■ 設定環境 * OS : CentOS7 * Python : Python 2.7.5 (「python -V」で確認) * Webサーバ : Apache/2.4.6 ■ 初期設定 【1】Apacheをインストールする 【2】Apacheの設定 【3】SELinuxの設定を行う 【4】Python版のHello Worldを作成する 【5】(念のため…