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>
Updated by Matthieu CERDA about 10 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Matthieu CERDA to Benoît PECCATTE
- % Done changed from 0 to 100
- Pull Request set to https://github.com/Normation/rudder/pull/660
PR is ready: https://github.com/Normation/rudder/pull/660
Updated by Matthieu CERDA about 10 years ago
- Category changed from Server components to System integration
Updated by Matthieu CERDA about 10 years ago
- Status changed from Pending technical review to Pending release
- Assignee changed from Benoît PECCATTE to Jonathan CLARKE
PR has been merged in commit 6d23984a0b067e1dae65f54c33ac982fc16fd794
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.11.5, which was released today (16/12/14)
- Announcement 2.11
- Changelog 2.11
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions