-
Notifications
You must be signed in to change notification settings - Fork 271
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
Unable to set Apache Ports if it includes an IP #563
Comments
Whatever puppetlabs-apache is providing could be re-used, but prestarting the Rails app also needs to continue to work. |
Easy - but not slick
Harder, but 'slicker'
|
I'm not sure what you're trying to do is supposed to work. If I read the code of |
@adamundefined - Can you take a crack at this, when you get a chance? |
what's the status here? |
I need that functionality as well, preferrably as a list of IP addresses so that 127.0.0.1 can be explicitly included. I am not the original poster, but what exactly what is this issue waiting from the contributor? Greetings |
Yeah, also who is the contributor? do you mean reporter (aka me?) |
@vollmerk after your second comment I had the impression you'd work on it, but I'll remove the label then. Pull requests welcome. :) |
Currently the ssl_server_port ans server_port only allows integers
However Apache allows you to bind to a specific IP+Port, example
Validation on port/Listen result needs to be significantly more complex :( allowing for IPv4 + Port or IPv6 + Port. I was going to just submit a pull-request but it got messy, so my question is now should there be a crazy IP regular expression which includes the colon and the port range, oooor just string or?
The text was updated successfully, but these errors were encountered: