Подскажите по конфигу FCGI, плиз.
photographer
nginx-forum на nginx.us
Чт Фев 3 19:18:19 MSK 2011
Получаю вот такую ошибку.
FastCGI sent in stderr: "Cannot get script name, is DOCUMENT_ROOT and
SCRIPT_NAME
Доступ к странице 403
Тут подробнее кусок из лога
http://test.stylepix.net/index.htm
А тут видно ошибку http://test.stylepix.net/index.php
У меня голова больше не соображает :)
[code]
server {
listen 80; ## listen for ipv4
server_name test.stylepix.net;
access_log /var/www/_test/ng_access.log;
error_log /var/www/_test/ng_error.log;
location / {
root /var/www/_test;
index index.php index.html index.htm;
autoindex on;
}
location ~ \.php$ {
fastcgi_pass unix:/var/run/fcgiwrap.socket;
gzip off;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
fastcgi_param DOCUMENT_ROOT $document_root;
include /etc/nginx/fastcgi_params;
}
}
[/code]
Спасибо!
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,171921,171921#msg-171921
Подробная информация о списке рассылки nginx-ru