Skip to content

Commit a34a223

Browse files
Fix inline code formatting.
1 parent ce4ec96 commit a34a223

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs/configuration-directives/WSGIDaemonProcess.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -376,10 +376,10 @@ Options which can be supplied to the ``WSGIDaemonProcess`` directive are:
376376
if possible.
377377

378378
Note that when a process is restarted due to a request timeout, if the
379-
Apache `LogLevel` is set to `info` or higher, or `wsgi:info` applied for
380-
`LogLevel`, messages will be logged to the Apache error log file for the
381-
request which gives the Python stack trace for any request handler threads
382-
so you can work out where the request is blocking.
379+
Apache ``LogLevel`` is set to ``info`` or higher, or ``wsgi:info`` applied
380+
for ``LogLevel```, messages will be logged to the Apache error log file for
381+
the request which gives the Python stack trace for any request handler
382+
threads so you can work out where the request is blocking.
383383

384384
.. _deadlock-timeout:
385385

docs/configuration-directives/WSGIErrorOverride.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ WSGIErrorOverride
77
:Default: ``WSGIErrorOverride Off``
88
:Context: server config, virtual host, directory, .htaccess
99

10-
The `WSGIErrorOverride`` directive when set to `On`, and the WSGI application is
11-
running in daemon mode, will result in Apache error documents being used rather
12-
than those passed back by the WSGI application. This allows error documents to
13-
match any web site that the WSGI application may be integrated as a part of.
14-
This feature is akin to the `ProxyErrorOverride`` directive of Apache but for
15-
mod_wsgi only.
10+
The ``WSGIErrorOverride`` directive when set to ``On``, and the WSGI application
11+
is running in daemon mode, will result in Apache error documents being used
12+
rather than those passed back by the WSGI application. This allows error
13+
documents to match any web site that the WSGI application may be integrated as a
14+
part of. This feature is akin to the ``ProxyErrorOverride`` directive of Apache
15+
but for mod_wsgi only.
1616

1717
Note that this directive has no effect when the WSGI application is running in
1818
embedded mode.

docs/user-guides/debugging-techniques.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ your prime source of information when things go wrong.
3030
Do note though that log messages generated by mod_wsgi are logged with
3131
various severity levels and which ones will be output to the Apache error
3232
log files will depend on how Apache has been configured. The standard
33-
configuration for Apache has the !LogLevel directive being set to 'warn'.
33+
configuration for Apache has the ``LogLevel`` directive being set to 'warn'.
3434
With this setting any important error messages will be output, but
3535
informational messages generated by mod_wsgi which can assist in working
3636
out what it is doing are not. Thus, if new to mod_wsgi or trying to debug a

0 commit comments

Comments
 (0)