Nginx 設定

Nginx 設定 Feb 04, 2026

Fedora 14 に Nginx と PHP5 (および PHP-FPM) と MySQL サポートをインストールする - ページ 2

nginx で PHP5 を動作させるために PHP-FPM を使用します (PHP-FPM (FastCGI プロセスマネージャ) は、特に忙しいサイトに便利な追加機能を持つ代替 PHP FastCGI 実装です)。公式の Fedora 14 リポジトリには php-fpm パッケージがありませんが、幸いにも Remi リポジトリがそのようなパッケージを提供しています。

Nginx 設定 Jan 31, 2026

CentOS 6.2 に Nginx と PHP5 (および PHP-FPM) と MySQL サポートをインストールする - ページ 2

Nginx で PHP5 を PHP-FPM を通じて動作させることができます (PHP-FPM (FastCGI プロセスマネージャ) は、特に忙しいサイトに役立つ追加機能を備えた代替 PHP FastCGI 実装です)。次のように、php-cli や MySQL を PHP スクリプトから使用するために必要な php-mysql などの PHP5 モジュールと一緒に php-fpm をインストールできます:

Nginx 設定 Jan 23, 2026

Scientific Linux 6.3 に Nginx と PHP5 (および PHP-FPM) と MySQL サポートをインストールする - ページ 2

Nginx で PHP5 を動作させるために PHP-FPM を使用できます (PHP-FPM (FastCGI プロセスマネージャ) は、特に忙しいサイトに役立つ追加機能を備えた代替 PHP FastCGI 実装です)。以下のように、php-cli や MySQL を PHP スクリプトから使用するために必要な php-mysql などの PHP5 モジュールと一緒に php-fpm をインストールできます:

Nginx 設定 Jan 23, 2026

Debian上のnginxでアップロード進行状況を表示する

configure arguments: --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-log-path=/var/log/nginx/access.log --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --with-pcre-jit --with-debug --with-http_addition_module --with-http_dav_module --with-http_flv_module --with-http_geoip_module --with-http_gzip_static_module --with-http_image_filter_module --with-http_mp4_module --with-http_perl_module --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_spdy_module --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-http_xslt_module --with-ipv6 --with-mail --with-mail_ssl_module --add-module=/tmp/buildd/nginx-1.4.4/debian/modules/headers-more-nginx-module --add-module=/tmp/buildd/nginx-1.4.4/debian/modules/nginx-auth-pam --add-module=/tmp/buildd/nginx-1.4.4/debian/modules/nginx-cache-purge --add-module=/tmp/buildd/nginx-1.4.4/debian/modules/nginx-dav-ext-module --add-module=/tmp/buildd/nginx-1.4.4/debian/modules/nginx-development-kit --add-module=/tmp/buildd/nginx-1.4.4/debian/modules/nginx-echo --add-module=/tmp/buildd/nginx-1.4.4/debian/modules/ngx-fancyindex --add-module=/tmp/buildd/nginx-1.4.4/debian/modules/nginx-http-push --add-module=/tmp/buildd/nginx-1.4.4/debian/modules/nginx-lua --add-module=/tmp/buildd/nginx-1.4.4/debian/modules/nginx-upload-progress --add-module=/tmp/buildd/nginx-1.4.4/debian/modules/nginx-upstream-fair --add-module=/tmp/buildd/nginx-1.4.4/debian/modules/ngx_http_substitutions_filter_module

Nginx 設定 Dec 13, 2025

Fedora 13 における PHP5 と MySQL サポート付き Nginx のインストール - ページ 2

Nginx で PHP5 を FastCGI を通じて動作させることができます。Fedora 用のスタンドアロン FastCGI デーモンパッケージは存在しないため、lighttpd の FastCGI パッケージ (lighttpd-fastcgi) を使用し、php-cli や MySQL を PHP スクリプトから使用するために必要な php-mysql などの PHP5 モジュールと一緒にインストールします: