I'm trying to hook into the URL translation phase in Apache using mod_python. The handler for that is PythonTransHandler. This is the only other documentation I've been able to find for that phase in Apache. I also don't know what the difference is between that and PythonPostReadRequestHandler.
I've been looking through Apache's documentation and I haven't found anything useful yet. Right now, my "PythonTransHandler" handler is being called, but I don't understand how Apache chains handlers together... after my trans handler is called, Apache serves a 404, and I'm not sure how to control that.
Update: mod_perl has much better documentation and works in a similar way, so I'm mining their site for info.
Feel free to post a comment below. Please see my comment policy.
Formatting Rules (No HTML):