I'd like to intercept a user's HTTP POST request using a apache, modify it a little using python, then send it to the regular handler.
Specifically I'll be renaming a POST parameter.
I've seen mod_python has a feature called PythonInputFilter. But I can't seem to work out how to wire it all up in httpd.conf.
- Does somebody have a simple example of running a python input filter?
- How is it all set up in httpd.conf?
Thank you, Fidel