plone / plone.recipe.zope2instance

zc.buildout recipe to setup and configure a Zope 2 instance.
https://pypi.org/project/plone.recipe.zope2instance
6 stars 23 forks source link

fast-listen support multiple addresses #147

Closed ale-rt closed 4 years ago

ale-rt commented 4 years ago

Fixed an issue that prevented the instance to start when http-address has multiple entries and http-fast-listen is on

Fixes #146

mister-roboto commented 4 years ago

@ale-rt thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!

ale-rt commented 4 years ago

@jenkins-plone-org please run jobs

dataflake commented 4 years ago

I am traveling and cannot test this until later this week. If it works for you with multiple host/port combinations for fast-listen it's good to go.