hello, got a little question please. i'm creating a module that sets a 307 http response header, and it works fine. i'm also setting the response body, but apache overrides it. it uses the default ErrorDocument directive.
is it possible to set the body from my module? or maybe override the ErrorDocument value for that request? i'm trying to avoid editing httpd.conf to set it, as it would affect other 307 responses, including ones that my module is not responsible for. thanks ^.^ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
