Bug 67077 - balancer-manager's edit function does not work behind reverse proxy
Summary: balancer-manager's edit function does not work behind reverse proxy
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_proxy_balancer (show other bugs)
Version: 2.4.56
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-28 09:59 UTC by Hendrik Harms
Modified: 2023-08-28 09:59 UTC (History)
0 users



Attachments
relativ action url in edit form (593 bytes, patch)
2023-08-28 09:59 UTC, Hendrik Harms
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hendrik Harms 2023-08-28 09:59:20 UTC
Created attachment 38933 [details]
relativ action url in edit form

The balancer-manager generates an absolute URL for the edit function to modify the parameters of a selected worker. This leads to problems for me when the Apache with the balancer itself is placed behind a reverse-proxy.

With an adjustment in the source code, I was able to solve the problem for myself. The action in the (edit) form is now delivered with a relative URL (without scheme and host).