Skip to content

Use ProxySet for standalone worker example#688

Open
deprrous wants to merge 1 commit into
apache:trunkfrom
deprrous:pr/httpd-proxyset-worker-example
Open

Use ProxySet for standalone worker example#688
deprrous wants to merge 1 commit into
apache:trunkfrom
deprrous:pr/httpd-proxyset-worker-example

Conversation

@deprrous

Copy link
Copy Markdown

The ProxyPass "/notused" ... example defines the worker, but it also maps a live local path.

ProxySet already has a documented worker-only form in this file and expresses the intended setup here without creating an extra reverse-proxy mapping.

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

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 documentation to demonstrate defining a standalone backend worker without accidentally creating an active reverse-proxy mapping, aligning the example with the documented “worker-only” ProxySet usage elsewhere in the same manual.

Changes:

  • Replaces the ProxyPass "/notused" ... worker-definition example with a ProxySet http://backend.example.com ... worker-only definition.
  • Updates the surrounding explanatory text to reference ProxySet (instead of ProxyPass) as the explicit worker definition mechanism in this note.

💡 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