ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

nginx, alias и php-fastcgi



Ситуация следующая:
phpMyAdmin в /usr/local/www/phpMyAdmin
Хочу, чтобы он был доступен по http://my.server/pma/
Пробую вот так:
location /pma/ {
  alias /usr/local/www/phpMyAdmin/;
  index index.php index.html;
}
location ~ ^/pma/.*\.php$ {
  fastcgi_pass unix:/tmp/php.sock;
  fastcgi_index index.php;
  fastcgi_param SCRIPT_FILENAME /usr/local/www/phpMyAdmin$fastcgi_script_name;
  include fastcgi_params;
  fastcgi_param DOCUMENT_ROOT /usr/local/www/phpMyAdmin;
}

получаю ошибку "No input file specified."
bas
[ icq:# 344045 ]


 




Copyright © Lexa Software, 1996-2009.