diff options
author | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2022-05-02 09:23:01 +1000 |
---|---|---|
committer | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2022-05-02 09:23:01 +1000 |
commit | e947b1ff8bfec215928936f4cc188d4d8f5f50a9 (patch) | |
tree | b5f84af5ce384956f98d5835e84604bf7414bc6b | |
parent | 921bcfa12b9a6c424c6d25e9c6cb4471fbdb2238 (diff) | |
parent | 6eeec45ef8cec1768e5e79368bd04198150cf1f4 (diff) | |
download | mod_wsgi-e947b1ff8bfec215928936f4cc188d4d8f5f50a9.tar.gz |
Merge branch 'master' into develop
-rw-r--r-- | docs/user-guides/checking-your-installation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user-guides/checking-your-installation.rst b/docs/user-guides/checking-your-installation.rst index 266224d..510d1b5 100644 --- a/docs/user-guides/checking-your-installation.rst +++ b/docs/user-guides/checking-your-installation.rst @@ -112,7 +112,7 @@ at run time based on Apache configuration files. If modules have been statically compiled into Apache, usually it would be evident by what 'configure' arguments have been used when Apache was built. -To verify what exactly what is compiled in statically, you can use the ``-l`` +To verify exactly what is compiled statically, you can use the ``-l`` option to the Apache executable. On MacOS X, for the operating system supplied Apache the output from |