File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ user account you have created for running the Python web application::
176176 --user www-data --group www-data
177177
178178This approach to running ``mod_wsgi-express `` will be fine so long as you
179- are using a process supoervisor which expects the started process to remain
179+ are using a process supervisor which expects the started process to remain
180180in the foreground and not daemonize.
181181
182182If however you are directly integrating into the system init scripts where
@@ -192,10 +192,10 @@ In this case, instead of simply using the ``start-server`` command to
192192 --server-root=/etc/mod_wsgi-express-80
193193
194194In running this command, it will not actually startup Apache. All it will do
195- is created the set of configuration files and startup script to be run.
195+ is create the set of configuration files and startup script to be run.
196196
197197So that these are not created in the default location of a directory under
198- ``/tmp ``, you should use the ``-server-root `` option to specify where they
198+ ``/tmp ``, you should use the ``-- server-root `` option to specify where they
199199should be placed.
200200
201201Having created the configuration and startup script, to start the Apache
You can’t perform that action at this time.
0 commit comments