Thank you. So, to make the config work I've added fastcgi_split_path_info ^()(.*)$; fastcgi_param PATH_INFO $fastcgi_path_info; I'm not sure that this is the best solution (or even the correct solution), but it works. 2011/1/26 Alexis Sukrieh <sukria@sukria.net>:
Le 26/01/2011 08:37, Иван Бессарабов a écrit : [...]
I've read about fastcgi_split_path_info, but I don't understand what logic should I give it. I don't understan what PATH_INFO should contain.
I think reading the PSGI spec could enlight you:
http://search.cpan.org/~miyagawa/PSGI-1.03/PSGI.pod#The_Environment
PATH_INFO: The remainder of the request URL's "path", designating the virtual "location" of the request's target within the application. This may be an empty string if the request URL targets the application root and does not have a trailing slash. This value should be URI decoded by servers to be compatible to RFC 3875.
-- Alexis Sukrieh _______________________________________________ Dancer-users mailing list Dancer-users@perldancer.org http://www.backup-manager.org/cgi-bin/listinfo/dancer-users