What is passed is what mod_rewrite sets and is out of the control of mod_wsgi. if you don't see a REDIRECT_PATH_INFO then no such thing is available.
Graham On 10 April 2013 14:09, Garito <[email protected]> wrote: > Any chance that [E=ORIGINAL_PATH_INFO:/$1] work? > > > On Wednesday, April 10, 2013 5:56:40 AM UTC+2, Graham Dumpleton wrote: > >> Not everything. A few REDIRECT_ prefixed variables will exist in the WSGI >> environ dictionary, but beyond that nothing is available. >> >> Graham >> >> >> On 10 April 2013 12:16, Garito <[email protected]> wrote: >> >>> Hi! >>> Is there a way to know the original request before mod_rewrite changes >>> it? >>> >>> Thanks! >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "modwsgi" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to modwsgi+u...@**googlegroups.com. >>> To post to this group, send email to [email protected]. >>> >>> Visit this group at >>> http://groups.google.com/**group/modwsgi?hl=en<http://groups.google.com/group/modwsgi?hl=en> >>> . >>> For more options, visit >>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >>> >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/modwsgi?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
