From 74eb88e28724a35b77b2630211b500fd124e79f0 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Tue, 5 Feb 2013 21:45:08 +0000 Subject: the apache configuration directive is WSGIDaemonProcess, not WSGIDaemonMode (despite the feature being called "daemon mode") svn path=/trunk/; revision=5032 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index b6ec1935..6f84393e 100755 --- a/configure +++ b/configure @@ -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" -- cgit v1.2.3