ubuntu-drupal team mailing list archive
-
ubuntu-drupal team
-
Mailing list archive
-
Message #00030
[Bug 620888] Re: missing configure options for scgi and uwsgi
** Changed in: nginx
Status: New => Confirmed
** Changed in: nginx
Assignee: (unassigned) => Michael Lustfield (mtecknology)
** Changed in: nginx
Importance: Undecided => Low
--
missing configure options for scgi and uwsgi
https://bugs.launchpad.net/bugs/620888
You received this bug notification because you are a member of Ubuntu
Drupal Development Suite, which is subscribed to Nginx.
Status in Nginx: Confirmed
Bug description:
both the scgi and uwsgi http modules are configured but temp paths are not configured.
Like fastcgi these should be added:
--http-scgi-temp-path=/var/lib/nginx/scgi
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi
Optionally it would be nice if the package installed a uwsgi_params file like it does for fast_cgi:
uwsgi_param QUERY_STRING $query_string;
uwsgi_param REQUEST_METHOD $request_method;
uwsgi_param CONTENT_TYPE $content_type;
uwsgi_param CONTENT_LENGTH $content_length;
uwsgi_param REQUEST_URI $request_uri;
uwsgi_param PATH_INFO $document_uri;
uwsgi_param DOCUMENT_ROOT $document_root;
uwsgi_param SERVER_PROTOCOL $server_protocol;
uwsgi_param REMOTE_ADDR $remote_addr;
uwsgi_param REMOTE_PORT $remote_port;
uwsgi_param SERVER_PORT $server_port;
uwsgi_param SERVER_NAME $server_name;
References