This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Update nginx from 1.4.1 to 1.6.2, Resolve #1291#1368
Closed
LadyMozzarella wants to merge 1 commit intoTechEmpower:masterfrom
Closed
Update nginx from 1.4.1 to 1.6.2, Resolve #1291#1368LadyMozzarella wants to merge 1 commit intoTechEmpower:masterfrom
LadyMozzarella wants to merge 1 commit intoTechEmpower:masterfrom
Conversation
Squashed commit of the following: commit 908bf35 Merge: 2d2dfbe eccebd3 Author: Brittany Mazza <bmazza@techempower.com> Date: Wed Mar 4 15:20:27 2015 -0800 Merge branch 'master' of https://github.com/LadyMozzarella/FrameworkBenchmarks into upgrade-nginx commit 2d2dfbe Merge: b36988a a996a8e Author: Brittany Mazza <bmazza@techempower.com> Date: Wed Mar 4 14:48:40 2015 -0800 Merge branch 'master' of https://github.com/LadyMozzarella/FrameworkBenchmarks into upgrade-nginx commit b36988a Author: Brittany Mazza <bmazza@techempower.com> Date: Wed Mar 4 10:14:56 2015 -0800 Update nginx from 1.4.1 to 1.6.2 (latest stable version)
Contributor
Author
|
Closing this for now because I've found that there is an actual issue with some of the perl tests on this. |
Contributor
|
One thing to keep in mind while you're playing with nginx is that eventually (e.g. by R11?) the runner_user won't have sudo rights. So if you spot some tests that are correctly running nginx without sudo, take note of how they are doing that so we can use it when changing over all the other nginx-dependant tests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update nginx version from 1.4.1 to the latest stable version 1.6.2 resolves issue #1291. From what I can tell everything is running fine without updating the nginx config file.
Tests with nginx (from what I could quickly get from the benchmark_configs):
Everything appears to be running fine in my private Travis, except for Perl (see issue #1366).