Custom Query (2297 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 2297)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#4 invalid Bug with relative paths somebody l-ll-l-l-ll-lll.myopenid.com
Description

I cannot get nginx and php to work with relative paths in some configurations on windows. E.g. I have D:\WebSite with D:\WebSite\html D:\WebSite\php536 D:\WebSite\nginx D:\WebSite\nginx\html

my config for php is location ~ .php$ { include fastcgi_params; fastcgi_index index.php; fastcgi_pass 127.0.0.1:9000; fastcgi_param SCRIPT_FILENAME '$document_root$fastcgi_script_name'; }

when I set root to root html; everything is working and I can use the html folder within the nginx folder. But when I want to use D:\WebSite\html and set root to root ../html; All static files are working. But php cannot find the files. When I use root 'd:/WebSite/html'; everything is working also but this is not portable. Any hints how I can solve this except use "root html;"? That's not the folder structure I want.

Thanks

#5 fixed Installation script fails on ArchLinux with Linux 3.0 kernel somebody nicolai.reuschling.name/openid
Description

I wanted to run nginx with passenger (mod_rails) on ArchLinux with Linux 3.x kernel . When I executed the passenger-install-nginx-module script, it stop on configuring nginx 1.0.5. Please note following error:

Compiling and installing Nginx... # sh ./configure --prefix='/opt/nginx' --with-http_ssl_module --with-cc-opt='-Wno-error' --add-module='/usr/local/rvm/gems/ruby-1.9.2-p290/gems/passenger-3.0.8/ext/nginx' checking for OS

+ Linux 3.0-ARCH x86_64

checking for C compiler ... found

+ using GNU C compiler + gcc version: 4.6.1 (GCC)

checking for gcc -pipe switch ... found checking for gcc builtin atomic operations ... found checking for C99 variadic macros ... found checking for gcc variadic macros ... found checking for unistd.h ... found checking for inttypes.h ... found checking for limits.h ... found checking for sys/filio.h ... not found checking for sys/param.h ... found checking for sys/mount.h ... found checking for sys/statvfs.h ... found checking for crypt.h ... found checking for Linux specific features auto/os/linux: line 21: 3.0-ARCH: syntax error: invalid arithmetic operator (error token is ".0-ARCH")

#6 invalid limit_req_log_level directive not honoured somebody openid-provider.appspot.com/theinvincible
Description

I've noticed that one of the CMSs on a test server is loading slowly. After turning on debugging, I noticed that this is because of the request limiting:

[warn] 473#0: *553 delaying request, excess: 0.433, by zone "reqrate", client: xx.xx.xx.xx, server: xx.xx.xx.xx, request: "GET /path/to/file HTTP/1.1", host: "xx.xx.xx.xx", referrer: "http://xx.xx.xx.xx/"

It is classified as a warning even if I have "limit_req_log_level error;" in the configuration file.

1 2 3 4 5 6 7 8 9 10 11 12
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.