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

Chapter 9 load balancer ubuntu 20.04 #380

Closed
typ-ex opened this issue Jan 26, 2021 · 4 comments
Closed

Chapter 9 load balancer ubuntu 20.04 #380

typ-ex opened this issue Jan 26, 2021 · 4 comments
Labels

Comments

@typ-ex
Copy link

typ-ex commented Jan 26, 2021

Running the load balancing playbook results in no response when doing the curl loop. Works for 18.04 though.

@typ-ex
Copy link
Author

typ-ex commented Jan 27, 2021

Turns out from ubuntu 18.04 to 20.04, Cookie is now set-cookie.

@typ-ex typ-ex closed this as completed Jan 27, 2021
@typ-ex typ-ex reopened this Jan 27, 2021
@geerlingguy
Copy link
Owner

Interesting change! I'll have to get that re-tested and updated for the latest version of the book. I thought I had re-tested that example but apparently not.

@typ-ex
Copy link
Author

typ-ex commented Apr 22, 2021

Retested again as I'm messing around with Jenkins. cookie would also work. Case sensitive.

@geerlingguy
Copy link
Owner

I've decided to update the example to use case-insensitive grep: grep -i cookie — should work no matter what now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@geerlingguy @typ-ex and others