<br><div class="gmail_quote">On 20 June 2012 11:38, Kumar Vaibhav <span dir="ltr"><<a 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 href="http://config.ru">config.ru</a> file in the sunstone folder and configure the passenger module. The <a href="http://config.ru">config.ru</a> file should contain something like this:</div>

<div><br></div><div>> cat /usr/lib/one/sunstone/<a 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 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 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 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 href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a><br>
          <a 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 href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a 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 href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:dmolina@opennebula.org" target="_blank">dmolina@opennebula.org</a> | @OpenNebula<br>