ПРОЕКТЫ 


  АРХИВ 


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]

Re: alias issue again


  • To: nginx-ru@xxxxxxxxx
  • Subject: Re: alias issue again
  • From: "yokodzun" <nginx-forum@xxxxxxxx>
  • Date: Mon, 05 Dec 2011 06:22:02 -0500
  • Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mickey.jlkhosting.com; s=x; h=Date:Sender:From:References:In-Reply-To:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To; bh=Eq+RIqfaxNQWWSZkxf31f9dgCzjIGaXBkdIq8iEmtts=; b=Tg49VeczqmJaSKBhBbSqMVpsO1TkEguSwNnDO4nESvPsr1MAwnr+eC7ks1LyIRcFFDgv/EGmawqeuI12iht4RJ3ItYyA4Z/wr4ugwNNpHFOfEihgKrzbcnjHJJi+RKAu;
  • In-reply-to: <201112051508.24064.ne@xxxxxxxx>
  • References: <201112051508.24064.ne@xxxxxxxx>

Валентин Бартенев Wrote:

> 
> В случае
> location ~ ^/pma/(?<script_name>.+)\.php$ {
> 
> слеша в начале $script_name не
> будет.

Действительно, недосмотрел. Спасибо,
все работает.

Спасибо, всем кто отозвался и принял
участие.

Оставлю тут рабочий вариант, чтобы
нашелся гуглом. Как я смотрю, подобный
вопрос возникает часто.
Может в каом FAQ пригодится. 


location /pma/          {
                alias /usr/local/www/phpMyAdmin/;
                index index.php;



                location ~ ^/pma/(?<script_name>.+)\.php$ {
                fastcgi_pass    unix:/tmp/php-fpm.sock;
                fastcgi_index  index.php;
                fastcgi_param   DOCUMENT_ROOT
/usr/local/www/phpMyAdmin;
                fastcgi_param   SCRIPT_FILENAME
/usr/local/www/phpMyAdmin/$script_name.php;
                include        fastcgi_params;
                        }
                       }

Еще раз, всем спасибо!

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?21,219314,219626#msg-219626

_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.