made change to mod_wsgi.rst file
corrected spelling error - deployement should actually be deployment also fixed title capitalization to comply with doc standards Change-Id: Id5573c8d8dab1c5c9638b1d36ac223beb4e479cc
This commit is contained in:
parent
1b593e9b00
commit
59c3372f72
@ -13,9 +13,9 @@
|
|||||||
License for the specific language governing permissions and limitations
|
License for the specific language governing permissions and limitations
|
||||||
under the License.
|
under the License.
|
||||||
|
|
||||||
====================================
|
===================================
|
||||||
Installing the API Behind mod_wsgi
|
Installing the API behind mod_wsgi
|
||||||
====================================
|
===================================
|
||||||
|
|
||||||
Ceilometer comes with a few example files for configuring the API
|
Ceilometer comes with a few example files for configuring the API
|
||||||
service to run behind Apache with ``mod_wsgi``.
|
service to run behind Apache with ``mod_wsgi``.
|
||||||
@ -64,5 +64,5 @@ case. To allow multiple processes the DebugMiddleware may be turned off by
|
|||||||
setting ``pecan_debug`` to ``False`` in the ``api`` section of
|
setting ``pecan_debug`` to ``False`` in the ``api`` section of
|
||||||
``ceilometer.conf``.
|
``ceilometer.conf``.
|
||||||
|
|
||||||
For other WSGI setup you can refer to the `pecan deployement`_ documentation.
|
For other WSGI setup you can refer to the `pecan deployment`_ documentation.
|
||||||
.. _`pecan deployement`: http://pecan.readthedocs.org/en/latest/deployment.html#deployment
|
.. _`pecan deployment`: http://pecan.readthedocs.org/en/latest/deployment.html#deployment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user