###発生している問題・エラーメッセージ
Amazon EC2・Amazon RDSを利用してWEBサイトを構築しています。
正常に表示されるページもあるのですが、サイドバー・画像ファイルが読みこまれていないページもあります。
この場合、下記以外にどのようなことが考えられますでしょうか?
AWS特有というものがあればご教示頂きたく、お願いいたします。
先程、投稿したのですが、情報が足りなかったので再投稿させて頂きます。
確認したこと
・Apacheドキュメントルートのパーミッション775
・Apacheにドキュメントルートの所有権・権限をもたせている
・CMSのキャッシュ、一時ファイルを削除
・ApacheログにPHP Fatal error
HP Fatal error: Call to a member function fetchRow() on boolean in /xxx/xxx/xxx/xxx/usr-data/units/bSlideShow/bSlideShow.php on line 547
・CMSの管理画面は表示される
・WEBサーバからmysqlコマンドでDBサーバへ接続できる
・他のサーバでは当該コンテンツは正常動作する
・EC2セキュリティグループでパブリックIPで接続制限している
Apache ドキュメントルートの権限設定
<Directory "/xxx/xxx/xxx/"> # # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # # The Options directive is both complicated and important. Please see # http://httpd.apache.org/docs/2.4/mod/core.html#options # for more information. # Options FollowSymLinks # # 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 None AllowOverride ALL # # Controls who can get stuff from this server. # Require all granted </Directory>
補足情報(言語/FW/ツール等のバージョンなど)
・CentOS 7.8
・Apache 2.4.6
・PHP 5.6.4
・PHPモジュール
php.x86_64 5.6.40-23.el7.remi @remi-php56 php-cli.x86_64 5.6.40-23.el7.remi @remi-php56 php-common.x86_64 5.6.40-23.el7.remi @remi-php56 php-devel.x86_64 5.6.40-23.el7.remi @remi-php56 php-gd.x86_64 5.6.40-23.el7.remi @remi-php56 php-mbstring.x86_64 5.6.40-23.el7.remi @remi-php56 php-mcrypt.x86_64 5.6.40-23.el7.remi @remi-php56 php-mysqlnd.x86_64 5.6.40-23.el7.remi @remi-php56 php-opcache.x86_64 5.6.40-23.el7.remi @remi-php56 php-pdo.x86_64 5.6.40-23.el7.remi @remi-php56 php-pecl-jsonc.x86_64 1.3.10-2.el7.remi.5.6 @remi-php56 php-pecl-jsonc-devel.x86_64 1.3.10-2.el7.remi.5.6 @remi-php56 php-pecl-zip.x86_64 1.19.1-1.el7.remi.5.6 @remi-php56
・OSモジュール
libjpeg-turbo.i686 1.2.90-8.el7 @base libjpeg-turbo.x86_64 1.2.90-8.el7 @base libjpeg-turbo-devel.x86_64 1.2.90-8.el7 @base libpng.i686 2:1.5.13-7.el7_2 @base libpng.x86_64 2:1.5.13-7.el7_2 @anaconda libpng-devel.x86_64 2:1.5.13-7.el7_2 @base freetype.i686 2.8-14.el7 @base freetype.x86_64 2.8-14.el7 @anaconda freetype-devel.x86_64 2.8-14.el7 @base libxml2.x86_64 2.9.1-6.el7.4 @anaconda libxml2-devel.x86_64 2.9.1-6.el7.4 @base
・bingo!CMS 1.7.0a
・WEBサーバ Amazon EC2
・DBサーバ Amazon RDS
回答1件
あなたの回答
tips
プレビュー