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

Changed 'host' and 'port' configuration to a new 'listen' style that … #2847

Merged
merged 5 commits into from
Dec 6, 2016

Conversation

mfrlin
Copy link
Contributor

@mfrlin mfrlin commented Dec 6, 2016

…is now supported by waitress server.

This should partly complete #2656

@stevepiercy
Copy link
Member

@mfrlin please sign CONTRIBUTORS.txt Remember to pull from Pylons/pyramid first to get the latest version of CONTRIBUTORS.txt. Otherwise LGTM.

@stevepiercy
Copy link
Member

@mfrlin would you add a change note, too? https://github.com/Pylons/pyramid/blob/master/CHANGES.txt

@stevepiercy stevepiercy merged commit 7ab666e into Pylons:master Dec 6, 2016
@stevepiercy
Copy link
Member

Thank you!

@mfrlin mfrlin deleted the issue-2656 branch December 6, 2016 12:24
@@ -27,8 +27,7 @@ sqlalchemy.url = sqlite:///%(here)s/tutorial.sqlite

[server:main]
use = egg:waitress#main
host = 127.0.0.1
port = 6543
list = 127.0.0.1:6543
Copy link
Member

Choose a reason for hiding this comment

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

uh.... list is not listen.

@@ -16,8 +16,7 @@ sqlalchemy.url = sqlite:///%(here)s/tutorial.sqlite

[server:main]
use = egg:waitress#main
host = 0.0.0.0
port = 6543
list = 0.0.0.0:6543
Copy link
Member

Choose a reason for hiding this comment

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

so much list

@digitalresistor
Copy link
Member

This should not have been merged without more carefully checking the PR for typo's and errors...

@digitalresistor
Copy link
Member

There are a bunch of list instead of listen in config files.

@digitalresistor
Copy link
Member

I've reverted this commit, follow the instructions in #2851 for updating this PR to be correct. Thanks.

@mfrlin
Copy link
Contributor Author

mfrlin commented Dec 7, 2016

There is a new PR here #2853

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.

3 participants