We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2019/11/06現在、手順書通りにインストールをすすめると起動に失敗します。AmazonLinux2のバージョンは ami-0064e711cbc7a825e になります
Apacheのインストールバージョンが Server version: Apache/2.4.41 になり、pfp_fpm(fastcgi)になったことでmod_phpが使えなくなったことが原因だと思われます
The text was updated successfully, but these errors were encountered:
ざっとですが手順修正したものを添付します
sudo yum install httpd sudo amazon-linux-extras install php7.3 sudo yum install php ←追加 yum install php-gd php-mbstring php-xml php-pecl-imagick php-pecl-memcached php-pecl-zip git curl -sS https://getcomposer.org/installer | php sudo cp composer.phar /usr/local/bin/composer
amazonlinux-extraでphpをセットアップするとmod_php7がインストールされないため、改めてphpをインストールしてます
このあとapacheのconfを修正し、fastcgiからmodule版に切り替えれば動作します
Sorry, something went wrong.
報告ありがとうございます。 確認してREADMEに反映します。
ありがとうございます
私のconfigの作り方が悪かったと思うのですが、php_fpmで動作させると408リクエストタイムアウトが発生していました。具体的にはある程度大きいバイナリをAPI/GUIでアップロードするとなりました
こちらは原因の切り分けができなかったので申し訳ないのですが、もしよろしければご確認いただけますと幸いです
No branches or pull requests
2019/11/06現在、手順書通りにインストールをすすめると起動に失敗します。AmazonLinux2のバージョンは ami-0064e711cbc7a825e になります
Apacheのインストールバージョンが
Server version: Apache/2.4.41
になり、pfp_fpm(fastcgi)になったことでmod_phpが使えなくなったことが原因だと思われます
The text was updated successfully, but these errors were encountered: