<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Daniel,<br>
<br>
sorry for responding so late. But I tried to run as per your
suggestion.<br>
First Page Login appears on the screen. But after entering the
login and password the dashboard doesn;t appears.<br>
it takes me back to the login page. <br>
<br>
In this way I am looping in the Loging page.<br>
<br>
From Apache logs I can see that various urls are being requested
but with a flash it changes back to login sreen,<br>
<br>
does anybody have tried running sunstone-server on Apache ?<br>
<br>
Regards,<br>
Vaibhav<br>
<br>
<br>
<br>
On 6/20/2012 3:21 PM, Daniel Molina wrote:<br>
</div>
<blockquote
cite="mid:CAPvywewr4nBx3PJnwBQYpQuymP5cxqyujHAF9Om_dq+2GfB+0A@mail.gmail.com"
type="cite"><br>
<div class="gmail_quote">On 20 June 2012 11:38, Kumar Vaibhav <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:kvaibhav@barc.gov.in" target="_blank">kvaibhav@barc.gov.in</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"> I have seen this but I
don't want to use SSL<br>
I want to have password based authentication only<br>
<br>
</div>
</blockquote>
<div><br>
</div>
In the previous guide Apache is used as proxy, you can disable
de ssl_mod and just proxy the requests to sunstone.
<div><br>
</div>
<div>If you want to use Apache as server, there is an apache
module (Passenger [1]) to deploy Ruby application.</div>
<div><br>
</div>
<div>You will have to create a <a moz-do-not-send="true"
href="http://config.ru">config.ru</a> file in the sunstone
folder and configure the passenger module. The <a
moz-do-not-send="true" href="http://config.ru">config.ru</a>
file should contain something like this:</div>
<div><br>
</div>
<div>> cat /usr/lib/one/sunstone/<a moz-do-not-send="true"
href="http://config.ru">config.ru</a> </div>
<div>$: << '.'</div>
<div>require 'sunstone-server'</div>
<div><br>
</div>
<div>run Sinatra::Application</div>
<div><br>
</div>
<div>Hope this helps</div>
<div><br>
</div>
<div>[1] <a moz-do-not-send="true"
href="http://www.modrails.com/documentation/Users%20guide%20Apache.html">http://www.modrails.com/documentation/Users%20guide%20Apache.html</a></div>
<div>
<br>
</div>
<div> </div>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"> Regards,<br>
Vaibhav
<div>
<div class="h5"><br>
<br>
<br>
On 6/20/2012 3:07 PM, Daniel Molina wrote:
<blockquote type="cite">Hi,<br>
<br>
<div class="gmail_quote">On 20 June 2012 11:26, Kumar
Vaibhav <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:kvaibhav@barc.gov.in"
target="_blank">kvaibhav@barc.gov.in</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I want to run sunstorne server with Apache web
server.<br>
I have some more web apps running for my cloud
deployment. and they use Apache.<br>
I want to run the sunstone server on port 80 along
with apache server.<br>
So want that sunstone server runs with apache web
server.<br>
</blockquote>
<div><br>
</div>
<div>In this guide sunstone is deployed using
apache:</div>
<div><a moz-do-not-send="true"
href="http://wiki.opennebula.org/sunstone_x509"
target="_blank">http://wiki.opennebula.org/sunstone_x509</a></div>
<div><br>
</div>
<div>Cheers</div>
<div> </div>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
How to do this.<br>
Kindly help<br>
<br>
Regards,<br>
Vaibhav<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a moz-do-not-send="true"
href="mailto:Users@lists.opennebula.org"
target="_blank">Users@lists.opennebula.org</a><br>
<a moz-do-not-send="true"
href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org"
target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
Daniel Molina<br>
Project Engineer<br>
OpenNebula - The Open Source Solution for Data Center
Virtualization<br>
<a moz-do-not-send="true"
href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a>
| <a moz-do-not-send="true"
href="mailto:dmolina@opennebula.org" target="_blank">dmolina@opennebula.org</a>
| @OpenNebula<br>
</blockquote>
<br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
Daniel Molina<br>
Project Engineer<br>
OpenNebula - The Open Source Solution for Data Center
Virtualization<br>
<a moz-do-not-send="true" href="http://www.OpenNebula.org"
target="_blank">www.OpenNebula.org</a> | <a
moz-do-not-send="true" href="mailto:dmolina@opennebula.org"
target="_blank">dmolina@opennebula.org</a> | @OpenNebula<br>
</blockquote>
<br>
</body>
</html>