Custom Query (2297 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 2297)

Ticket Resolution Summary Owner Reporter
#92 fixed The Proxy module doesn't support IPv6 back-ends Ruslan Ermilov Mark Schouten
Description

I've setup Nginx as a reverse proxy for my CDN. However, the proxy-module doesn't use IPv6 at all. Which causes the platform to fail in case of IPv6-only websites or when IPv4 and IPv6 produce different content.

Please implement IPv6 in the proxy-backend. Thanks!

#100 fixed http_geoip_module should support requests from proxies Ruslan Ermilov Robby Grossman
Description

When using the http_geoip_module through a proxy, the IP address used for the geolocation lookup is that of the proxy rather than the end-user.

On apache, one can use the "GeoIPScanProxyHeaders On" directive to tell GeoIP to use the X-Forwarded-For header instead of the typical remote address. This functionality should be replicated in the nginx module.

#135 fixed Incorrect http filename (string problem) Ruslan Ermilov Bruno Macadré
Description

I've a problem with nginx with long URI, the few last characters of the "http filename" are replaced by first characters of the "http filename".

I've the following configuration :

server { listen 80; listen 443 ssl;

...

server_name srv-web.domain;

root /path/to/root/directory

rewrite ([.]*[/])$ $1/ permanent;

## cut some useless locations ##

location ~ /phpmyadmin/(.*\.php)$ {

try_files $1 $1/ $1/index.php =404;

alias /srv/www/phpMyAdmin/;

fastcgi_index index.php;

## Cut some FastCGI parameters ##

fastcgi_pass unix:/path/to/php-fpm/socket;

}

location ~ /phpmyadmin/ {

try_files $uri $uri/ $uri/index.php =404;

alias /srv/www/phpMyAdmin/; index index.php;

}


The problem :

I can't access some files cause the http filename was rewrited strangely during process. See the error_log below :

[debug] 10429#0: *1 http process request line [debug] 10429#0: *1 http request line: "GET /phpmyadmin/js/jquery/jquery.qtip-1.0.0.min.js HTTP/1.1" [debug] 10429#0: *1 http uri: "/phpmyadmin/js/jquery/jquery.qtip-1.0.0.min.js" [debug] 10429#0: *1 http args: "" [debug] 10429#0: *1 http exten: "js" [debug] 10429#0: *1 http process request header line [debug] 10429#0: *1 http header: "Host: srv-web" [debug] 10429#0: *1 http header: "User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0" [debug] 10429#0: *1 http header: "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" [debug] 10429#0: *1 http header: "Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3" [debug] 10429#0: *1 http header: "Accept-Encoding: gzip, deflate" [debug] 10429#0: *1 http header: "Connection: keep-alive" [debug] 10429#0: *1 http header: "Cookie: pma_navi_width=350; pma_lang=fr; phpMyAdmin=9uetckdlb9fi7di7pstguu74ruqif9ro; pma_mcrypt_iv=6dZTVyFE8W0%3D; pma_collation_connection=utf8_general_ci" [debug] 10429#0: *1 http header: "Authorization: Basic RFBJOnFRZDNGRmZoUjA=" [debug] 10429#0: *1 http header done [debug] 10429#0: *1 event timer del: 13: 1333029231431 [debug] 10429#0: *1 generic phase: 0 [debug] 10429#0: *1 rewrite phase: 1 [debug] 10429#0: *1 http script regex: "([.]*[/])$" [notice] 10429#0: *1 "([.]*[/])$" does not match "/phpmyadmin/js/jquery/jquery.qtip-1.0.0.min.js", client: 10.195.163.30, server: srv-web.domain, request: "GET /phpmyadmin/js/jquery/jquery.qtip-1.0.0.min.js HTTP/1.1", host: "srv-web" [debug] 10429#0: *1 test location: "/" [debug] 10429#0: *1 test location: "pma/" [debug] 10429#0: *1 test location: "favicon.ico" [debug] 10429#0: *1 test location: ~ "/\." [debug] 10429#0: *1 test location: ~ "/phpmyadmin/(.*\.php)$" [debug] 10429#0: *1 test location: ~ "/phpmyadmin/" [debug] 10429#0: *1 using configuration "/phpmyadmin/" [debug] 10429#0: *1 http cl:-1 max:1048576 [debug] 10429#0: *1 rewrite phase: 3 [debug] 10429#0: *1 post rewrite phase: 4 [debug] 10429#0: *1 generic phase: 5 [debug] 10429#0: *1 generic phase: 6 [debug] 10429#0: *1 generic phase: 7 [debug] 10429#0: *1 access phase: 8 [debug] 10429#0: *1 access phase: 9 [debug] 10429#0: *1 access phase: 10 [debug] 10429#0: *1 post access phase: 11 [debug] 10429#0: *1 try files phase: 12 [debug] 10429#0: *1 http script copy: "/srv/www/phpMyAdmin/" [debug] 10429#0: *1 http script var: "/phpmyadmin/js/jquery/jquery.qtip-1.0.0.min.js" [debug] 10429#0: *1 trying to use file: "js/jquery/jquery.qtip-1.0.0.min.js" "/srv/www/phpMyAdmin/js/jquery/jquery.qtip-1.0.0.min.js" [debug] 10429#0: *1 try file uri: "js/jquery/jquery.qtip-1.0.0.min.js" [debug] 10429#0: *1 content phase: 13 [debug] 10429#0: *1 content phase: 14 [debug] 10429#0: *1 content phase: 15 [debug] 10429#0: *1 content phase: 16 [debug] 10429#0: *1 content phase: 17 [debug] 10429#0: *1 http script copy: "/srv/www/phpMyAdmin/" [debug] 10429#0: *1 http filename: "/srv/www/phpMyAdmin/js/jquery/jquery.qtip-1.0.0.mi/srv" [debug] 10429#0: *1 add cleanup: 0000000000F04220 [error] 10429#0: *1 open() "/srv/www/phpMyAdmin/js/jquery/jquery.qtip-1.0.0.mi/srv" failed (2: No such file or directory), client: 10.195.163.30, server: srv-web.domain, request: "GET /phpmyadmin/js/jquery/jquery.qtip-1.0.0.min.js HTTP/1.1", host: "srv-web" [debug] 10429#0: *1 http finalize request: 404, "js/jquery/jquery.qtip-1.0.0.mi/srv?" a:1, c:1 [debug] 10429#0: *1 http special response: 404, "js/jquery/jquery.qtip-1.0.0.mi/srv?" [debug] 10429#0: *1 http set discard body [debug] 10429#0: *1 xslt filter header [debug] 10429#0: *1 HTTP/1.1 404 Not Found

As you can see, nginx have replaced the 4 last characters of the URI with the 4 first characters of the alias directory

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.