Custom Query (2297 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 2297)

Ticket Resolution Summary Owner Reporter
#57 invalid variables in error_log don't work somebody www.google.com/accounts/o8/id?id=AItOawkflBYXMSnj_lAPbPA6aqdN7ORpdY98eZA
Description

Example:

set $site test.com;
error_log  /var/log/nginx/$site-error.log 
access_log  /var/log/nginx/$site-access.log

ls /var/log/nginx/ $site-error.log test.com-access.log

#58 duplicate Worker process exists when using OPTIONS method from Delta-V (Subversion) via HTTPS somebody www.google.com/accounts/o8/id?id=AItOawmTzOH08vlq5_MGz4PZj8RKN9A7EmIbd0g
Description

I use Nginx as a frontend to Apache with module mod_dav_svn. Apache is responsible to handle Subversion via HTTP and Nginx is responsible for SSL encryption. However, since Nginx version 1.0.9 (bug exists also in 1.0.10) the worker process exits with signal 11 whenever I use Subversion client. Subversion client reports failure with SSL handshake when using OPTIONS method on repository url. There is no error however, when I use browser, so with GET method. There is no error if SSL is not used (Nginx is still used as reverse proxy).

#59 invalid xslt_filter_module - use location root as prefix path for stylesheet somebody sam
Description

Hi, this simple patch modifies xslt_filter module to make it possible use location (and not server cwd) relative paths in xslt_stylesheet directive. It should simplify a bit stylesheets deploying.

It's mostly a reorganization patch, stylesheet parsing has been moved to merge handler + fully relative stylesheet paths are being prepended with current location root. I can improve it if there some problems...

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