nginx, alias и php-fastcgi

bas bas at it-core.org
Mon Oct 12 21:34:59 MSD 2009


Ситуация следующая:
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 ]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20091012/1aeb96ba/attachment.html>


More information about the nginx-ru mailing list