ПРОЕКТЫ 


  АРХИВ 


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



Alexander Moskalenko Wrote:
-------------------------------------------------------
> - location ~ "\/pma\/(?P<script_name>\.php)$ {
> + location ~ "\/pma\/(?P<script_name>.+\.php)$ {
> 

Вот такой вышел локейшен:

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

location ~ \/pma\/(?P<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;
                include        fastcgi_params;
                        }
                       }

Но все выглядит как и раньше:

Броузер: Oops! This link appears to be broken.
acess: 
x.x.x.x - - [05/Dec/2011:16:00:28 +0700] "GET /pma/ HTTP/1.1" 404 5 "-"
x.x.x.x - - [05/Dec/2011:16:00:46 +0700] "-" 400 0 "-" "-"
x.x.x.x - - [05/Dec/2011:16:00:46 +0700] "-" 400 0 "-" "-"
Err - пусто. 

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

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

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


 




Copyright © Lexa Software, 1996-2009.