Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 368791 - www-client/nginx: version bump for prefix
Summary: www-client/nginx: version bump for prefix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-26 14:26 UTC by yegle
Modified: 2011-06-14 18:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yegle 2011-05-26 14:26:48 UTC
The latest stable nginx in main line portage is 1.0.0-r1 and the only version in prefix is 0.8.47. Please upgrade it, thank you:-)

Reproducible: Always
Comment 1 Fabian Groffen gentoo-dev 2011-05-29 16:29:18 UTC
A       nginx-1.0.2.ebuild

that should do it, thanks!
Comment 2 yegle 2011-05-30 01:59:56 UTC
Something wrong with the default configure file at $EPREFIX/etc/nginx/nginx.conf?
I thinks these path should be prefixed.

-error_log /opt/gentoo/var/log/nginx/error_log info;
+error_log /var/log/nginx/error_log info;

-       include /opt/gentoo/etc/nginx/mime.types;
+       include /etc/nginx/mime.types;

-               access_log /opt/gentoo/var/log/nginx/localhost.access_log main;
-               error_log /opt/gentoo/var/log/nginx/localhost.error_log info;
+               access_log /var/log/nginx/localhost.access_log main;
+               error_log /var/log/nginx/localhost.error_log info;
Comment 3 Fabian Groffen gentoo-dev 2011-05-30 06:52:45 UTC
ok, more work to do here
Comment 4 Fabian Groffen gentoo-dev 2011-06-14 18:10:24 UTC
ok, please try 1.0.4