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:
Shilla Saebi 2015-04-27 22:17:03 -04:00
parent 1b593e9b00
commit 59c3372f72

View File

@ -13,9 +13,9 @@
License for the specific language governing permissions and limitations
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
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
``ceilometer.conf``.
For other WSGI setup you can refer to the `pecan deployement`_ documentation.
.. _`pecan deployement`: http://pecan.readthedocs.org/en/latest/deployment.html#deployment
For other WSGI setup you can refer to the `pecan deployment`_ documentation.
.. _`pecan deployment`: http://pecan.readthedocs.org/en/latest/deployment.html#deployment