accessing to http://<server>/MAAS does not work. http://<server>/MAAS/ Does

Bug #1414052 reported by Andres Rodriguez
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MAAS
Fix Released
Medium
Andres Rodriguez

Bug Description

Cannot access MAAS in http://<server>/MAAS
-------------------------------------------------------
Not Found

The requested URL /MAAS was not found on this server.

Apache/2.4.7 (Ubuntu) Server at localhost Port 80

-------------------------------------------------------
But we can in http://<server>/MAAS/.

Related branches

Changed in maas:
assignee: nobody → Gavin Panella (allenap)
Changed in maas:
milestone: none → next
description: updated
description: updated
Revision history for this message
Gavin Panella (allenap) wrote :

The following diff fixes the problem, but it's not apparent how
exactly:

 <IfModule proxy_module>
     ProxyPreserveHost on
     ProxyPass /MAAS/static/ !
-    ProxyPass /MAAS/ http://localhost:5243/MAAS/ retry=1
+    ProxyPass /MAAS/ http://localhost:5243/MAAS/
+    ProxyPass /MAAS http://localhost:5243/MAAS/
 </IfModule>

Raphaël Badin (rvb)
Changed in maas:
status: New → Triaged
importance: Undecided → Medium
Raphaël Badin (rvb)
Changed in maas:
assignee: Gavin Panella (allenap) → Andres Rodriguez (andreserl)
Changed in maas:
status: Triaged → Fix Committed
Changed in maas:
status: Fix Committed → Fix Released
milestone: next → 1.8.2
milestone: 1.8.2 → none
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.