Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Varnish/Apache issues #90

Merged
merged 5 commits into from
Dec 16, 2013
Merged

Varnish/Apache issues #90

merged 5 commits into from
Dec 16, 2013

Conversation

EvanK
Copy link
Contributor

@EvanK EvanK commented Dec 16, 2013

This reintroduces fixes for Varnish wordpress login/admin, fixes cookie issues from #84, and (hopefully) addresses the apache perf issue in #89

With regard to apache performance, we're hardcoding a minimum MaxClients value of 5 which may cause lower end servers to use swap and thrash themselves a bit under heavy load. This is a tradeoff, since it may be better than limiting them to handling only 1 or 2 concurrent requests.

This reverts commit 8787943.
This may end up forcing low end servers to swap (and thus thrash them), but it's better than inadvertantly throttling them where they can only handle 1 or 2 concurrent connections

Fixes #89 (more or less)
@@ -300,7 +300,6 @@ sudo /Library/StartupItems/VirtualBox/VirtualBox restart

## Changelog

- v0.2.39 – Revert v0.2.37 (aa9e83f)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll need to keep this line because the tag will still physically exist.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, didn't realize that came along in the revert :rage1:

@EvanK
Copy link
Contributor Author

EvanK commented Dec 16, 2013

Also simplified the regex we're using to match wp cookies

ericclemmons added a commit that referenced this pull request Dec 16, 2013
@ericclemmons ericclemmons merged commit dfffab0 into master Dec 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants