Skip to content

Remove unsupported AllowCONNECT None syntax#692

Open
deprrous wants to merge 1 commit into
apache:trunkfrom
deprrous:pr/httpd-allowconnect-none-docs
Open

Remove unsupported AllowCONNECT None syntax#692
deprrous wants to merge 1 commit into
apache:trunkfrom
deprrous:pr/httpd-allowconnect-none-docs

Conversation

@deprrous

Copy link
Copy Markdown

mod_proxy_connect parses AllowCONNECT arguments as numeric ports or ranges only.

This removes the unsupported None alternative from the directive syntax and drops the sentence that recommends it.

Copilot AI review requested due to automatic review settings July 26, 2026 11:52

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the mod_proxy_connect documentation to align the AllowCONNECT directive syntax with its actual implementation, which only accepts numeric port numbers and ranges.

Changes:

  • Removes the undocumented/unsupported None alternative from the AllowCONNECT directive <syntax> block.
  • Removes the recommendation to use AllowCONNECT None to disable all CONNECT requests.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Successfully merging this pull request may close these issues.

2 participants