1. error codes and text from my django server-side script work if i disable WSGIErrorOverride, i.e. i see them back to the client. 2. however, in that state, any HTTP error code that occurs before it gets to my django server-side script does not feed through the error-script i specify in the Apache con ErrorDocument directive.
my goal is for 1 as above, and for 2 to call the ErrorDocument error-script vs. the canned django reply (not form my django-server-side-script), e.g. for a 404. -- 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. For more options, visit https://groups.google.com/d/optout.
