Actions
Bug #5783
closedRudder virtualhosts are missing a 2.4 compatible proxy definition
Status:
Released
Priority:
1 (highest)
Assignee:
Jonathan CLARKE
Category:
System integration
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
As Dennis said here http://www.rudder-project.org/redmine/issues/5183#note-4 , we miss the following entry in Rudder's SSL vhost:
<Proxy http://localhost:8080/rudder*> <IfVersion < 2.4> Order deny,allow Allow From all </IfVersion> <IfVersion >= 2.4> Require all granted </IfVersion> </Proxy>
Actions