Hello, I'm writing a module for apache 2.x. I don't want implement method PUT. So I return DECLINED in int my_module_handler(request_rec *r) and I expect that apache call its own implementation of PUT method. I think such behaviour was in apache 1.3
I don't have any special config. Simply: LoadModule my_module modules/my_moudule.so <Location /test> SetHandler my_module </Location> Are my excpectations correct? Jan
