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

feat: Allow vhosts to listen on own hosts #256

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 24, 2024

  1. feat: Allow vhosts to listen on own hosts

    Current vhosts defenition limit them to listen only on single IP/port.
    In the meanwhile, there are usecases where vhosts on the same server
    might wanna listen on different quite independent set of IPs/ports,
    which is not currently possible.
    
    This patch adds such functionality, and an operator might define
    extra properties for apache_vhosts to make them listening on required
    ports/interfaces.
    Dmitriy Rabotyagov committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1b07bbd View commit details
    Browse the repository at this point in the history