Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
Push where to get help documentation into main index page.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Aug 27, 2011
1 parent 8f69a31 commit 5e6261e
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 72 deletions.
52 changes: 52 additions & 0 deletions TableOfContents.rst
@@ -0,0 +1,52 @@
=================
Table Of Contents
=================

Contents:

.. toctree::
:maxdepth: 1

release-notes/index
configuration-directives/index

AccessControlMechanisms
ApplicationIssues
CheckingYourInstallation
ConfigurationGuidelines
ConfigurationIssues
DebuggingTechniques
DeveloperGuidelines
DownloadTheSoftware
FileWrapperExtension
FrequentlyAskedQuestions
HowToContributeBack
InstallationInstructions
InstallationIssues
InstallationOnFreeBSD
InstallationOnLinux
InstallationOnMacOSX
InstallationOnSolaris
InstallationOnWindows
IntegrationWithCherryPy
IntegrationWithDjango
IntegrationWithMoinMoin
IntegrationWithPylons
IntegrationWithRepozeBFG
IntegrationWithTrac
IntegrationWithTurboGears
IntegrationWithWeb2Py
IntegrationWithWebPy
IntegrationWithWerkzeug
IssuesWithExpatLibrary
IssuesWithPickleModule
PerformanceEstimates
ProcessesAndThreading
QuickConfigurationGuide
QuickInstallationGuide
RegisteringCleanupCode
ReloadingSourceCode
SupportForPython3X
TipsAndTricks
VirtualEnvironments
WhereToGetHelp
40 changes: 22 additions & 18 deletions WhereToGetHelp.rst
Expand Up @@ -39,6 +39,10 @@ You will find pointers to documentation in there about how mod_wsgi
processes and threading works, use of virtual environments, source code
reloading and much more.

For a lost of all available documentation see:

* :doc:`TableOfContents`

Also check the authors `blog site <http://blog.dscpl.com.au/>`_ as various
useful posts have been made there which have never made there way back into
the core documentation.
Expand Down Expand Up @@ -130,38 +134,38 @@ No matter which forum you use, when asking questions, it is always helpful
to detail the following:

1. Which version of mod_wsgi you are using and if using a packaged
distribution, who provided the distribution.

If you are not using the latest version, then upgrade first and verify the
problem still occurs with the latest version.
distribution, who provided the distribution.
If you are not using the latest version, then upgrade first and verify
the problem still occurs with the latest version.

2. Which version of Python you are using and if using a packaged
distribution, who provided the distribution.
distribution, who provided the distribution.

3. Which version of Apache you are using and if using a packaged
distribution, who provided the distribution.

If not using latest patch revision of Apache 2.2, then consider
upgrading and trying again.
distribution, who provided the distribution.
If not using latest patch revision of Apache 2.2, then consider
upgrading and trying again.

4. What operating system you are using.

5. Details on any third party packages being used and what versions of
those packages.
those packages.

6. The mod_wsgi configuration you are using from Apache configuration files.

In particular you should indicate whether you are using mod_wsgi embedded
mode or daemon mode. Also can be helpful to indicate what MPM Apache has
been compiled for and whether mod_php or mod_python are being loaded into
the same Apache instance.
In particular you should indicate whether you are using mod_wsgi
embedded mode or daemon mode. Also can be helpful to indicate what MPM
Apache has been compiled for and whether mod_php or mod_python are being
loaded into the same Apache instance.

7. Relevant error messages from the Apache error logs.

Specifically, don't just quote the single line you think shows the error
message. Instead, also show the lines before and after that point. These
other lines from the error logs may show supplemental error messages from
Apache or mod_wsgi or provide Python traceback information.
Specifically, don't just quote the single line you think shows the error
message. Instead, also show the lines before and after that point. These
other lines from the error logs may show supplemental error messages
from Apache or mod_wsgi or provide Python traceback information.

Lodging Bug Reports
-------------------
Expand Down
55 changes: 1 addition & 54 deletions index.rst
@@ -1,60 +1,7 @@
Apache/mod_wsgi
===============

Contents:

.. toctree::
:maxdepth: 1

release-notes/index
configuration-directives/index

To Be Restructured
==================

.. toctree::
:maxdepth: 1

AccessControlMechanisms
ApplicationIssues
CheckingYourInstallation
ConfigurationGuidelines
ConfigurationIssues
DebuggingTechniques
DeveloperGuidelines
DownloadTheSoftware
FileWrapperExtension
FrequentlyAskedQuestions
HowToContributeBack
InstallationInstructions
InstallationIssues
InstallationOnFreeBSD
InstallationOnLinux
InstallationOnMacOSX
InstallationOnSolaris
InstallationOnWindows
IntegrationWithCherryPy
IntegrationWithDjango
IntegrationWithMoinMoin
IntegrationWithPylons
IntegrationWithRepozeBFG
IntegrationWithTrac
IntegrationWithTurboGears
IntegrationWithWeb2Py
IntegrationWithWebPy
IntegrationWithWerkzeug
IssuesWithExpatLibrary
IssuesWithPickleModule
PerformanceEstimates
ProcessesAndThreading
QuickConfigurationGuide
QuickInstallationGuide
RegisteringCleanupCode
ReloadingSourceCode
SupportForPython3X
TipsAndTricks
VirtualEnvironments
WhereToGetHelp
.. include:: WhereToGetHelp.rst

Indices and tables
==================
Expand Down

0 comments on commit 5e6261e

Please sign in to comment.