Project

General

Profile

Actions

Bug #5783

closed

Rudder virtualhosts are missing a 2.4 compatible proxy definition

Added by Matthieu CERDA over 9 years ago. Updated over 9 years ago.

Status:
Released
Priority:
1
Category:
System integration
Target version:
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>


Related issues 1 (0 open1 closed)

Related to Rudder - User story #5183: Make Rudder Apache 2.4 compliantReleasedMatthieu CERDA2014-06-26Actions
Actions

Also available in: Atom PDF