|
|
|
|
АРХИВ :: nginx-ru
|
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nginx, alias и php-fastcgi
- To: nginx-ru@xxxxxxxxx
- Subject: Re: nginx, alias и php-fastcgi
- From: Sky Cat <skysecret@xxxxxxxxx>
- Date: Mon, 12 Oct 2009 21:57:00 +0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=D3EBYL14sY5vF8x1nYm5yVpxR/CYNZV85dQzX+6O/7E=; b=XJA2oyhtO7oYBbXbRh9qRTXhKgKWKMnT1N8IseG8FEkImfQSekjShoHXHfIKAQANEE y6+eEO1G95VORpWRrof6tkOZk2Z95i7AgRsaKYwhVFG4bnftojjEdH9jx/KAybehYy7S 5rH9qNuYlEcWTtDEt+z0fsTZg3nET5M21PyY8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=k6HIA+zlpBVlAxAvwR3/8lD7+KhF7qI3SgnVxTgdExWTAXuauSgcMRArwmi1MVGC8V ZrvFbKdNbLgFoZkH5xFZh0Y37PiW6hjPFcR/1M+tQpvDConMhqz5bZg0mVbS/DR4rkQ/ /KUH9PGTTHdjNUG+fPhwt248kEspmuUeNsvbM=
- In-reply-to: <c37fcc4b0910121034x7da415c1x218b4c684d6b99cd@xxxxxxxxxxxxxx>
- References: <c37fcc4b0910121034x7da415c1x218b4c684d6b99cd@xxxxxxxxxxxxxx>
Может быть я чего-то не понимаю, но почему бы просто папку с PhpMyAdmin не переименовать в pma?
12 октября 2009 г. 21:34 пользователь bas <bas@xxxxxxxxxxx> написал:
Ситуация следующая:
phpMyAdmin в /usr/local/www/phpMyAdmin
Пробую вот так:
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 ]
|
|
|