php-fpm

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
kuronecozizi's picture

自分のWebsiteにアクセスしても、Drupal8.5.4の設定画面が出てこない

お世話になっております。

今回、”さくらのクラウド”に最新バージョンのDrupal8.5.4を導入しようとしています。
個人的には、Nginxの設定に誤りがあるためだ、と考えておりますが、様々なサイトを回ってみても、原因の特定ができませんでした。
Nginx,MariaDB, PHPはyumでインストールしましたし、DrupalはComposerでサーバー内に展開しましたので、所有権や権限の設定は自動で行われていると考えております。

上記の私見で誤りがあれば、ご指摘・ご教授いただけますと、大変勉強になりますので、どうぞよろしくお願いいたします。

【構成】
さくらのクラウド
CPU:1core
Memory:1GB
SSD:20GB

OS:CentOS 7.5(64bit)
DB:MariaDB 10.2.8
PHP:PHP7.2 / PHP7.2-fpm
Server:Nginx 1.15.0

Composer 1.6.5
Drupal8.5.4はComposerにより配置済み

怪しいと考えている【Nginxのコンフィグファイル】3点のコードを記します。

●/etc/nginx/nginx.conf

user nginx;
master_process off; ## ADD!

Read more
Anonymous's picture

Microcaching with SSL session caching

Hi,
we are developing a e-commerce site using D7, Commerce module, PHP-FPM, APC, MySQL, InnoDB, Memcached, Nginx, SSL. Our Dedicated server has Intel i5 2.5GHz 4 Cores, FreeBSD, 16 GB RAM, 120 GB SSD.

Read more
superfedya's picture

Need some help with PHP-FPM optimization

I need some help with PHP-FPM optimization for 4 core (8 with HT) server with 16GB.

Because some times I get "The connection was reset" with the heavy scripts (for example modules updates check).

My php-fpm.conf:
;;;;;;;;;;;;;;;;;;;;;
; FPM Configuration ;
;;;;;;;;;;;;;;;;;;;;;

; All relative paths in this configuration file are relative to PHP's install
; prefix (/usr). This prefix can be dynamicaly changed by using the
; '-p' argument from the command line.

; Include one or more files. If glob(3) exists, it is used to include a bunch of

Read more
moallemi's picture

nginx: The page you are looking for is temporarily unavailable

I am using nginx, with php-fm. I am using webform module. when I try to add components to a webform nginx redirects to this page:

The page you are looking for is temporarily unavailable.
Please try again later.

nginx error log:

Read more
gateway69's picture

My first Nginx + php-fpm + percona stab at getting it set up on ubuntu 10.04

I wanted to start this thread to give anyone wanting to quickly get up and running to play around with nginx and such.. below is my first stab at sorta a howto, I used some info from other sites and next step is getting all the drupal things working like I want clean urls, imagecache, upload progress.

Note, this setup is very new to me coming from LAMP so please if you use these instructions use them only for testing out this setup.


Edited: Jan 25, 2012

My Current DB Choice, Percona

Read more
Chad_Dupuis's picture

Some Drupal Nginx Help Please

Hello,

I am setting up a new server to move some of my drupal sites to. I'm trying to switch everything over to nginx, php-fpm, etc. I have everything setup and have used perusio's scripts extensively. I can see the php-fpm status pages, I can reach the domain - in this case http://contemplativechristianliving.com/ - but I cannot get any actual drupal pages to show up... What I see in the error logs are endless entries such as:

Read more
omega8cc's picture

Barracuda Aegir with Nginx Edition 0.4-HEAD-A12.D (Lucid, Karmic and Lenny compatible)

UPDATE: Barracuda and Octopus new home is on d.o, plus there is BOA group:

http://drupal.org/project/barracuda
http://drupal.org/project/octopus
http://groups.drupal.org/boa


UPDATE: After introducing dual-core Barracuda/Octopus Aegir Installer, this thread is continued also here: http://groups.drupal.org/node/89594.

Read more
omega8cc's picture

PHP FastCGI with Nginx? The answer: PHP-FPM server

Do you still use spawn-fcgi with Nginx? It's time to consider PHP-FPM.

PHP in the form in which it is available from php.net has a number of well-known issues associated with the use of the FastCGI SAPI in production. See this comparison chart of problems and how php-fpm handles them, when enabled with the FastCGI SAPI.

Features available only in PHP-FPM:

Read more
Subscribe with RSS Syndicate content