)]}'
{"doc/source/deploy/install-guide.rst":[{"author":{"_account_id":16986,"name":"Shuquan Huang","email":"shuquan.huang@live.com","username":"shuquan"},"change_message_id":"943b0c75cbb6cb9604d03676cfc8a88aae3cc1a2","unresolved":false,"context_lines":[{"line_number":340,"context_line":"Configuring ironic-api behind uwsgi"},{"line_number":341,"context_line":"-----------------------------------"},{"line_number":342,"context_line":""},{"line_number":343,"context_line":"Ironic also comes with an example file  for configuring the"},{"line_number":344,"context_line":"``ironic-api`` service to run behind Apache with uwsgi. uwsgi"},{"line_number":345,"context_line":"is an alternative to mod_wsgi, and runs as a separate process"},{"line_number":346,"context_line":"that Apache proxies request to."}],"source_content_type":"text/x-rst","patch_set":1,"id":"5aef4532_ff9449e9","line":343,"range":{"start_line":343,"start_character":38,"end_line":343,"end_character":39},"updated":"2016-03-07 13:55:57.000000000","message":"extra space","commit_id":"ec1181a0f2ebee3049dca489dbc9b39fa0d2870a"},{"author":{"_account_id":6773,"name":"Lucas Alvares Gomes","email":"lucasagomes@gmail.com","username":"lucasagomes"},"change_message_id":"d051847d3450b893513c226ab8271e5cadf380dd","unresolved":false,"context_lines":[{"line_number":363,"context_line":"      sudo yum install uwsgi uwsgi-plugin-python"},{"line_number":364,"context_line":""},{"line_number":365,"context_line":"    Fedora 22 (or higher):"},{"line_number":366,"context_line":"      sudo dnf install uwsgi uwsgi-plugin-python"},{"line_number":367,"context_line":""},{"line_number":368,"context_line":"    Debian/Ubuntu:"},{"line_number":369,"context_line":"      sudo apt-get install uwsgi uwsgi-plugin-python"}],"source_content_type":"text/x-rst","patch_set":1,"id":"1a4dcd0f_6ef47f5a","line":366,"updated":"2015-08-11 14:04:02.000000000","message":"When you install mod_proxy_uwsgi in the previous step it will already install uwsgi because it\u0027s a dependency. (I believe it may be the same for Ubuntu).\n\nShouldn\u0027t we invert the order here? \n\n1. Install apache and uwsgi \n\n2. Install the required modules","commit_id":"ec1181a0f2ebee3049dca489dbc9b39fa0d2870a"},{"author":{"_account_id":10697,"name":"Thiago Paiva Brito","email":"thiagop@lsd.ufcg.edu.br","username":"thiagop","inactive":true},"change_message_id":"a03f2c6442bfe2be263a08b1a06d1276e4bb48e3","unresolved":false,"context_lines":[{"line_number":363,"context_line":"      sudo yum install uwsgi uwsgi-plugin-python"},{"line_number":364,"context_line":""},{"line_number":365,"context_line":"    Fedora 22 (or higher):"},{"line_number":366,"context_line":"      sudo dnf install uwsgi uwsgi-plugin-python"},{"line_number":367,"context_line":""},{"line_number":368,"context_line":"    Debian/Ubuntu:"},{"line_number":369,"context_line":"      sudo apt-get install uwsgi uwsgi-plugin-python"}],"source_content_type":"text/x-rst","patch_set":1,"id":"7a740942_3100aaaa","line":366,"in_reply_to":"1a4dcd0f_6ef47f5a","updated":"2015-12-03 15:14:00.000000000","message":"Agree. Seem more natural this way.","commit_id":"ec1181a0f2ebee3049dca489dbc9b39fa0d2870a"},{"author":{"_account_id":14525,"name":"Vasyl Saienko","email":"vsaienko@mirantis.com","username":"vsaienko"},"change_message_id":"5b294b5f6c58620f4603ecc3c9c89b2d063fe449","unresolved":false,"context_lines":[{"line_number":363,"context_line":"      sudo yum install uwsgi uwsgi-plugin-python"},{"line_number":364,"context_line":""},{"line_number":365,"context_line":"    Fedora 22 (or higher):"},{"line_number":366,"context_line":"      sudo dnf install uwsgi uwsgi-plugin-python"},{"line_number":367,"context_line":""},{"line_number":368,"context_line":"    Debian/Ubuntu:"},{"line_number":369,"context_line":"      sudo apt-get install uwsgi uwsgi-plugin-python"}],"source_content_type":"text/x-rst","patch_set":1,"id":"5aef4532_2cce9b5a","line":366,"in_reply_to":"1a4dcd0f_6ef47f5a","updated":"2016-03-07 09:33:47.000000000","message":"I agree with Lucas here, the order should be inverted here. On Ubuntu \u0027libapache2-mod-uwsgi\u0027 depends on \u0027uwsgi\u0027 so it may be removed \"Install the uwsgi service\" section.","commit_id":"ec1181a0f2ebee3049dca489dbc9b39fa0d2870a"},{"author":{"_account_id":6773,"name":"Lucas Alvares Gomes","email":"lucasagomes@gmail.com","username":"lucasagomes"},"change_message_id":"d051847d3450b893513c226ab8271e5cadf380dd","unresolved":false,"context_lines":[{"line_number":417,"context_line":"    Fedora/RHEL7/CentOS:"},{"line_number":418,"context_line":"      Add the following lines to ``/etc/httpd/conf/httpd.conf``"},{"line_number":419,"context_line":"      LoadModule proxy_http_module /usr/lib64/httpd/modules/mod_proxy_http.so"},{"line_number":420,"context_line":"      LoadModule proxy_uwsgi_module /usr/lib64/uwsgid/modules/mod_proxy_uwsgi.so"},{"line_number":421,"context_line":""},{"line_number":422,"context_line":"    Debian/Ubuntu:"},{"line_number":423,"context_line":"      sudo a2enmod proxy_http"}],"source_content_type":"text/x-rst","patch_set":1,"id":"1a4dcd0f_91c1ec31","line":420,"updated":"2015-08-11 14:04:02.000000000","message":"I don\u0027t think you have to specify the absolute path for the modules (it\u0027s also architecture dependent if you specify the absolute path i.e lib64), you can just do \"modules/mod_proxy_http.so\" for example.\n\nAlso there\u0027s a \"conf.modules.d\" directory for httpd which will make things more organized.\n\nWhat about:\n\n Fedora/RHEL7/CentOS:\n     # Create a configuration file to load uwsgi in apache\n     cat \u003e /etc/httpd/conf.modules.d/00-uwsgi.conf \u003c\u003c EOF\n\n     LoadModule proxy_http_module modules/mod_proxy_http.so\n     LoadModule proxy_uwsgi_module modules/mod_proxy_uwsgi.so\n\n     EOF","commit_id":"ec1181a0f2ebee3049dca489dbc9b39fa0d2870a"},{"author":{"_account_id":14525,"name":"Vasyl Saienko","email":"vsaienko@mirantis.com","username":"vsaienko"},"change_message_id":"5b294b5f6c58620f4603ecc3c9c89b2d063fe449","unresolved":false,"context_lines":[{"line_number":417,"context_line":"    Fedora/RHEL7/CentOS:"},{"line_number":418,"context_line":"      Add the following lines to ``/etc/httpd/conf/httpd.conf``"},{"line_number":419,"context_line":"      LoadModule proxy_http_module /usr/lib64/httpd/modules/mod_proxy_http.so"},{"line_number":420,"context_line":"      LoadModule proxy_uwsgi_module /usr/lib64/uwsgid/modules/mod_proxy_uwsgi.so"},{"line_number":421,"context_line":""},{"line_number":422,"context_line":"    Debian/Ubuntu:"},{"line_number":423,"context_line":"      sudo a2enmod proxy_http"}],"source_content_type":"text/x-rst","patch_set":1,"id":"5aef4532_97f1bcd0","line":420,"in_reply_to":"1a4dcd0f_91c1ec31","updated":"2016-03-07 09:33:47.000000000","message":"It seems we can skip this step, after installing mod_proxy_uwsgi and uwsgi uwsgi-plugin-python files\n/etc/httpd/conf.modules.d/10-wsgi.conf and /etc/httpd/conf.modules.d/00-proxy.conf  are created automatically Fedora.","commit_id":"ec1181a0f2ebee3049dca489dbc9b39fa0d2870a"},{"author":{"_account_id":10697,"name":"Thiago Paiva Brito","email":"thiagop@lsd.ufcg.edu.br","username":"thiagop","inactive":true},"change_message_id":"a03f2c6442bfe2be263a08b1a06d1276e4bb48e3","unresolved":false,"context_lines":[{"line_number":444,"context_line":""},{"line_number":445,"context_line":".. note::"},{"line_number":446,"context_line":"   The file ironic/api/app.wsgi is installed with the rest of the ironic"},{"line_number":447,"context_line":"   application code, and should not need to be modified."},{"line_number":448,"context_line":""},{"line_number":449,"context_line":""},{"line_number":450,"context_line":"Configure Compute Service to use the Bare Metal Service"}],"source_content_type":"text/x-rst","patch_set":1,"id":"7a740942_b1457a18","line":447,"updated":"2015-12-03 15:14:00.000000000","message":"\"should not need\" seems like the thing wasn\u0027t tested. I think you could affirm that it don\u0027t need modifications and period.","commit_id":"ec1181a0f2ebee3049dca489dbc9b39fa0d2870a"}]}
