Bug #4837
Sunstone zone selector does not work when using Apache
| Status: | Closed | Start date: | 09/30/2016 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% | ||
| Category: | Sunstone | |||
| Target version: | Release 5.2 | |||
| Resolution: | fixed | Pull request: | ||
| Affected Versions: | OpenNebula 5.0 |
Description
The newest versions of Apache web server do not let the Zone variable reach sunstone code. This configuration in the virtual host is needed to let it pass:
SetEnvIfNoCase ^ZONE.NAME$ ^(.*)$ onezone=$1
RequestHeader set ZONE-NAME %{onezone}e env=onezone
The code should be changed to send a variable accepted by Apache.
Associated revisions
B #4837: search zone variable with both _ and -
B #4837: search zone variable with both _ and -
(cherry picked from commit 2fa37a6a5289305a20e0c73f27594a56c62187d7)
History
#1
Updated by Tino Vázquez over 4 years ago
- Assignee set to Javi Fontan
#2
Updated by Javi Fontan over 4 years ago
- Status changed from Pending to Closed
- Resolution set to fixed