ignazio.cassano at provincia.torino.it
2009-Sep-08 12:04 UTC
[Ovirt-devel] ovirt web interface
Good morning, I build ovirt following instruction o ovirt.org but when I try to connect to the web interface the following error is reported: Redirect Loop I think the problem is first lines in ovirt-server.conf under /etc/httd/conf.d: NameVirtualHost 172.25.0.52:80 <VirtualHost 172.25.0.52:80> <Location /ovirt> RewriteEngine on RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L] </Location> </VirtualHost> I tried to delete the above lines and it seems to work but with some errors (for example I cannot logout from the web interface). Please, could anyone help me ? Thanks Igna
On Tue, 2009-09-08 at 14:04 +0200, ignazio.cassano at provincia.torino.it wrote:> Good morning, > I build ovirt following instruction o ovirt.org but when I try to connect > to the web interface the following error is reported: > > Redirect Loop > > I think the problem is first lines in ovirt-server.conf under > /etc/httd/conf.d: > > NameVirtualHost 172.25.0.52:80 > <VirtualHost 172.25.0.52:80> > <Location /ovirt> > RewriteEngine on > RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L] > </Location> > </VirtualHost> > > I tried to delete the above lines and it seems to work but with some > errors (for example I cannot logout from the web interface). > > Please, could anyone help me ? > Thanks > IgnaThis sounds like the error that you get if you have only one network rather than 2 (one for admin, one for guest). Someone (Mo I believe) was looking into getting a one network setup working, but it is currently not supported in oVirt. As for the not logging out - we use http auth headers, so the only way to really log out is to install (for firefox) something like the web developer toolbar, which allows you to tell your browser to remove currently auth'ed session. This must be used in conjunction with the logout button in the UI, which kills the session on the server side. -j