Hi Daniel,

sorry for responding so late. But I tried to run as per your suggestion.
First Page Login appears on the screen. But after entering the login and password the dashboard doesn;t appears.
it takes me back to the login page.

In this way I am looping in the Loging page.

From Apache logs I can see that various urls are being requested but with a flash it changes back to login sreen,

does anybody have tried running sunstone-server on Apache ?

Regards,
Vaibhav



On 6/20/2012 3:21 PM, Daniel Molina wrote:

On 20 June 2012 11:38, Kumar Vaibhav <kvaib...@barc.gov.in <mailto:kvaib...@barc.gov.in>> wrote:

    I have seen this but I don't want to use SSL
    I want to have password based authentication only


In the previous guide Apache is used as proxy, you can disable de ssl_mod and just proxy the requests to sunstone.

If you want to use Apache as server, there is an apache module (Passenger [1]) to deploy Ruby application.

You will have to create a config.ru <http://config.ru> file in the sunstone folder and configure the passenger module. The config.ru <http://config.ru> file should contain something like this:

> cat /usr/lib/one/sunstone/config.ru <http://config.ru>
$: << '.'
require 'sunstone-server'

run Sinatra::Application

Hope this helps

[1] http://www.modrails.com/documentation/Users%20guide%20Apache.html

    Regards,
    Vaibhav



    On 6/20/2012 3:07 PM, Daniel Molina wrote:
    Hi,

    On 20 June 2012 11:26, Kumar Vaibhav <kvaib...@barc.gov.in
    <mailto:kvaib...@barc.gov.in>> wrote:

        Hi,

        I want to run sunstorne server with Apache web server.
        I have some more web apps running for my cloud deployment.
        and they use Apache.
        I want to run the sunstone server on port 80 along with
        apache server.
        So want that sunstone server runs with apache web server.


    In this guide sunstone is deployed using apache:
    http://wiki.opennebula.org/sunstone_x509

    Cheers


        How to do this.
        Kindly help

        Regards,
        Vaibhav

        _______________________________________________
        Users mailing list
        Users@lists.opennebula.org <mailto:Users@lists.opennebula.org>
        http://lists.opennebula.org/listinfo.cgi/users-opennebula.org




-- Daniel Molina
    Project Engineer
    OpenNebula - The Open Source Solution for Data Center Virtualization
    www.OpenNebula.org <http://www.OpenNebula.org> |
    dmol...@opennebula.org <mailto:dmol...@opennebula.org> | @OpenNebula




--
Daniel Molina
Project Engineer
OpenNebula - The Open Source Solution for Data Center Virtualization
www.OpenNebula.org <http://www.OpenNebula.org> | dmol...@opennebula.org <mailto:dmol...@opennebula.org> | @OpenNebula

_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to