Re: [Openstack] OpenStack Dashboard + WebServer

2012-12-13 Thread Syed Armani
Dashboard runs from an apache installation using python's WSGI stack and
Django framework.

--Syed

On Thu, Dec 13, 2012 at 8:01 PM, Desta Haileselassie Hagos 
desta161...@gmail.com wrote:

 Hey guys,

 What sort of Web Server is behind OpenStack dashboard (horizon)? Is it
 some sort of Apache???


 Cheers,

 Desta




 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] OpenStack Dashboard + WebServer

2012-12-13 Thread Andrew Holway
Its vanilla apache httpd afaik.


On Dec 13, 2012, at 3:31 PM, Desta Haileselassie Hagos wrote:

 Hey guys,
 
 What sort of Web Server is behind OpenStack dashboard (horizon)? Is it some 
 sort of Apache??? 
 
 
 Cheers,
 
 Desta
 
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] OpenStack Dashboard + WebServer

2012-12-13 Thread Gabriel Hurley
The DevStack and Ubuntu configurations run with the Ubuntu distro's default 
version of Apache and modWSGI. Personally I'm also a big fan of NginX. Horizon, 
being a Django/WSGI-compliant application can run behind any webserver that 
supports the Python WSGI standard.

- Gabriel

 -Original Message-
 From: openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net
 [mailto:openstack-
 bounces+gabriel.hurley=nebula@lists.launchpad.net] On Behalf Of
 Andrew Holway
 Sent: Thursday, December 13, 2012 6:39 AM
 To: Desta Haileselassie Hagos
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] OpenStack Dashboard + WebServer
 
 Its vanilla apache httpd afaik.
 
 
 On Dec 13, 2012, at 3:31 PM, Desta Haileselassie Hagos wrote:
 
  Hey guys,
 
  What sort of Web Server is behind OpenStack dashboard (horizon)? Is it
 some sort of Apache???
 
 
  Cheers,
 
  Desta
 
 
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp