summaryrefslogtreecommitdiff
path: root/docs/troubleshooting.rst
blob: 45bc906ad69975786ef029edb6e23dfc8c151e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
===============
Troubleshooting
===============

If you are having problems getting mod_wsgi to start up or do what you want
it to do, first off ensure that you read the following documents:

* :doc:`user-guides/installation-issues`
* :doc:`user-guides/configuration-issues`
* :doc:`user-guides/application-issues`

You can also do some basic checking of your installation and configuration
to validate that how it is setup is how you expect it to be. See the
following document:

* :doc:`user-guides/checking-your-installation`

If none of the common issues match up with the problem you are seeing and
are after other ideas, or you have the need to perform more low level
debugging, check out the :doc:`user-guides`.