Hi,

These are some issues I found with PATH_INFO with current (tip
version) of php plugin

1. PATH_INFO in $_SERVER ends with newline

URL: /path.php/a
$_SERVER['PATH_INFO'] = "a
";

2. If I comment the line

uwsgi_param  PATH_INFO          $document_uri;

(I'm using nginx), then uwsgi crash.

3. If I add this line in uwsgi_params

uwsgi_param  DOCUMENT_URI       $document_uri;

then the extra newline in PATH_INFO disappear.
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to