> 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 > ";
fixed in latest tip > > 2. If I comment the line > > uwsgi_param PATH_INFO $document_uri; > do not do that, you will trigger a loop -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
