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

VHost listings (IP, Path’s, Certifications) #1

Closed
richardforth opened this issue Jul 7, 2016 · 5 comments
Closed

VHost listings (IP, Path’s, Certifications) #1

richardforth opened this issue Jul 7, 2016 · 5 comments

Comments

@richardforth
Copy link
Owner

Added on Behalf of S. Waller

@richardforth
Copy link
Owner Author

richardforth commented Jul 7, 2016

Would we want this to be on by default or only via a switch? eg

--list-vhosts | Show a listing of virtualhosts within apache.

@richardforth
Copy link
Owner Author

Can you please illustrate a format you'd like to see this in?

For example:

*:80  | MYDOMAIN.COM WWW.MYDOMAIN.COM
192.168.0.1:80| OTHERDOMAIN.COM WWW.OTHERDOMAIN.COM
*:443 | MYDOMAIN.COM WWW.MYDOMAIN.COM 

OR

*:80:
        <LIST OF DOMAINS>
192.168.0.1:80
        <LIST OF DOMAINS>
192.168.0.1:443
        <LIST OF DOMAINS>

@richardforth
Copy link
Owner Author

richardforth commented Jul 7, 2016

So I just found out about another project called "vhosts.py" which is a python script written by a colleague:

https://github.com/cbanciu/vhosts/

If all are in agreement I could pull in this code by doing a "curl and python" , probably using the switch method to keep the default output concise:

--list-vhosts | Show a listing of virtualhosts within apache.

My thinking is why re-invent the wheel.

@richardforth
Copy link
Owner Author

Since there is a project for exactly that, I will not re-invent the wheel, hence the "wontfix" tag. I will however implement an enhancement that means you can call on that external project using an option, for example:

--list-vhosts | Show a listing of virtualhosts within apache. Warning, runs third party code.

Or something like that

@richardforth richardforth changed the title Feature Request: VHost listings (IP, Path’s, Certifications) VHost listings (IP, Path’s, Certifications) Aug 19, 2016
@richardforth
Copy link
Owner Author

I have decided not to implement this at this time

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

No branches or pull requests

1 participant