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

Also available in: Atom PDF