Project

General

Profile

Actions

User story #4006

closed

The rudder vhost should not change the DocumentRoot needlessly but use an alias instead for the loading page

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

Status:
Released
Priority:
1
Assignee:
Matthieu CERDA
Category:
-
Target version:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:

Description

The rudder vhost should not change the DocumentRoot needlessly but use an alias instead for the loading page

        # Nice loading page if the Java server is not ready
        DocumentRoot /opt/rudder/share/load-page
        ErrorDocument 503 /rudder-loading.html

Should be:

        DocumentRoot /var/www

        # Nice loading page if the Java server is not ready
        Alias /rudder-loading.html /opt/rudder/share/load-page/rudder-loading.html
        ErrorDocument 503 /rudder-loading.html


Subtasks 1 (0 open1 closed)

User story #4060: Use an Apache Alias for the loading page instead of changing the DocumentRoot in the Rudder vhostReleasedMatthieu CERDA2013-10-11Actions
Actions #1

Updated by Nicolas PERRON over 10 years ago

  • Target version changed from 2.4.11 to 2.4.12
Actions #2

Updated by Jonathan CLARKE over 10 years ago

  • Tracker changed from Bug to User story
  • Status changed from New to 8
  • Target version changed from 2.4.12 to 2.8.0~beta1
Actions #3

Updated by Matthieu CERDA over 10 years ago

  • Status changed from 8 to 12
Actions #4

Updated by Matthieu CERDA over 10 years ago

  • Status changed from 12 to Pending release
Actions #5

Updated by Vincent MEMBRÉ over 10 years ago

  • Category deleted (Web - Maintenance)
Actions #6

Updated by Vincent MEMBRÉ over 10 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 2.8.0~beta1, which was released today.
Check out:

Actions

Also available in: Atom PDF