diff options
author | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2014-05-31 21:42:33 +1000 |
---|---|---|
committer | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2014-05-31 21:42:33 +1000 |
commit | 9a49a0c9073f58e2f42141f972f0c5e9d9e2c4cb (patch) | |
tree | e6eae40168afcdf08155182373d43b3cea06a437 /src/server/management/commands/runmodwsgi.py | |
parent | 14b71d26dcc6b997050d18bdb7e65f55d31e36ff (diff) | |
parent | 89d82c3dabf56ad1c2f1fdb4b1038f1ef953d610 (diff) | |
download | mod_wsgi-4.1.2.tar.gz |
Merge branch 'release/4.1.2'4.1.2
Diffstat (limited to 'src/server/management/commands/runmodwsgi.py')
-rw-r--r-- | src/server/management/commands/runmodwsgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/management/commands/runmodwsgi.py b/src/server/management/commands/runmodwsgi.py index c1b64b3..1248526 100644 --- a/src/server/management/commands/runmodwsgi.py +++ b/src/server/management/commands/runmodwsgi.py @@ -46,6 +46,6 @@ class Command(BaseCommand): options = mod_wsgi.server._cmd_setup_server(args, options) - executable = os.path.join(options['server_root'], 'wsgi-server') + executable = os.path.join(options['server_root'], 'apachectl') name = executable.ljust(len(options['process_name'])) os.execl(executable, name, 'start', '-DNO_DETACH') |