[Bug 620888] [NEW] missing configure options for scgi and uwsgi

Robert Payne 620888 at bugs.launchpad.net
Fri Aug 20 04:42:58 UTC 2010


Public bug reported:

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;

** Affects: nginx
     Importance: Undecided
         Status: New

-- 
missing configure options for scgi and uwsgi
https://bugs.launchpad.net/bugs/620888
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to Nginx.




More information about the kernel-bugs mailing list