diff options
author | Michael Elkins <melkins@tislabs.com> | 2013-02-05 21:45:08 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2013-02-05 21:45:08 +0000 |
commit | 74eb88e28724a35b77b2630211b500fd124e79f0 (patch) | |
tree | a97563ce972e30db445aa57edbcc8f408afe49c9 /configure | |
parent | 9b98060d8b686a42625ccdd2221ad4a829e45d54 (diff) |
the apache configuration directive is WSGIDaemonProcess, not WSGIDaemonMode (despite the feature being called "daemon mode")
svn path=/trunk/; revision=5032
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5198,7 +5198,7 @@ done IFS=':' read user group <<_EOF $enable_wsgi_daemon_mode _EOF - WSGI_DAEMON_PROCESS="WSGIDaemonMode rpkigui user=$user ${group:+group=}${group} display-name=%{GROUP}" + WSGI_DAEMON_PROCESS="WSGIDaemonProcess rpkigui user=$user ${group:+group=}${group} display-name=%{GROUP}" WSGI_PROCESS_GROUP="WSGIProcessGroup rpkigui" |