keystone/httpd
Brant Knudson 3624c2f5ad Use wsgi_scripts to create admin and public httpd files
The httpd/keystone.py file needed to be copied and then
symlinked when used by web servers to "admin" and "main".

pbr 1.4.0 added support for wsgi_scripts that creates scripts
for wsgi servers on install. Keystone will now specify
wsgi_scripts so that the admin (keystone-wsgi-admin) and
main (keystone-wsgi-public) scripts will be created on install.

See http://httpd.apache.org/docs/2.4/upgrading.html#access for
the apache docs with examples for the Allow/Deny/Require
directives.

DocImpact

Related-Bug: #1441733
Change-Id: Ic9c03e6c00408f3698c10012ca98cfc6ea9b6ace
2015-08-18 09:33:23 -05:00
..
README Fixes grammar in the httpd README 2015-07-10 12:07:13 +00:00
keystone.py Refactor keystone-all and http/keystone 2015-01-16 12:26:23 -06:00
wsgi-keystone.conf Use wsgi_scripts to create admin and public httpd files 2015-08-18 09:33:23 -05:00

README

Documentation for running Keystone with Apache HTTPD is in
doc/source/apache-httpd.rst