Actions
User story #4006
closedThe rudder vhost should not change the DocumentRoot needlessly but use an alias instead for the loading page
Pull Request:
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
Updated by Nicolas PERRON about 11 years ago
- Target version changed from 2.4.11 to 2.4.12
Updated by Jonathan CLARKE about 11 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
Updated by Matthieu CERDA about 11 years ago
- Status changed from 12 to Pending release
Applied in changeset a8051d1bbdc2df116dea40839052b851ae3a1ad7.
Updated by Vincent MEMBRÉ about 11 years ago
- Category deleted (
Web - Maintenance)
Updated by Vincent MEMBRÉ about 11 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:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2013-October/000056.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog28
- Download information: http://www.rudder-project.org/foswiki/Download/
Actions