Greetings.I would like to create a mod_perl PUT handler, but I don't really understand if I have for that to do anything special in the handler() method (apart from dealing with the PUT data itself).
Is there an example somewhere ?
In particular, I don't understand this page : http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html#C_allowed_Does that mean that I have to tell Apacher somehow in advance that I do accept PUT requests, or does it mean the opposite ?
Thanks.
