On 20 June 2012 11:38, Kumar Vaibhav <[email protected]> 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 file in the sunstone folder and configure the passenger module. The config.ru file should contain something like this: > cat /usr/lib/one/sunstone/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 <[email protected]> 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 >> [email protected] >> 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 | [email protected] | @OpenNebula > > > -- Daniel Molina Project Engineer OpenNebula - The Open Source Solution for Data Center Virtualization www.OpenNebula.org | [email protected] | @OpenNebula
_______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
