Fast-FPM не обрабатывает PHP

K
На сайте с 10.01.2015
Offline
110
1839

Всем доброго времени суток! Уже больше двух часов пытаюсь решить проблему с VDS. Настроит Nginx и Fast FPM, но обработчик PHP ни в какую не хочет обрабатывать код. То есть Fast FPM просто не обрабатывает код. Подскажите, в чем может быть проблема?

Вот http://5.101.117.107/

Andron_buton
На сайте с 19.07.2007
Offline
270
#1

Kepus, какую ошибку при этом выдает? Что в логах нгинкса и в логах фпм?

какая ОС, пхп хоть установлено?

K
На сайте с 10.01.2015
Offline
110
#2
Andron_buton:
Kepus, какую ошибку при этом выдает? Что в логах нгинкса и в логах фпм?

Ошибки нету, просто пишет: <?php phpinfo(); ?> Это мой тестовый код)

Если я все правильно понял, то логи nginx находятся тут? /var/log/nginx/error.log

2015/05/30 10:08:29 [emerg] 7022#0: duplicate listen options for [::]:80 in /etc/nginx/sites-enabled/site:22

2015/05/30 10:08:29 [emerg] 7023#0: duplicate listen options for [::]:80 in /etc/nginx/sites-enabled/site:22
2015/05/30 10:09:14 [warn] 7068#0: conflicting server name "localhost" on 0.0.0.0:80, ignored
2015/05/30 10:09:14 [warn] 7069#0: conflicting server name "localhost" on 0.0.0.0:80, ignored
2015/05/30 10:09:14 [emerg] 7069#0: bind() to 0.0.0.0:80 failed (98: Address already in use)
2015/05/30 10:09:14 [emerg] 7069#0: bind() to [::]:80 failed (98: Address already in use)
2015/05/30 10:09:14 [emerg] 7069#0: bind() to 0.0.0.0:80 failed (98: Address already in use)
2015/05/30 10:09:14 [emerg] 7069#0: bind() to [::]:80 failed (98: Address already in use)
2015/05/30 10:09:14 [emerg] 7069#0: bind() to 0.0.0.0:80 failed (98: Address already in use)
2015/05/30 10:09:14 [emerg] 7069#0: bind() to [::]:80 failed (98: Address already in use)
2015/05/30 10:09:14 [emerg] 7069#0: bind() to 0.0.0.0:80 failed (98: Address already in use)
2015/05/30 10:09:14 [emerg] 7069#0: bind() to [::]:80 failed (98: Address already in use)
2015/05/30 10:09:14 [emerg] 7069#0: bind() to 0.0.0.0:80 failed (98: Address already in use)
2015/05/30 10:09:14 [emerg] 7069#0: bind() to [::]:80 failed (98: Address already in use)
2015/05/30 10:09:14 [emerg] 7069#0: still could not bind()
2015/05/30 10:15:40 [warn] 7080#0: conflicting server name "localhost" on 0.0.0.0:80, ignored
2015/05/30 10:15:40 [warn] 7081#0: conflicting server name "localhost" on 0.0.0.0:80, ignored
2015/05/30 10:15:40 [emerg] 7081#0: bind() to 0.0.0.0:80 failed (98: Address already in use)
2015/05/30 10:15:40 [emerg] 7081#0: bind() to [::]:80 failed (98: Address already in use)
2015/05/30 10:15:40 [emerg] 7081#0: bind() to 0.0.0.0:80 failed (98: Address already in use)
2015/05/30 10:15:40 [emerg] 7081#0: bind() to [::]:80 failed (98: Address already in use)
2015/05/30 10:15:40 [emerg] 7081#0: bind() to 0.0.0.0:80 failed (98: Address already in use)
2015/05/30 10:15:40 [emerg] 7081#0: bind() to [::]:80 failed (98: Address already in use)
2015/05/30 10:15:40 [emerg] 7081#0: bind() to 0.0.0.0:80 failed (98: Address already in use)
2015/05/30 10:15:40 [emerg] 7081#0: bind() to [::]:80 failed (98: Address already in use)
2015/05/30 10:15:40 [emerg] 7081#0: bind() to 0.0.0.0:80 failed (98: Address already in use)
2015/05/30 10:15:40 [emerg] 7081#0: bind() to [::]:80 failed (98: Address already in use)
2015/05/30 10:15:40 [emerg] 7081#0: still could not bind()

А вот логи PHP-FPM из файла /var/log/php5-fpm.log

[30-May-2015 09:59:09] NOTICE: Finishing ...

[30-May-2015 09:59:09] NOTICE: exiting, bye-bye!
[30-May-2015 09:59:09] NOTICE: fpm is running, pid 6367
[30-May-2015 09:59:09] NOTICE: ready to handle connections
[30-May-2015 10:02:08] NOTICE: Finishing ...
[30-May-2015 10:02:08] NOTICE: exiting, bye-bye!
[30-May-2015 10:02:08] ERROR: [pool site] please specify user and group other than root
[30-May-2015 10:02:08] ERROR: FPM initialization failed
[30-May-2015 10:02:11] ERROR: [pool site] please specify user and group other than root
[30-May-2015 10:02:11] ERROR: FPM initialization failed
[30-May-2015 10:02:22] ERROR: [pool www] please specify user and group other than root
[30-May-2015 10:02:22] ERROR: FPM initialization failed
[30-May-2015 10:02:24] ERROR: [pool www] please specify user and group other than root
[30-May-2015 10:02:24] ERROR: FPM initialization failed
[30-May-2015 10:02:35] ERROR: [pool site] please specify user and group other than root
[30-May-2015 10:02:35] ERROR: FPM initialization failed
[30-May-2015 10:02:36] ERROR: [pool site] please specify user and group other than root
[30-May-2015 10:02:36] ERROR: FPM initialization failed
[30-May-2015 10:02:54] NOTICE: configuration file /etc/php5/fpm/php-fpm.conf test is successful

[30-May-2015 10:02:54] ERROR: [pool site] please specify user and group other than root
[30-May-2015 10:02:54] ERROR: FPM initialization failed
[30-May-2015 10:02:56] ERROR: [pool site] please specify user and group other than root
[30-May-2015 10:02:56] ERROR: FPM initialization failed
[30-May-2015 10:02:58] ERROR: [pool site] please specify user and group other than root
[30-May-2015 10:02:58] ERROR: FPM initialization failed
[30-May-2015 10:03:13] ERROR: [pool site] please specify user and group other than root
[30-May-2015 10:03:13] ERROR: FPM initialization failed
[30-May-2015 10:03:15] ERROR: [pool site] please specify user and group other than root
[30-May-2015 10:03:15] ERROR: FPM initialization failed
[30-May-2015 10:03:24] ERROR: [pool site] please specify user and group other than root
[30-May-2015 10:03:24] ERROR: FPM initialization failed
[30-May-2015 10:03:42] ERROR: [pool site] please specify user and group other than root
[30-May-2015 10:03:42] ERROR: FPM initialization failed
[30-May-2015 10:03:55] NOTICE: fpm is running, pid 6853
[30-May-2015 10:03:55] NOTICE: ready to handle connections
[30-May-2015 10:06:23] NOTICE: Finishing ...
[30-May-2015 10:06:23] NOTICE: exiting, bye-bye!
[30-May-2015 10:06:23] NOTICE: fpm is running, pid 6955
[30-May-2015 10:06:23] NOTICE: ready to handle connections
Andron_buton
На сайте с 19.07.2007
Offline
270
#3

ОС, по симптомам похоже, что просто не установлено пхп, для дебиан к примеру

apt-get install php5

K
На сайте с 10.01.2015
Offline
110
#4
Andron_buton:
ОС, по симптомам похоже, что просто не установлено пхп, для дебиан к примеру
apt-get install php5

Да нет, вроде бы все стоит. В файле default по адресу /etc/nginx/site-available/ есть такое код:

# You may add here your

# server {
# ...
# }
# statements for each of your virtual hosts to this file

##
# You should look at the following URL's in order to grasp a solid understanding
# of Nginx configuration files in order to fully unleash the power of Nginx.
# http://wiki.nginx.org/Pitfalls
# http://wiki.nginx.org/QuickStart
# http://wiki.nginx.org/Configuration
#
# Generally, you will want to move this file somewhere, and start with a clean
# file but keep this around for reference. Or just disable in sites-enabled.
#
# Please see /usr/share/doc/nginx-doc/examples/ for more detailed examples.
##

server {
listen 80; ## listen for ipv4; this line is default and implied
listen [::]:80 default_server ipv6only=on; ## listen for ipv6

root /usr/www;
index index.php;

# Make site accessible from http://localhost/
server_name localhost;

location / {
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.
try_files $uri $uri/ /index.php;
# Uncomment to enable naxsi on this location
# include /etc/nginx/naxsi.rules
}

location /doc/ {
alias /usr/share/doc/;
autoindex on;
allow 127.0.0.1;
allow ::1;
deny all;
}

# Only for nginx-naxsi used with nginx-naxsi-ui : process denied requests
#location /RequestDenied {
# proxy_pass http://127.0.0.1:8080;
#}

#error_page 404 /404.html;

# redirect server error pages to the static page /50x.html
#
#error_page 500 502 503 504 /50x.html;
#location = /50x.html {
# root /usr/share/nginx/www;
#}

# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
#
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
}

# deny access to .htaccess files, if Apache's document root
# concurs with nginx's one
#
#location ~ /\.ht {
# deny all;
#}
}


# another virtual host using mix of IP-, name-, and port-based configuration
#
#server {
# listen 8000;
# listen somename:8080;
# server_name somename alias another.alias;
# root html;
# index index.html index.htm;
#
# location / {
# try_files $uri $uri/ =404;
# }
#}


# HTTPS server
#
#server {
# listen 443;
# server_name localhost;
#
# root html;
# index index.html index.htm;
#
# ssl on;
# ssl_certificate cert.pem;
# ssl_certificate_key cert.key;
#
# ssl_session_timeout 5m;
#
# ssl_protocols SSLv3 TLSv1;
# ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP;
# ssl_prefer_server_ciphers on;
#
# location / {
# try_files $uri $uri/ =404;
# }
#}


---------- Добавлено 30.05.2015 в 18:42 ----------

Собственно вот как сейчас все выглядит:

Я положил файлы движка WordPress сюда: /var/www/

Вот тут я отредактировал файл Default /etc/nginx/site-available/

Код этого файла выше.

---------- Добавлено 30.05.2015 в 18:43 ----------

P.S. Руки уже опускаются (

Andron_buton
На сайте с 19.07.2007
Offline
270
#5
Kepus:
P.S. Руки уже опускаются (

Тогда уж и конфиг фпм выкладывайте /etc/php5/fpm/php-fpm.conf

и чтоб 2 раза не вставать:

dpkg --get-selections | grep php
LM
На сайте с 18.10.2009
Offline
117
#6
ERROR: [pool site] please specify user and group other than root

"Пожалуйста, укажите пользователя и группу, отличающихся от root."

То есть, откройте конфиг пула (/etc/php5/fpm/pool.d/www.conf, и какой там ещё) и измените вот так:

user = www-data

group = www-data

Ещё можно создать отдельного пользователя для сайтов, загрузить в его домашнюю папку файлы и прописать имя этого пользователя и его группу в параметрах пула.

А от рута фпм работать так и не захочет. :)

K5
На сайте с 21.07.2010
Offline
209
#7

и чем вам стандартный нгикс+апач неугодил? взяли бы да установили vestacp со всем необходимым, а потом уже изучайте что и как.

не торопитесь все сразу узнать - из этого ничего не выйдет!!! постепенно можно все понять, но за один-два дня - никогда...

аська 45два48499два записки на работе (http://memoryhigh.ru) помогу с сайтом, удалю вирусы, настрою впс -> отзывы ТУТ (/ru/forum/836248) и ТАМ (http://www.maultalk.com/topic140187.html) !!!всегда проверяйте данные людей, которые сами пишут вам в аську или скайп!!!
Roccoco
На сайте с 12.11.2007
Offline
136
#8
Kepus:
fastcgi_pass unix:/var/run/php5-fpm.sock;

А если в /etc/nginx/site-available/ это заменить на:

fastcgi_pass   127.0.0.1:9000;

Аналогично в /etc/php5/fpm/pool.d/www.conf сделать замену

listen = 127.0.0.1:9000

Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий