SSLの自己証明書の発行覚書

いつも忘れるのでコマンドだけ貼っとく。 参考:Apache/SSL自己証明書の作成とmod sslの設定 – maruko2 Note. 秘密鍵の作成 1% openssl genrsa -aes128 10 [...] [...]

WordPress on nginx with FastCGIのCentOSの場合

以前の記事はDebianだったのですが、それをCentOSに設定したので、そのメモ。 ここを参考に、FastCGI用daemonのスクリプトを作成。 1% sudo vim /etc/init.d/php-fastcgi [...] [...]

DTIのServersMan@VPS Standardプランで最初にやったこと

Standardプランの契約ができたので、早速設定。 /etc/ssh/sshd_config 123Port xxxxx # ポート番号変更 PasswordAuthentication no # パスワードログインの [...] [...]

WordPress on nginx with FastCGIに移行してみた

やっぱりApacheのメモリ消費量が多い気がしてきたのでnginxに移行しました。要点としては、mod_phpのようなものはないため、FastCGIでPHPを動作させる必要があると言うこと。 インストールは大して難しくな [...] [...]