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

ncm-metaconfig: Allow basic httpd remoteip config to be expressed #1701

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

gregcorbett
Copy link
Contributor

Why the change is necessary.

  • Needed to allow a basic remoteip config to be expressed for httpd, see https://httpd.apache.org/docs/2.4/mod/mod_remoteip.html.
  • I have added the new definitions to the global section because, even though RemoteIPProxyProtocol can be defined at the vhost level, only one such definition will take affect, and do so globally.

What backwards incompatibility it may introduce.

None, the new features have been added as optional.

- See https://httpd.apache.org/docs/2.4/mod/mod_remoteip.html
- Added to the global section because, even though
  `remoteipproxyprotocol` can be defined at the vhost level, only
  one such definition will take affect, and do so globally.
@gregcorbett
Copy link
Contributor Author

I'm not sure why runtests - it seems to error on ncm-sysctl. If it's because of this change I'll need some guidance to resolve.

@jrha jrha added this to the 24.next milestone Aug 22, 2024
Copy link
Member

@jrha jrha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, test failure is an existing problem with ncm-sysctl

@jrha jrha merged commit 2b1e51f into quattor:master Aug 22, 2024
1 of 2 checks passed
@gregcorbett gregcorbett deleted the httpd_remoteip branch August 22, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants