2020-12-01から1ヶ月間の記事一覧

Crucial ct1000mx500ssd1 Failed with Perc h710p (M3CR032)

https://www.reddit.com/r/homelab/comments/jhb6jj/crucial_ct1000mx500ssd1_failed_with_perc_h710p/https://serverfault.com/questions/1011182/crucial-mx500-new-firmware-rev-m3cr032-causes-raid-controller-failureshttps://www.crucial.jp/support/…

mod_fcgid: ap_pass_brigade failed FcgidOutputBufferSize

https://www.tablix.org/~avian/blog/archives/2016/05/on_ap_pass_brigade_failed/FcgidOutputBufferSize FcgidOutputBufferSize 1073741824 https://stackoverflow.com/questions/42030908/configuration-mod-fcgid-for-large-process-large-site 1GB Synt…

wordpress 静的ファイル

https://wordpress.stackexchange.com/questions/24587/how-do-i-skip-wordpresss-404-handling-and-redirect-all-404-errors-for-static-fi

GeoLite GeoLite2

ダウンロードできるのはMaxMind DB形式かcsv形式となっている。古い形式であるdatはもういない。 GeoLiteのLegacy版datがダウンロードできなくなったのでなんとかする話 - Qiita GeoLite2 https://dev.maxmind.com/geoip/geoip2/geolite2/アカウント登録が必…

rundeck freebsd

インストール System Requirements | Rundeck Docs pkg install rundeck3 /usr/local/share/rundeck/rundeck.war がインストールされる /etc/rc.conf rundeck_enable="YES" 書き込みで問題がでるため chown -R rundeck:rundeck /usr/local/rundeck/ /usr/loc…

php-fpm チューニング

https://www.php.net/manual/en/install.fpm.configuration.php#pm 高めの負荷をかけたのでギリギリな感じですが、ウチの環境では設定値が大決定したので発表します。 pm.max_children = 24 pm.start_servers = 3 pm.min_spare_servers = 3 pm.max_spare_ser…

find mtime newermt

古いファイルを処理するシェルを mtime +1 と書いて実行した場合、「1日と数時間は経っているファイルが処理されていないのはなぜ?」と無駄に考え込んでしまったので、1日を過ぎたファイルを対象にする場合は、mmin +1440と書くようにしている。 findで時間…

PHP OPcache APCu

上記の「コンパイル」の部分がキャッシュ利用により省略されることで単純に高速化する仕組みで、「OPcache」はソースコード全般を担当し、「APCu」はオブジェクトや変数を担当します。 PHP 7をOPcacheとAPCuで高速化する(PHPアクセラレータ) | 己で解決!泣…

ALB証明書変更

デフォルト証明書を変更するhttps://docs.aws.amazon.com/ja_jp/elasticloadbalancing/latest/application/listener-update-certificates.html

AWS Wordpress

EC2 【AWS初心者向け】EC2のインスタンスタイプの選び方|ソニー EBSボリューム追加 Linux で Amazon EBS ボリュームを使用できるようにする - Amazon Elastic Compute Cloud EBSボリュームのマウント xfs xfsについて調べた - takapiのブログ EC2(AmazonLin…