mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 05:31:44 +00:00
really apply PATH_INFO fix in mod_proxy_uwsgi
This commit is contained in:
@@ -383,7 +383,6 @@ static int uwsgi_handler(request_rec *r, proxy_worker *worker,
|
||||
if (u_path_info[0] != '/') {
|
||||
delta = 1;
|
||||
}
|
||||
/*
|
||||
int decode_status = ap_unescape_url(url+w_len-delta);
|
||||
if (decode_status) {
|
||||
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
|
||||
@@ -391,7 +390,6 @@ static int uwsgi_handler(request_rec *r, proxy_worker *worker,
|
||||
url+w_len-delta);
|
||||
return HTTP_INTERNAL_SERVER_ERROR;
|
||||
}
|
||||
*/
|
||||
apr_table_add(r->subprocess_env, "PATH_INFO", url+w_len-delta);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user