2016年10月31日月曜日

eコミュニティ・プラットフォーム - 8 災害アーカイブシステム インストールi

8-1 災害アーカイブシステムのインストール
8-1-11 動作確認
「2php版 インストールマニュアル.pdf」の「11 動作確認」を参考にします。

Webブラウザ(Firefox)のアドレス欄に「htp://centos6.myhome.net/marugoto/」と入力して Enter キーを押します。


次のようなメッセージが表示されました。

Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Fatal error: Unknown: Failed opening required '/var/www/html/marugoto/index.php' (include_path='.:/usr/share/pear:/usr/share/php') in Unknown on line 0

「6 eコミグループウェア」の「6-1-5-1 設定ウィザードの起動」を参考に、SELinux を回避するため、次のコマンドを実行します。

[root@centos6 app]# pwd
/var/www/html/marugoto/app
[root@centos6 app]# cd ../../
[root@centos6 html]# /sbin/restorecon -R marugoto

Webブラウザ(Firefox)のアドレス欄に「htp://centos6.myhome.net/marugoto/」と入力して Enter キーを押します。


次のようなメッセージが表示されました。

Not Found
The requested URL /marugoto/login was not found on this server.

「cakephp The requested URL was not found on this server.」で Google 検索した結果から、「CakePHP」の「URLリライティング」ページの「Apache と mod_rewrite (と.htaccess)」に

1. .htaccess のオーバーライドが許可されていること、正確な DocumentRoot に対して AllowOverride が All に設定されていることを確かめてください。 以下のようなものになるはずです。
---

を参考に次のように操作しました。
---
#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "/var/www/html">
---
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
#   Options FileInfo AuthConfig Limit
#
    AllowOverride All
    # None を All に修正
---

[root@centos6 marugoto]# /etc/init.d/httpd restart
httpd を停止中:                                            [  OK  ]
httpd を起動中:                                            [  OK  ]


Webブラウザ(Firefox)のアドレス欄に「htp://centos6.myhome.net/marugoto/」と入力して Enter キーを押します。


0 件のコメント: