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

Command line options for rackup #50

Closed
ohler55 opened this issue Feb 21, 2019 · 8 comments
Closed

Command line options for rackup #50

ohler55 opened this issue Feb 21, 2019 · 8 comments

Comments

@ohler55
Copy link
Owner

ohler55 commented Feb 21, 2019

Add options to the Rack::Handler::Agoo to support all Agoo configuration options.

@ohler55
Copy link
Owner Author

ohler55 commented Feb 22, 2019

The rack-options branch includes the addition of options on the rack handler. @tomas would you like to try it out?

@tomas
Copy link
Contributor

tomas commented Feb 22, 2019

Of course. Actually I was just trying out the pubsub example, haha.

@tomas
Copy link
Contributor

tomas commented Feb 22, 2019

$ rackup -I ../ext -I ../lib/ -s agoo -O bind=unix://foo
*** config
*** config qith options
*** bind
*** bind to unix://foo
I 2019/02/21 22:30:28.035289842 INFO: Agoo 2.8.0 with pid 5939 is listening on http://:9292.
I 2019/02/21 22:30:28.035300573 INFO: Agoo 2.8.0 with pid 5939 is listening on unix://foo.

It works! But now how do I tell agoo not to listen on port 9292?

@ohler55
Copy link
Owner Author

ohler55 commented Feb 22, 2019

Excellent feedback. I need to remove the debug stuff too.

@tomas
Copy link
Contributor

tomas commented Feb 22, 2019

Thanks. Let me know if you need anything else.

@ohler55
Copy link
Owner Author

ohler55 commented Mar 1, 2019

Release 2.8.1 has the feature or fix.

@ohler55
Copy link
Owner Author

ohler55 commented Mar 4, 2019

Can this be closed?

@tomas
Copy link
Contributor

tomas commented Mar 4, 2019

Yup!

@ohler55 ohler55 closed this as completed Mar 4, 2019
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

No branches or pull requests

2 participants