/my/order_blocks: no such file or directory
Added by Gerrit Kühn about 15 years ago
Hi,
I have installed the following setup:
FreeBSD 7.2-STABLE
ruby 1.8.7 (2009-04-08 patchlevel 160) [amd64-freebsd7]
Rails 2.3.4
redmine-0.8.5
postgresql-server-8.2.13
nginx-devel-0.8.20
rubygem-passenger-2.2.5
Redmine seems to run fine, but I see the following messages in nginx-error.log:
2009/10/27 17:45:53 [error] 55493#0: *117 open() "/usr/local/www/data/my/order_blocks" failed (2: No such file or directory), client: 10.117.15.100, server: mclane.rt.aei.uni-hannover.de, request: "POST /my/order_blocks?group=right HTTP/1.1", host: "mclane.rt.aei.uni-hannover.de", referrer: "http://mclane.rt.aei.uni-hannover.de/redmine/my/page_layout"
The virtual host's root is set to /usr/local/www/data, from there a link named "redmine" points to redmine's public:
mclane# ll /usr/local/www/data/
total 0
lrwxr-xr-x 1 root wheel 29 Oct 26 11:38 redmine -> /usr/local/www/redmine/public
In nginx.conf I set
root /usr/local/www/data;
passenger_enabled on;
passenger_base_uri /redmine;
rails_env production;
Somehow the requests for /my/something are not directed to the right place. Does anybody here know how to fix this? Or, should I care at all (everything seems to work fine)?
cu
Gerrit