[one-users] Run sunstone server with apache

Daniel Molina dmolina at opennebula.org
Wed Jun 20 02:51:38 PDT 2012


On 20 June 2012 11:38, Kumar Vaibhav <kvaibhav at 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 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 <kvaibhav at 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 at 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 | dmolina at opennebula.org | @OpenNebula
>
>
>


-- 
Daniel Molina
Project Engineer
OpenNebula - The Open Source Solution for Data Center Virtualization
www.OpenNebula.org | dmolina at opennebula.org | @OpenNebula
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20120620/9f519e70/attachment-0003.htm>


More information about the Users mailing list